org.umlgraph.doclet
Class Shape

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

public class Shape
extends java.lang.Object

Properties of node shapes


Field Summary
private  java.lang.String name
          Shape's UMLGraph name
 
Constructor Summary
Shape()
          Construct a default (class) Shape
Shape(java.lang.String n)
          Construct a Shape through the specified UMLGraph name
 
Method Summary
(package private)  java.lang.String cellBorder()
          Return the cell border required for the shape
(package private)  java.lang.String extraColumn(int nRows)
          Return the table border required for the shape
 java.lang.String graphvizAttribute()
          Return the GraphViz shape name corresponding to the shape
(package private)  java.lang.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 java.lang.String name
Shape's UMLGraph name

Constructor Detail

Shape

public Shape()
Construct a default (class) Shape


Shape

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

Method Detail

graphvizAttribute

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


landingPort

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


extraColumn

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


cellBorder

java.lang.String cellBorder()
Return the cell border required for the shape