Uses of Class
org.jzy3d.plot3d.primitives.LineStrip
-
-
Uses of LineStrip in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return LineStrip Modifier and Type Method Description LineStripIDrawableFactory. newLine(List<Coord3d> coords)LineStripIDrawableFactory. newLine(Coord3d... coords) -
Uses of LineStrip in org.jzy3d.contour
Methods in org.jzy3d.contour that return LineStrip Modifier and Type Method Description protected LineStripMapperContourMeshGenerator. followContourFrom(DefaultContourColoringPolicy policy, int i, int j, double[][] contours, boolean[][] processed, float planeAxe) -
Uses of LineStrip in org.jzy3d.plot3d.primitives
Subclasses of LineStrip in org.jzy3d.plot3d.primitives Modifier and Type Class Description classConcurrentLineStripclassConcurrentLineStripSplittedclassCroppableLineStripFields in org.jzy3d.plot3d.primitives declared as LineStrip Modifier and Type Field Description protected LineStripLineStripInterpolated. lineMethods in org.jzy3d.plot3d.primitives that return LineStrip Modifier and Type Method Description LineStripLineStripInterpolated. getLine()static LineStripLineStrip. merge(LineStrip strip1, LineStrip strip2)Merge lines by selecting the most relevant connection point: A-B to C-D if distance BC is shorter than distance DA C-D to A-BMethods in org.jzy3d.plot3d.primitives with parameters of type LineStrip Modifier and Type Method Description voidLineStrip. addAll(LineStrip strip)static LineStripLineStrip. merge(LineStrip strip1, LineStrip strip2)Merge lines by selecting the most relevant connection point: A-B to C-D if distance BC is shorter than distance DA C-D to A-B -
Uses of LineStrip in org.jzy3d.plot3d.primitives.contour
Fields in org.jzy3d.plot3d.primitives.contour with type parameters of type LineStrip Modifier and Type Field Description protected List<LineStrip>ContourLevel. linesMethods in org.jzy3d.plot3d.primitives.contour that return LineStrip Modifier and Type Method Description LineStripDefaultLineStripMergePolicy. mostMergeableIfAny(LineStrip ls, List<LineStrip> lines)LineStripILineStripMergePolicy. mostMergeableIfAny(LineStrip ls, List<LineStrip> lines)Methods in org.jzy3d.plot3d.primitives.contour that return types with arguments of type LineStrip Modifier and Type Method Description List<LineStrip>ContourLevel. getLines()Methods in org.jzy3d.plot3d.primitives.contour with parameters of type LineStrip Modifier and Type Method Description voidContourLevels. appendLevelLine(double level, LineStrip strip)voidContourLevel. appendLine(LineStrip strip)booleanDefaultLineStripMergePolicy. mergeable(LineStrip ls1, LineStrip ls2)booleanILineStripMergePolicy. mergeable(LineStrip ls1, LineStrip ls2)doubleDefaultLineStripMergePolicy. mergeScore(LineStrip ls1, LineStrip ls2)doubleILineStripMergePolicy. mergeScore(LineStrip ls1, LineStrip ls2)protected doubleDefaultLineStripMergePolicy. minDist(LineStrip strip1, LineStrip strip2)LineStripDefaultLineStripMergePolicy. mostMergeableIfAny(LineStrip ls, List<LineStrip> lines)LineStripILineStripMergePolicy. mostMergeableIfAny(LineStrip ls, List<LineStrip> lines)voidContourLevels. setLevelLine(double level, LineStrip strip)Method parameters in org.jzy3d.plot3d.primitives.contour with type arguments of type LineStrip Modifier and Type Method Description LineStripDefaultLineStripMergePolicy. mostMergeableIfAny(LineStrip ls, List<LineStrip> lines)LineStripILineStripMergePolicy. mostMergeableIfAny(LineStrip ls, List<LineStrip> lines)Constructor parameters in org.jzy3d.plot3d.primitives.contour with type arguments of type LineStrip Constructor Description ContourLevel(int id, float value, List<LineStrip> lines) -
Uses of LineStrip in org.jzy3d.plot3d.primitives.parameq
Subclasses of LineStrip in org.jzy3d.plot3d.primitives.parameq Modifier and Type Class Description classParametricDrawableclassParametricDrawable2 -
Uses of LineStrip in org.jzy3d.plot3d.rendering.view.annotation
Subclasses of LineStrip in org.jzy3d.plot3d.rendering.view.annotation Modifier and Type Class Description classCameraPathAnnotationRecord the camera position at regular interval and draws the path based on these point accumulation.Fields in org.jzy3d.plot3d.rendering.view.annotation with type parameters of type LineStrip Modifier and Type Field Description protected List<LineStrip>BarycenterAnnotation. lines
-