ConnectorShapeType Enum
Lists available connector shape types.
Declaration
public enum ConnectorShapeType extends Enum<ConnectorShapeType> implements IIntEnum
Members
| Name | Description |
|---|---|
CURVED
|
A curved connector. |
CURVED_WITH_2_HANDLES
|
A curved connector with two handles. |
CURVED_WITH_3_HANDLES
|
A curved connector with three handles. |
CURVED_WITH_HANDLE
|
A curved connector with one handle. |
ELBOW
|
An elbow connector. |
ELBOW_WITH_2_HANDLES
|
An elbow connector with two handles. |
ELBOW_WITH_3_HANDLES
|
An elbow connector with three handles. |
ELBOW_WITH_HANDLE
|
An elbow connector with one handle. |
LINE
|
A straight connector. |
fromValue(int value)
|
Returns the |
getName()
|
Returns the name of the |
getValue()
|
Returns the integer value associated with the |
toString()
|
Returns the string representation of the |
valueOf(String name)
|
Returns the |
values()
|
Returns an array of all |