Uses of Class
org.jungrapht.visualization.transform.Lens.Shape
-
Packages that use Lens.Shape Package Description org.jungrapht.visualization.transform Visualization mechanisms related to transformations, including lens effects. -
-
Uses of Lens.Shape in org.jungrapht.visualization.transform
Methods in org.jungrapht.visualization.transform that return Lens.Shape Modifier and Type Method Description static Lens.Shape
Lens.Shape. valueOf(String name)
Returns the enum constant of this type with the specified name.static Lens.Shape[]
Lens.Shape. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jungrapht.visualization.transform with parameters of type Lens.Shape Modifier and Type Method Description static Lens.Builder
Lens. builder(Lens.Shape lensShape)
Lens.Builder
Lens.Builder. lensShape(Lens.Shape shape)
-