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

java.lang.Object
  extended byorg.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.Logger cat
           
static ClassdiagramModelElementFactory SINGLETON
           
 
Constructor Summary
private ClassdiagramModelElementFactory()
           
 
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.Logger cat

SINGLETON

public static ClassdiagramModelElementFactory SINGLETON
Constructor Detail

ClassdiagramModelElementFactory

private ClassdiagramModelElementFactory()
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-2004 (20040316)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook