Class VertexLabelAsShapeRenderer<V,​E>

  • Type Parameters:
    V - the vertex type
    E - the edge type
    All Implemented Interfaces:
    Function<V,​Shape>, Renderer.VertexLabel<V,​E>

    public class VertexLabelAsShapeRenderer<V,​E>
    extends Object
    implements Renderer.VertexLabel<V,​E>, Function<V,​Shape>
    Renders Vertex Labels, but can also supply Shapes for vertices. This has the effect of making the vertex label the actual vertex shape. The user will probably want to center the vertex label on the vertex location.
    Author:
    Tom Nelson