Uses of Interface
org.jzy3d.plot3d.primitives.pickable.Pickable

Packages that use Pickable
org.jzy3d.picking   
org.jzy3d.plot3d.primitives.pickable   
org.jzy3d.plot3d.text.drawable   
org.jzy3d.plot3d.text.drawable.cells   
 

Uses of Pickable in org.jzy3d.picking
 

Fields in org.jzy3d.picking with type parameters of type Pickable
protected  Map<Integer,Pickable> PickingSupport.pickables
           
protected  Map<Pickable,Object> PickingSupport.pickableTargets
           
 

Methods in org.jzy3d.picking that return types with arguments of type Pickable
protected  List<Pickable> PickingSupport.processHits(int hits, int[] buffer)
          Provides the number of picked object by a click.
 

Methods in org.jzy3d.picking with parameters of type Pickable
 void PickingSupport.registerPickableObject(Pickable pickable, Object model)
           
protected  void PickingSupport.setCurrentName(javax.media.opengl.GL2 gl, Pickable pickable)
           
 

Uses of Pickable in org.jzy3d.plot3d.primitives.pickable
 

Classes in org.jzy3d.plot3d.primitives.pickable that implement Pickable
 class PickablePoint
           
 class PickablePolygon
           
 class PickableSphere
           
 class PickableTexture
           
 

Uses of Pickable in org.jzy3d.plot3d.text.drawable
 

Classes in org.jzy3d.plot3d.text.drawable that implement Pickable
 class DrawableTextTexture
           
 

Uses of Pickable in org.jzy3d.plot3d.text.drawable.cells
 

Classes in org.jzy3d.plot3d.text.drawable.cells that implement Pickable
 class DrawableTextCell