|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.umlgraph.doclet.Shape
public class Shape
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 |
---|
private String name
Constructor Detail |
---|
public Shape()
public Shape(String n)
Method Detail |
---|
public String graphvizAttribute()
String landingPort()
String extraColumn(int nRows)
String cellBorder()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |