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 Category cat
           
static ClassdiagramModelElementFactory 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 Category cat

SINGLETON

public static ClassdiagramModelElementFactory 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 © 1996-2003 (20040229)ArgoUML Project HomeArgoUML Cookbook