Documentation of 'org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d' Java class
AbstractDrawableGraph2d
org.jzy3d.plot3d.primitives.graphs

Class AbstractDrawableGraph2d<V,E>

  • All Implemented Interfaces:
    IDrawableGraph2d<V,E>, IGLRenderer, ISortableDraw
    Direct Known Subclasses:
    DefaultDrawableGraph2d


    public abstract class AbstractDrawableGraph2d<V,E>
    extends AbstractDrawable
    implements IDrawableGraph2d<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. One can later listen to picking events through: PickSupport.addVertexPickListener(IVertexPickListener listener)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.