Class SelectedVertexPaintable.Builder<V>

  • Type Parameters:
    V - the vertex type
    Enclosing class:
    SelectedVertexPaintable<V>

    public static class SelectedVertexPaintable.Builder<V>
    extends Object
    builder for the SelectedVertexPaintable
    • Method Detail

      • selectionShape

        public SelectedVertexPaintable.Builder selectionShape​(Shape selectionShape)
        Parameters:
        selectionShape - the shape to draw as an indicator for selected vertices
        Returns:
        this builder
      • selectionPaint

        public SelectedVertexPaintable.Builder selectionPaint​(Paint selectionPaint)
        Parameters:
        selectionPaint - the color to draw the selected vertex indicator
        Returns:
        this builder