public class VisualComponentConnectionLineProperties
extends java.lang.Object
VisualComponentConnection
.
Modifier and Type | Field and Description |
---|---|
static int |
CONNECT_LINE_TYPE_RECTANGULAR
An integer indicating the
rectangular line property of a VisualComponentConnection |
static int |
CONNECT_LINE_TYPE_SIMPLE
An integer indicating the
simple line property of a VisualComponentConnection |
Constructor and Description |
---|
VisualComponentConnectionLineProperties(int lineArrow,
int lineType,
java.awt.Color lineColor)
Constructs an instance of
VisualComponentConnectionLineProperties class with the given properties |
Modifier and Type | Method and Description |
---|---|
int |
getLineArrow() |
java.awt.Color |
getLineColor() |
int |
getLineType() |
void |
setLineArrow(int lineArrow) |
void |
setLineColor(java.awt.Color lineColor) |
void |
setLineType(int lineType) |
public static final int CONNECT_LINE_TYPE_SIMPLE
simple line
property of a VisualComponentConnectionpublic static final int CONNECT_LINE_TYPE_RECTANGULAR
rectangular line
property of a VisualComponentConnectionpublic VisualComponentConnectionLineProperties(int lineArrow, int lineType, java.awt.Color lineColor)
VisualComponentConnectionLineProperties
class with the given propertieslineArrow
- An integer indicating the line arrow propertylineType
- An integer indicating the line type propertylineColor
- An instance of Color
indicating the line color propertypublic int getLineArrow()
public void setLineArrow(int lineArrow)
public java.awt.Color getLineColor()
public void setLineColor(java.awt.Color lineColor)
public int getLineType()
public void setLineType(int lineType)