public interface ConnectorRO
node.connectorsIn
/ node.connectorsOut
- read-only.Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getColor() |
java.lang.String |
getColorCode() |
int[] |
getDashArray()
Since 1.7.10
|
java.util.List<java.lang.Integer> |
getEndInclination()
returns a Point.
|
java.lang.String |
getLabelFontFamily()
Since 1.7.10
|
int |
getLabelFontSize()
Since 1.7.10
|
java.lang.String |
getMiddleLabel() |
int |
getOpacity()
0 <= opacity <= 255
Since 1.7.10
|
java.lang.String |
getShape()
returns one of LINE, LINEAR_PATH, CUBIC_CURVE, EDGE_LIKE.
|
Node |
getSource()
The node without the arrow.
|
java.lang.String |
getSourceLabel() |
java.util.List<java.lang.Integer> |
getStartInclination()
returns a Point.
|
Node |
getTarget()
The node with the arrow.
|
java.lang.String |
getTargetLabel() |
int |
getWidth()
Since 1.7.10
|
boolean |
hasEndArrow() |
boolean |
hasStartArrow() |
boolean |
simulatesEdge() |
java.lang.String getShape()
java.awt.Color getColor()
java.lang.String getColorCode()
int[] getDashArray()
int getOpacity()
int getWidth()
java.lang.String getLabelFontFamily()
int getLabelFontSize()
boolean hasEndArrow()
java.lang.String getMiddleLabel()
Node getSource()
java.lang.String getSourceLabel()
boolean hasStartArrow()
Node getTarget()
java.lang.String getTargetLabel()
boolean simulatesEdge()
java.util.List<java.lang.Integer> getStartInclination()
java.util.List<java.lang.Integer> getEndInclination()