public class GMLNodeShapeInfo extends ShapeDebugFrame.Point2DShapeInfo
name| Constructor and Description |
|---|
GMLNodeShapeInfo(GMLNode node,
java.lang.String name,
java.awt.Color colour,
boolean square)
Create a new GMLNodeShapeInfo.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getObject()
Get the object this shape represents.
|
getBoundsPoint, getBoundsShape, paint, paintLegendgetNamepublic GMLNodeShapeInfo(GMLNode node, java.lang.String name, java.awt.Color colour, boolean square)
node - The node to draw.name - The name of the node.colour - The colour to draw the node.square - Whether to draw the node with a square or not.public java.lang.Object getObject()
ShapeDebugFrame.ShapeInfogetObject in class ShapeDebugFrame.ShapeInfo