Uses of Class
org.jungrapht.visualization.transform.HyperbolicTransformer
-
Packages that use HyperbolicTransformer Package Description org.jungrapht.visualization.transform Visualization mechanisms related to transformations, including lens effects.org.jungrapht.visualization.transform.shape Visualization mechanisms related to transformation of graph element shapes. -
-
Uses of HyperbolicTransformer in org.jungrapht.visualization.transform
Classes in org.jungrapht.visualization.transform with type parameters of type HyperbolicTransformer Modifier and Type Class Description static class
HyperbolicTransformer.Builder<T extends HyperbolicTransformer,B extends HyperbolicTransformer.Builder<T,B>>
Methods in org.jungrapht.visualization.transform with type parameters of type HyperbolicTransformer Modifier and Type Method Description static <T extends HyperbolicTransformer>
HyperbolicTransformer.Builder<T,?>HyperbolicTransformer. builder(Dimension dimension)
static <T extends HyperbolicTransformer>
HyperbolicTransformer.Builder<T,?>HyperbolicTransformer. builder(Lens lens)
-
Uses of HyperbolicTransformer in org.jungrapht.visualization.transform.shape
Subclasses of HyperbolicTransformer in org.jungrapht.visualization.transform.shape Modifier and Type Class Description class
HyperbolicShapeTransformer
HyperbolicShapeTransformer extends HyperbolicTransformer and adds implementations for methods in ShapeFlatnessTransformer.
-