Uses of Class
org.jungrapht.visualization.layout.model.LayoutModel.Builder
-
Packages that use LayoutModel.Builder Package Description org.jungrapht.visualization.layout.model Support for graph layout models mapping vertices to location points -
-
Uses of LayoutModel.Builder in org.jungrapht.visualization.layout.model
Classes in org.jungrapht.visualization.layout.model with type parameters of type LayoutModel.Builder Modifier and Type Class Description static class
LayoutModel.Builder<V,T extends DefaultLayoutModel<V>,B extends LayoutModel.Builder<V,T,B>>
a builder for LayoutModel instancesMethods in org.jungrapht.visualization.layout.model that return LayoutModel.Builder Modifier and Type Method Description static <V> LayoutModel.Builder<V,?,?>
LayoutModel. builder()
Constructors in org.jungrapht.visualization.layout.model with parameters of type LayoutModel.Builder Constructor Description DefaultLayoutModel(LayoutModel.Builder builder)
-