edu.uci.ics.jung.visualization.layout
Class PersistentLayoutImpl.RandomPointFactory
java.lang.Object
edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl.RandomPointFactory
- All Implemented Interfaces:
- Serializable, org.apache.commons.collections15.Factory<PersistentLayout.Point>
- Enclosing class:
- PersistentLayoutImpl<V,E>
public static class PersistentLayoutImpl.RandomPointFactory
- extends Object
- implements org.apache.commons.collections15.Factory<PersistentLayout.Point>, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistentLayoutImpl.RandomPointFactory
public PersistentLayoutImpl.RandomPointFactory(Dimension d)
create
public PersistentLayout.Point create()
- Specified by:
create
in interface org.apache.commons.collections15.Factory<PersistentLayout.Point>
Copyright © 2009. All Rights Reserved.