Uses of Class
org.jungrapht.visualization.transform.shape.HyperbolicShapeTransformer.Builder
-
Packages that use HyperbolicShapeTransformer.Builder Package Description org.jungrapht.visualization.transform.shape Visualization mechanisms related to transformation of graph element shapes. -
-
Uses of HyperbolicShapeTransformer.Builder in org.jungrapht.visualization.transform.shape
Classes in org.jungrapht.visualization.transform.shape with type parameters of type HyperbolicShapeTransformer.Builder Modifier and Type Class Description static class
HyperbolicShapeTransformer.Builder<T extends HyperbolicShapeTransformer,B extends HyperbolicShapeTransformer.Builder<T,B>>
Methods in org.jungrapht.visualization.transform.shape that return HyperbolicShapeTransformer.Builder Modifier and Type Method Description static HyperbolicShapeTransformer.Builder<?,?>
HyperbolicShapeTransformer. builder(Dimension dimension)
static HyperbolicShapeTransformer.Builder<?,?>
HyperbolicShapeTransformer. builder(Lens lens)
Constructors in org.jungrapht.visualization.transform.shape with parameters of type HyperbolicShapeTransformer.Builder Constructor Description HyperbolicShapeTransformer(HyperbolicShapeTransformer.Builder builder)
-