Uses of Class
org.jungrapht.visualization.annotations.SelectedVertexPaintable.Builder
-
Packages that use SelectedVertexPaintable.Builder Package Description org.jungrapht.visualization.annotations Classes which support creating visual annotations for graphs. -
-
Uses of SelectedVertexPaintable.Builder in org.jungrapht.visualization.annotations
Methods in org.jungrapht.visualization.annotations that return SelectedVertexPaintable.Builder Modifier and Type Method Description static <V> SelectedVertexPaintable.Builder<V>
SelectedVertexPaintable. builder(VisualizationServer<V,?> visualizationServer)
SelectedVertexPaintable.Builder
SelectedVertexPaintable.Builder. selectionPaint(Paint selectionPaint)
SelectedVertexPaintable.Builder
SelectedVertexPaintable.Builder. selectionShape(Shape selectionShape)
-