Class SingleSelectedVertexPaintable<V,​E>

  • Type Parameters:
    V - the vertex type
    All Implemented Interfaces:
    VisualizationServer.Paintable

    public class SingleSelectedVertexPaintable<V,​E>
    extends Object
    implements VisualizationServer.Paintable
    Paints a shape at the location of all selected vertices. The shape does not change size as the view is scaled (zoomed in or out)
    Author:
    Tom Nelson