Class AbstractDrawableGraph2d<V,​E>

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

    public abstract class AbstractDrawableGraph2d<V,​E>
    extends Drawable
    implements IDrawableGraph2d<V,​E>
    An implementation based on Pickable 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. One can later listen to picking events through: {@link PickSupport.addVertexPickListener(IVertexPickListener listener)}