Class PersistentLayoutImpl.RandomPointFactory<V>
java.lang.Object
edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl.RandomPointFactory<V>
- All Implemented Interfaces:
com.google.common.base.Function<V,
,PersistentLayout.Point> Serializable
,Function<V,
PersistentLayout.Point>
- Enclosing class:
PersistentLayoutImpl<V,
E>
public static class PersistentLayoutImpl.RandomPointFactory<V>
extends Object
implements com.google.common.base.Function<V,PersistentLayout.Point>, Serializable
- See Also:
-
Field Details
-
d
-
-
Constructor Details
-
RandomPointFactory
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<V,
PersistentLayout.Point> - Specified by:
apply
in interfaceFunction<V,
PersistentLayout.Point>
-