Uses of Class
org.jungrapht.visualization.layout.util.RandomLocationTransformer.Origin
-
Packages that use RandomLocationTransformer.Origin Package Description org.jungrapht.visualization.layout.util Utilities for graph layout models and graph layout algorithms -
-
Uses of RandomLocationTransformer.Origin in org.jungrapht.visualization.layout.util
Fields in org.jungrapht.visualization.layout.util declared as RandomLocationTransformer.Origin Modifier and Type Field Description protected RandomLocationTransformer.Origin
RandomLocationTransformer. origin
Methods in org.jungrapht.visualization.layout.util that return RandomLocationTransformer.Origin Modifier and Type Method Description static RandomLocationTransformer.Origin
RandomLocationTransformer.Origin. valueOf(String name)
Returns the enum constant of this type with the specified name.static RandomLocationTransformer.Origin[]
RandomLocationTransformer.Origin. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jungrapht.visualization.layout.util with parameters of type RandomLocationTransformer.Origin Constructor Description RandomLocationTransformer(RandomLocationTransformer.Origin origin, double width, double height)
Creates an instance with the specified layoutSize which uses the current time as the random seed.RandomLocationTransformer(RandomLocationTransformer.Origin origin, double width, double height, long seed)
Creates an instance with the specified dimension and random seed.
-