Uses of Interface
org.jzy3d.plot3d.primitives.pickable.Pickable
-
Packages that use Pickable Package Description org.jzy3d.chart.controllers.mouse.picking org.jzy3d.plot3d.primitives.pickable org.jzy3d.plot3d.text.drawable org.jzy3d.plot3d.text.drawable.cells -
-
Uses of Pickable in org.jzy3d.chart.controllers.mouse.picking
Fields in org.jzy3d.chart.controllers.mouse.picking with type parameters of type Pickable Modifier and Type Field Description protected Map<Integer,Pickable>
PickingSupport. pickables
protected Map<Pickable,Object>
PickingSupport. pickableTargets
Methods in org.jzy3d.chart.controllers.mouse.picking that return types with arguments of type Pickable Modifier and Type Method Description protected List<Pickable>
PickingSupport. processHits(int hits, int[] buffer)
Provides the number of picked object by a click.Methods in org.jzy3d.chart.controllers.mouse.picking with parameters of type Pickable Modifier and Type Method Description void
PickingSupport. registerPickableObject(Pickable pickable, Object model)
protected void
PickingSupport. setCurrentName(IPainter painter, Pickable pickable)
-
Uses of Pickable in org.jzy3d.plot3d.primitives.pickable
Classes in org.jzy3d.plot3d.primitives.pickable that implement Pickable Modifier and Type Class Description 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 Modifier and Type Class Description class
DrawableTextTexture
-
Uses of Pickable in org.jzy3d.plot3d.text.drawable.cells
Classes in org.jzy3d.plot3d.text.drawable.cells that implement Pickable Modifier and Type Class Description class
DrawableTextCell
-