org.umlgraph.doclet
Class Shape

Show UML class diagram
java.lang.Object
  extended by org.umlgraph.doclet.Shape

public class Shape
extends Object

Properties of node shapes


Field Summary
private  String name
          Shape's UMLGraph name
 
Constructor Summary
Shape()
          Construct a default (class) Shape
Shape(String n)
          Construct a Shape through the specified UMLGraph name
 
Method Summary
(package private)  String cellBorder()
          Return the cell border required for the shape
(package private)  String extraColumn(int nRows)
          Return the table border required for the shape
 String graphvizAttribute()
          Return the GraphViz shape name corresponding to the shape
(package private)  String landingPort()
          Return the shape's GraphViz landing port
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name
Shape's UMLGraph name

Constructor Detail

Shape

public Shape()
Construct a default (class) Shape


Shape

public Shape(String n)
Construct a Shape through the specified UMLGraph name

Method Detail

graphvizAttribute

public String graphvizAttribute()
Return the GraphViz shape name corresponding to the shape


landingPort

String landingPort()
Return the shape's GraphViz landing port


extraColumn

String extraColumn(int nRows)
Return the table border required for the shape


cellBorder

String cellBorder()
Return the cell border required for the shape