public class ClassRelationshipEdge extends SegmentedLineEdge
Constructor and Description |
---|
ClassRelationshipEdge()
Constructs a straight edge.
|
Modifier and Type | Method and Description |
---|---|
BentStyle |
getBentStyle()
Gets the bentStyle property
|
java.util.ArrayList<java.awt.geom.Point2D> |
getPoints()
Gets the corner points of this segmented line edge
|
void |
setBentStyle(BentStyle newValue)
Sets the bentStyle property
|
draw, getBounds, getConnectionPoints, getEndArrowHead, getEndLabel, getLineStyle, getMiddleLabel, getShape, getStartArrowHead, getStartLabel, setEndArrowHead, setEndLabel, setLineStyle, setMiddleLabel, setStartArrowHead, setStartLabel
clone, connect, getEnd, getStart
public ClassRelationshipEdge()
public void setBentStyle(BentStyle newValue)
newValue
- the bent stylepublic BentStyle getBentStyle()
public java.util.ArrayList<java.awt.geom.Point2D> getPoints()
SegmentedLineEdge
getPoints
in class SegmentedLineEdge