Uses of Class
org.jzy3d.plot3d.primitives.LineStrip

Packages that use LineStrip
org.jzy3d.contour   
org.jzy3d.plot3d.primitives   
org.jzy3d.plot3d.primitives.contour   
org.jzy3d.plot3d.primitives.parameq   
org.jzy3d.plot3d.rendering.view.annotation   
 

Uses of LineStrip in org.jzy3d.contour
 

Methods in org.jzy3d.contour that return LineStrip
protected  LineStrip MapperContourMeshGenerator.followContourFrom(DefaultContourColoringPolicy policy, int i, int j, double[][] contours, boolean[][] processed, float planeAxe)
           
 

Uses of LineStrip in org.jzy3d.plot3d.primitives
 

Fields in org.jzy3d.plot3d.primitives declared as LineStrip
protected  LineStrip LineStripInterpolated.line
           
 

Methods in org.jzy3d.plot3d.primitives that return LineStrip
 LineStrip LineStripInterpolated.getLine()
           
static LineStrip LineStrip.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
 

Methods in org.jzy3d.plot3d.primitives with parameters of type LineStrip
 void LineStrip.addAll(LineStrip strip)
           
static LineStrip LineStrip.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
protected  List<LineStrip> ContourLevel.lines
           
 

Methods in org.jzy3d.plot3d.primitives.contour that return LineStrip
 LineStrip ILineStripMergePolicy.mostMergeableIfAny(LineStrip ls, List<LineStrip> lines)
           
 LineStrip DefaultLineStripMergePolicy.mostMergeableIfAny(LineStrip ls, List<LineStrip> lines)
           
 

Methods in org.jzy3d.plot3d.primitives.contour that return types with arguments of type LineStrip
 List<LineStrip> ContourLevel.getLines()
           
 

Methods in org.jzy3d.plot3d.primitives.contour with parameters of type LineStrip
 void ContourLevels.appendLevelLine(double level, LineStrip strip)
           
 void ContourLevel.appendLine(LineStrip strip)
           
 boolean ILineStripMergePolicy.mergeable(LineStrip ls1, LineStrip ls2)
           
 boolean DefaultLineStripMergePolicy.mergeable(LineStrip ls1, LineStrip ls2)
           
 double ILineStripMergePolicy.mergeScore(LineStrip ls1, LineStrip ls2)
           
 double DefaultLineStripMergePolicy.mergeScore(LineStrip ls1, LineStrip ls2)
           
protected  double DefaultLineStripMergePolicy.minDist(LineStrip strip1, LineStrip strip2)
           
 LineStrip ILineStripMergePolicy.mostMergeableIfAny(LineStrip ls, List<LineStrip> lines)
           
 LineStrip DefaultLineStripMergePolicy.mostMergeableIfAny(LineStrip ls, List<LineStrip> lines)
           
 void ContourLevels.setLevelLine(double level, LineStrip strip)
           
 

Method parameters in org.jzy3d.plot3d.primitives.contour with type arguments of type LineStrip
 LineStrip ILineStripMergePolicy.mostMergeableIfAny(LineStrip ls, List<LineStrip> lines)
           
 LineStrip DefaultLineStripMergePolicy.mostMergeableIfAny(LineStrip ls, List<LineStrip> lines)
           
 

Constructor parameters in org.jzy3d.plot3d.primitives.contour with type arguments of type LineStrip
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
 class ParametricDrawable
           
 class ParametricDrawable2
           
 

Uses of LineStrip in org.jzy3d.plot3d.rendering.view.annotation
 

Subclasses of LineStrip in org.jzy3d.plot3d.rendering.view.annotation
 class CameraPathAnnotation
          Record 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
protected  List<LineStrip> BarycenterAnnotation.lines
           
 



Copyright © 2013. All rights reserved.