Uses of Interface
org.jzy3d.plot3d.primitives.graphs.IDrawableGraph2d

Packages that use IDrawableGraph2d
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
 class AbstractDrawableGraph2d<V,E>
          An implementation based on Pickable objects should register mapping between vertex model and vertex representation through 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
 class DefaultDrawableGraph2d<V,E>
           
 class PointGraph2d<V,E>
           
 class TextureGraph2d<V,E>