public class GMLDirectedEdgeShapeInfo extends ShapeDebugFrame.Line2DShapeInfo
name| Constructor and Description |
|---|
GMLDirectedEdgeShapeInfo(GMLDirectedEdge edge,
java.lang.String name,
java.awt.Color colour,
boolean thick,
boolean arrow)
Create a new GMLDirectedEdgeShapeInfo.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getObject()
Get the object this shape represents.
|
getBoundsPoint, getBoundsShape, paint, paintLegendgetNamepublic GMLDirectedEdgeShapeInfo(GMLDirectedEdge edge, java.lang.String name, java.awt.Color colour, boolean thick, boolean arrow)
edge - The directed 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.arrow - Whether to draw the direction arrow or not.public java.lang.Object getObject()
ShapeDebugFrame.ShapeInfogetObject in class ShapeDebugFrame.ShapeInfo