org.argouml.uml.diagram.static_structure.layout
Class ClassdiagramModelElementFactory

java.lang.Object
  |
  +--org.argouml.uml.diagram.static_structure.layout.ClassdiagramModelElementFactory

public class ClassdiagramModelElementFactory
extends java.lang.Object

a class to get the proper layouter for a Fig. Currently this deals only with Generalizations and Realizations.


Field Summary
protected static org.apache.log4j.Category cat
           
static ClassdiagramModelElementFactory SINGLETON
          Singleton
 
Method Summary
 ClassdiagramEdge getInstance(java.lang.Object f)
          create layouter object from a Fig.*
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cat

protected static org.apache.log4j.Category cat

SINGLETON

public static ClassdiagramModelElementFactory SINGLETON
Singleton
Method Detail

getInstance

public ClassdiagramEdge getInstance(java.lang.Object f)
create layouter object from a Fig.*
Parameters:
f - Object which contains the Fig
Returns:
Layouter for the Edge or null if none exists.


ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook