public class Shape
extends java.lang.Object
| 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 |
|---|---|
java.lang.String |
graphvizAttribute()
Return the GraphViz shape name corresponding to the shape
|