Uses of Interface
org.jzy3d.plot3d.primitives.graphs.IDrawableGraph2d
-
Packages that use IDrawableGraph2d Package Description org.jzy3d.plot3d.primitives.graphs org.jzy3d.plot3d.primitives.graphs.impl -
-
Uses of IDrawableGraph2d in org.jzy3d.plot3d.primitives.graphs
Classes in org.jzy3d.plot3d.primitives.graphs that implement IDrawableGraph2d Modifier and Type Class Description class
AbstractDrawableGraph2d<V,E>
An implementation based onPickable
objects should register mapping between vertex model and vertex representation through {@link PickSupport.registerPickableObject(IPickable pickable, V v)} Registration should be done by overriding setGraphModel. -
Uses of IDrawableGraph2d in org.jzy3d.plot3d.primitives.graphs.impl
Classes in org.jzy3d.plot3d.primitives.graphs.impl that implement IDrawableGraph2d Modifier and Type Class Description class
DefaultDrawableGraph2d<V,E>
class
PointGraph2d<V,E>
class
TextureGraph2d<V,E>
-