Class ParametricDrawable2
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.Drawable
-
- org.jzy3d.plot3d.primitives.Wireframeable
-
- org.jzy3d.plot3d.primitives.LineStrip
-
- org.jzy3d.plot3d.primitives.parameq.ParametricDrawable2
-
- All Implemented Interfaces:
IGLRenderer
,ISortableDraw
public class ParametricDrawable2 extends LineStrip
-
-
Field Summary
Fields Modifier and Type Field Description protected Color
color
-
Fields inherited from class org.jzy3d.plot3d.primitives.LineStrip
points, showPoints, showSymbols, stipple, stippleFactor, stipplePattern, symbolHandler
-
Fields inherited from class org.jzy3d.plot3d.primitives.Wireframeable
depthFunctionChangeForWireframe, faceDisplayed, materialAmbiantReflection, materialDiffuseReflection, materialEmission, materialShininess, materialSpecularReflection, NO_OVERLAP_DEPTH_RATIO, polygonOffsetFactor, polygonOffsetFillEnable, polygonOffsetUnit, polygonWireframeDepthTrick, reflectLight, wireframeColor, wireframeColorFromPolygonPoints, wireframeDisplayed, wireframeWidth, wireframeWithLineLoop
-
Fields inherited from class org.jzy3d.plot3d.primitives.Drawable
bbox, boundingBoxColor, boundingBoxDisplayed, displayed, hasListeners, legend, legendDisplayed, listeners, spaceTransformer, transform, transformBefore
-
-
Constructor Summary
Constructors Constructor 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 Description void
init(ParametricEquation2 equation, double tmin, double tmax, int tsteps, double umin, double umax, int usteps)
-
Methods inherited from class org.jzy3d.plot3d.primitives.LineStrip
add, add, add, add, addAll, addAll, addAllPoints, applyGeometryTransform, clear, draw, drawLine, drawPoints, drawPointsIfEnabled, get, getColor, getDistance, getLastPoint, getLongestDistance, getPoints, getShortestDistance, getStippleFactor, getStipplePattern, getSymbolHandler, getWidth, isShowPoints, isShowSymbols, isStipple, merge, setColor, setShowPoints, setShowSymbols, setSpaceTransformer, setStipple, setStippleFactor, setStipplePattern, setSymbolHandler, setWidth, setWireframeColor, size, toString, updateBounds
-
Methods inherited from class org.jzy3d.plot3d.primitives.Wireframeable
applyDepthRangeDefault, applyDepthRangeForOverlying, applyDepthRangeForUnderlying, applyMaterial, doDrawBoundsIfDisplayed, getMaterialAmbiantReflection, getMaterialDiffuseReflection, getMaterialEmission, getMaterialShininess, getMaterialSpecularReflection, getPolygonOffsetFactor, getPolygonOffsetUnit, getWireframeColor, getWireframeWidth, isFaceDisplayed, isPolygonOffsetFillEnable, isPolygonWireframeDepthTrick, isReflectLight, isWireframeColorFromPolygonPoints, isWireframeDisplayed, polygonOffsetFillDisable, polygonOffsetFillEnable, polygonOffsetLineDisable, polygonOffsetLineEnable, setFaceDisplayed, setMaterialAmbiantReflection, setMaterialDiffuseReflection, setMaterialEmission, setMaterialShininess, setMaterialSpecularReflection, setPolygonOffsetFactor, setPolygonOffsetFillEnable, setPolygonOffsetUnit, setPolygonWireframeDepthTrick, setReflectLight, setWireframeColorFromPolygonPoints, setWireframeDisplayed, setWireframeWidth
-
Methods inherited from class org.jzy3d.plot3d.primitives.Drawable
addDrawableListener, asWireframeable, dispose, doTransform, fireDrawableChanged, fireDrawableChanged, getBarycentre, getBoundingBoxColor, getBounds, getLegend, getSpaceTransformer, getTransform, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setDisplayed, setLegend, setLegendDisplayed, setTransform, setTransformBefore, toString
-
-
-
-
Field Detail
-
color
protected Color color
-
-
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)
-
-