Package org.jzy3d.plot3d.primitives.graphs

Interface Summary
IDrawableGraph2d<V,E>  
 

Class Summary
AbstractDrawableGraph2d<V,E> An implementation based on IPickable objects should register mapping between vertex model and vertex representation through PickSupport.registerPickableObject(IPickable pickable, V v) Registration should be done by overriding setGraphModel.