Uses of Class
org.jungrapht.visualization.annotations.SingleSelectedVertexPaintable.Builder
-
Packages that use SingleSelectedVertexPaintable.Builder Package Description org.jungrapht.visualization.annotations Classes which support creating visual annotations for graphs. -
-
Uses of SingleSelectedVertexPaintable.Builder in org.jungrapht.visualization.annotations
Classes in org.jungrapht.visualization.annotations with type parameters of type SingleSelectedVertexPaintable.Builder Modifier and Type Class Description static class
SingleSelectedVertexPaintable.Builder<V,E,B extends SingleSelectedVertexPaintable.Builder<V,E,B>>
builder for theSelectedVertexPaintable
Methods in org.jungrapht.visualization.annotations that return SingleSelectedVertexPaintable.Builder Modifier and Type Method Description static <V,E>
SingleSelectedVertexPaintable.Builder<V,E,?>SingleSelectedVertexPaintable. builder(VisualizationServer<V,E> visualizationServer)
-