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