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