org.argouml.uml.diagram.static_structure.layout
Class ClassdiagramModelElementFactory
java.lang.Object
org.argouml.uml.diagram.static_structure.layout.ClassdiagramModelElementFactory
- public class ClassdiagramModelElementFactory
- extends Object
a class to get the proper layouter for a Fig.
Currently this deals only with Generalizations and Realizations.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final Logger LOG
SINGLETON
public static final ClassdiagramModelElementFactory SINGLETON
- The singleton.
ClassdiagramModelElementFactory
private ClassdiagramModelElementFactory()
getInstance
public LayoutedObject getInstance(Object f)
- create layouter object from a Fig.*
- Parameters:
f
- Object which contains the Fig
- Returns:
- Layouter for the Edge or Classnode or null if none exists.