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, 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
ConstructorDescriptionConcurrentLineStripSplitted
(int n) ConcurrentLineStripSplitted
(List<Coord3d> coords) ConcurrentLineStripSplitted
(Point c1, Point c2) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addAndSplit
(Point point) void
void
drawLineSegmentsByPointColor
(IPainter painter) void
drawLineSegmentsByWireColor
(IPainter painter) void
pointColorSelf
(IPainter painter, Point p) void
pointColorWire
(IPainter painter, Point p) Methods inherited from class org.jzy3d.plot3d.primitives.ConcurrentLineStrip
applyGeometryTransform, clear, drawPointsIfEnabled, getLastPoint, updateBounds
Methods 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, toString
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
-
Constructor Details
-
ConcurrentLineStripSplitted
public ConcurrentLineStripSplitted() -
ConcurrentLineStripSplitted
public ConcurrentLineStripSplitted(int n) -
ConcurrentLineStripSplitted
-
ConcurrentLineStripSplitted
-
-
Method Details
-
drawLine
- Overrides:
drawLine
in classConcurrentLineStrip
-
drawLineSegmentsByPointColor
-
drawLineSegmentsByWireColor
-
pointColorWire
-
pointColorSelf
-
addAndSplit
-
add
- Overrides:
add
in classConcurrentLineStrip
-