Package org.jzy3d.plot3d.primitives
Class ConcurrentLineStripSplitted
java.lang.Object
org.jzy3d.plot3d.primitives.Drawable
org.jzy3d.plot3d.primitives.Wireframeable
org.jzy3d.plot3d.primitives.LineStrip
org.jzy3d.plot3d.primitives.ConcurrentLineStrip
org.jzy3d.plot3d.primitives.ConcurrentLineStripSplitted
- All Implemented Interfaces:
IGLRenderer,ISortableDraw
-
Field Summary
Fields inherited from class org.jzy3d.plot3d.primitives.LineStrip
points, showPoints, showSymbols, stipple, stippleFactor, stipplePattern, symbolHandlerFields 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, wireframeWithLineLoopFields inherited from class org.jzy3d.plot3d.primitives.Drawable
bbox, boundingBoxColor, boundingBoxDisplayed, displayed, hasListeners, legend, legendDisplayed, listeners, spaceTransformer, transform, transformBefore -
Constructor Summary
ConstructorsConstructorDescriptionConcurrentLineStripSplitted(int n) ConcurrentLineStripSplitted(List<Coord3d> coords) ConcurrentLineStripSplitted(Point c1, Point c2) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddAndSplit(Point point) voidvoiddrawLineSegmentsByPointColor(IPainter painter) voiddrawLineSegmentsByWireColor(IPainter painter) voidpointColorSelf(IPainter painter, Point p) voidpointColorWire(IPainter painter, Point p) Methods inherited from class org.jzy3d.plot3d.primitives.ConcurrentLineStrip
applyGeometryTransform, clear, drawPointsIfEnabled, getLastPoint, updateBoundsMethods inherited from class org.jzy3d.plot3d.primitives.LineStrip
add, add, add, addAll, addAll, addAllPoints, draw, drawPoints, get, getColor, getDistance, getLongestDistance, getPoints, getShortestDistance, getStippleFactor, getStipplePattern, getSymbolHandler, getWidth, isShowPoints, isShowSymbols, isStipple, merge, setColor, setShowPoints, setShowSymbols, setSpaceTransformer, setStipple, setStippleFactor, setStipplePattern, setSymbolHandler, setWidth, setWireframeColor, size, toStringMethods 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, setWireframeWidthMethods 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
-
Constructor Details
-
ConcurrentLineStripSplitted
public ConcurrentLineStripSplitted() -
ConcurrentLineStripSplitted
public ConcurrentLineStripSplitted(int n) -
ConcurrentLineStripSplitted
-
ConcurrentLineStripSplitted
-
-
Method Details
-
drawLine
- Overrides:
drawLinein classConcurrentLineStrip
-
drawLineSegmentsByPointColor
-
drawLineSegmentsByWireColor
-
pointColorWire
-
pointColorSelf
-
addAndSplit
-
add
- Overrides:
addin classConcurrentLineStrip
-