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