org.jzy3d.plot3d.primitives.parameq
Class ParametricDrawable2
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.AbstractDrawable
-
- org.jzy3d.plot3d.primitives.AbstractWireframeable
-
- org.jzy3d.plot3d.primitives.LineStrip
-
- org.jzy3d.plot3d.primitives.parameq.ParametricDrawable2
-
- All Implemented Interfaces:
- IGLRenderer, ISortableDraw
public class ParametricDrawable2 extends LineStrip
-
-
Constructor Summary
Constructors Constructor and Description ParametricDrawable2()ParametricDrawable2(ParametricEquation2 equation, double tmin, double tmax, int tsteps, double umin, double umax, int usteps, Color color)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidinit(ParametricEquation2 equation, double tmin, double tmax, int tsteps, double umin, double umax, int usteps)-
Methods inherited from class org.jzy3d.plot3d.primitives.LineStrip
add, addAll, addAll, applyGeometryTransform, clear, draw, drawLine, drawLineGL2, drawLineGLES2, drawPoints, drawPointsGL2, drawPointsGLES2, get, getDistance, getLastPoint, getLongestDistance, getPoints, getShortestDistance, isShowPoints, merge, setShowPoints, setWidth, size, toString, updateBounds
-
Methods inherited from class org.jzy3d.plot3d.primitives.AbstractWireframeable
getFaceDisplayed, getWireframeColor, getWireframeDisplayed, getWireframeWidth, setFaceDisplayed, setWireframeColor, setWireframeDisplayed, setWireframeWidth
-
Methods inherited from class org.jzy3d.plot3d.primitives.AbstractDrawable
addDrawableListener, dispose, doTransform, getBarycentre, getBoundingBoxColor, getBounds, getLegend, getSpaceTransformer, getTransform, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setDisplayed, setLegend, setLegendDisplayed, setSpaceTransformer, setTransform, setTransformBefore, toString
-
-
-
-
Constructor Detail
-
ParametricDrawable2
public ParametricDrawable2()
-
ParametricDrawable2
public ParametricDrawable2(ParametricEquation2 equation, double tmin, double tmax, int tsteps, double umin, double umax, int usteps, Color color)
-
-
Method Detail
-
init
public void init(ParametricEquation2 equation, double tmin, double tmax, int tsteps, double umin, double umax, int usteps)
-
-
DMelt 3.0 © DataMelt by jWork.ORG