org.jzy3d.plot3d.primitives
Interface ISortableDraw

All Known Implementing Classes:
AbstractComposite, AbstractDrawable, AbstractDrawableGraph2d, AbstractEnlightable, AbstractWireframeable, CompileableComposite, CompositeParallelepiped, ContourLevel, Cylinder, DefaultDrawableGraph2d, Disk, DrawableTextBillboard, DrawableTextBitmap, DrawableTextCell, DrawableTextTexture, DrawableTexture, DrawableTextWrapper, EnlightableBar, EnlightableDisk, EnlightablePolygon, EnlightableSphere, FlatLine2d, HistogramBar, InterpolatedLineStrip, LineStrip, MultiColorScatter, MultiColorScatterList, Parallelepiped, PickablePoint, PickablePolygon, PickableSphere, PickableTexture, Point, PointGraph2d, Polygon, Quad, Scatter, SelectableScatter, SelectableSphere, Shape, SimplePolygon, Sphere, TexturedCube, TexturedCylinder, TextureGraph2d, TranslucentQuad, Tube

public interface ISortableDraw


Method Summary
 double getDistance(Camera camera)
           
 double getLongestDistance(Camera camera)
           
 double getShortestDistance(Camera camera)
           
 

Method Detail

getDistance

double getDistance(Camera camera)

getShortestDistance

double getShortestDistance(Camera camera)

getLongestDistance

double getLongestDistance(Camera camera)