Uses of Class
org.jungrapht.visualization.transform.LensTransformer.Builder
-
Packages that use LensTransformer.Builder 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 LensTransformer.Builder in org.jungrapht.visualization.transform
Classes in org.jungrapht.visualization.transform with type parameters of type LensTransformer.Builder Modifier and Type Class Description static class
LensTransformer.Builder<T extends LensTransformer,B extends LensTransformer.Builder<T,B>>
Subclasses of LensTransformer.Builder in org.jungrapht.visualization.transform Modifier and Type Class Description static class
HyperbolicTransformer.Builder<T extends HyperbolicTransformer,B extends HyperbolicTransformer.Builder<T,B>>
static class
MagnifyTransformer.Builder<T extends MagnifyTransformer,B extends MagnifyTransformer.Builder<T,B>>
-
Uses of LensTransformer.Builder in org.jungrapht.visualization.transform.shape
Subclasses of LensTransformer.Builder in org.jungrapht.visualization.transform.shape Modifier and Type Class Description static class
HyperbolicShapeTransformer.Builder<T extends HyperbolicShapeTransformer,B extends HyperbolicShapeTransformer.Builder<T,B>>
static class
MagnifyShapeTransformer.Builder<T extends MagnifyShapeTransformer,B extends MagnifyShapeTransformer.Builder<T,B>>
-