public final class PolyLineEdge extends Object
Constructor and Description |
---|
PolyLineEdge(LineStyle lineStyle,
Arrows arrows,
EdgeLabel edgeLabel,
BendStyle bendStyle)
Create a new poly line edge from the specified parameters.
|
Modifier and Type | Method and Description |
---|---|
Arrows |
getArrows()
Return the arrows for this poly line edge.
|
BendStyle |
getBendStyle()
Return the bend style for this poly line edge.
|
EdgeLabel |
getEdgeLabel()
Return the edge label for this poly line edge.
|
LineStyle |
getLineStyle()
Return the line style for this poly line edge.
|
public PolyLineEdge(LineStyle lineStyle, Arrows arrows, EdgeLabel edgeLabel, BendStyle bendStyle)
lineStyle
- line style for this poly line edge, must not be nullarrows
- arrows for this poly line edge, must not be nulledgeLabel
- edge label for this poly line edge, must not be nullbendStyle
- bend style for this poly line edge, must not be nullpublic LineStyle getLineStyle()
public Arrows getArrows()
public EdgeLabel getEdgeLabel()
public BendStyle getBendStyle()
Copyright (c) 2008-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).