Class SelectedVertexPaintable.Builder<V>
- java.lang.Object
-
- org.jungrapht.visualization.annotations.SelectedVertexPaintable.Builder<V>
-
- Type Parameters:
V
- the vertex type
- Enclosing class:
- SelectedVertexPaintable<V>
public static class SelectedVertexPaintable.Builder<V> extends Object
builder for theSelectedVertexPaintable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelectedVertexPaintable<V>
build()
SelectedVertexPaintable.Builder
selectionPaint(Paint selectionPaint)
SelectedVertexPaintable.Builder
selectionShape(Shape selectionShape)
-
-
-
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
-
build
public SelectedVertexPaintable<V> build()
- Returns:
- a new instance of a
SelectedVertexPaintable
-
-