public class DirectedEdgeShapeInfo extends ShapeDebugFrame.Line2DShapeInfo
name
Constructor and Description |
---|
DirectedEdgeShapeInfo(java.util.Collection<DirectedEdge> edges,
java.lang.String name,
java.awt.Color colour,
boolean thick)
Create a new DirectedEdgeShapeInfo.
|
DirectedEdgeShapeInfo(DirectedEdge edge,
java.lang.String name,
java.awt.Color colour,
boolean thick)
Create a new DirectedEdgeShapeInfo.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getObject()
Get the object this shape represents.
|
getBoundsPoint, getBoundsShape, paint, paintLegend
getName
public DirectedEdgeShapeInfo(DirectedEdge 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 DirectedEdgeShapeInfo(java.util.Collection<DirectedEdge> edges, java.lang.String name, java.awt.Color colour, boolean thick)
edges
- The edges 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.ShapeInfo
getObject
in class ShapeDebugFrame.ShapeInfo