public class Shape
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name
Shape's UMLGraph name
|
Constructor and Description |
---|
Shape()
Construct a default (class) Shape
|
Shape(java.lang.String n)
Construct a Shape through the specified UMLGraph name
|
Modifier and Type | Method and Description |
---|---|
(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
|
public Shape()
public Shape(java.lang.String n)
public java.lang.String graphvizAttribute()
java.lang.String landingPort()
java.lang.String extraColumn(int nRows)
java.lang.String cellBorder()