Class MultiSelectedVertexPaintable.Builder<V,​E,​B extends MultiSelectedVertexPaintable.Builder<V,​E,​B>>

  • Type Parameters:
    V - the vertex type
    Enclosing class:
    MultiSelectedVertexPaintable<V,​E>

    public static class MultiSelectedVertexPaintable.Builder<V,​E,​B extends MultiSelectedVertexPaintable.Builder<V,​E,​B>>
    extends Object
    builder for the SelectedVertexPaintable
    • Method Detail

      • self

        protected B self()
      • selectionShape

        public B selectionShape​(Shape selectionShape)
        Parameters:
        selectionShape - the shape to draw as an indicator for selected vertices
        Returns:
        this builder
      • selectionIcon

        public B selectionIcon​(Icon selectionIcon)
      • selectionPaint

        public B selectionPaint​(Paint selectionPaint)
        Parameters:
        selectionPaint - the color to draw the selected vertex indicator
        Returns:
        this builder
      • selectionStrokeMin

        public B selectionStrokeMin​(float selectionStrokeMin)
      • useBounds

        public B useBounds​(boolean useBounds)