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>
,java.io.Serializable
,java.util.function.Function<V,PersistentLayout.Point>
- Enclosing class:
- PersistentLayoutImpl<V,E>
public static class PersistentLayoutImpl.RandomPointFactory<V> extends java.lang.Object implements com.google.common.base.Function<V,PersistentLayout.Point>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.awt.Dimension
d
-
Constructor Summary
Constructors Constructor Description RandomPointFactory(java.awt.Dimension d)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PersistentLayout.Point
apply(V v)
-
-
-
Method Detail
-
apply
public PersistentLayout.Point apply(V v)
- Specified by:
apply
in interfacecom.google.common.base.Function<V,PersistentLayout.Point>
- Specified by:
apply
in interfacejava.util.function.Function<V,PersistentLayout.Point>
-
-