Uses of Class
org.jzy3d.chart.controllers.mouse.picking.PickingSupport
-
Packages that use PickingSupport Package Description org.jzy3d.chart.controllers.mouse.picking org.jzy3d.plot3d.primitives.graphs org.jzy3d.plot3d.primitives.graphs.impl -
-
Uses of PickingSupport in org.jzy3d.chart.controllers.mouse.picking
Fields in org.jzy3d.chart.controllers.mouse.picking declared as PickingSupport Modifier and Type Field Description protected PickingSupportAWTMousePickingController. pickingprotected PickingSupportNewtMousePickingController. pickingMethods in org.jzy3d.chart.controllers.mouse.picking that return PickingSupport Modifier and Type Method Description PickingSupportAWTMousePickingController. getPickingSupport()PickingSupportIMousePickingController. getPickingSupport()PickingSupportNewtMousePickingController. getPickingSupport()Methods in org.jzy3d.chart.controllers.mouse.picking with parameters of type PickingSupport Modifier and Type Method Description voidIObjectPickedListener. objectPicked(List<? extends Object> vertex, PickingSupport picking)voidAWTMousePickingController. setPickingSupport(PickingSupport picking)voidIMousePickingController. setPickingSupport(PickingSupport picking)voidNewtMousePickingController. setPickingSupport(PickingSupport picking) -
Uses of PickingSupport in org.jzy3d.plot3d.primitives.graphs
Methods in org.jzy3d.plot3d.primitives.graphs with parameters of type PickingSupport Modifier and Type Method Description voidAbstractDrawableGraph2d. setGraphModel(IGraph<V,E> graph, PickingSupport picking)voidIDrawableGraph2d. setGraphModel(IGraph<V,E> graph, PickingSupport picking) -
Uses of PickingSupport in org.jzy3d.plot3d.primitives.graphs.impl
Methods in org.jzy3d.plot3d.primitives.graphs.impl with parameters of type PickingSupport Modifier and Type Method Description voidPointGraph2d. setGraphModel(IGraph<V,E> graph, PickingSupport picking)voidTextureGraph2d. setGraphModel(IGraph<V,E> graph, PickingSupport picking)
-