public interface ConnectorShape
| Type | Property and Description |
|---|---|
DoubleProperty |
radius |
| Modifier and Type | Field and Description |
|---|---|
static String |
CONNECTOR_SHAPE_CLASS |
| Modifier and Type | Method and Description |
|---|---|
eu.mihosoft.vrl.workflow.Connector |
getConnector() |
Node |
getNode()
Returns the real JavaFX Node that represents the visual state of this connector shape.
|
double |
getRadius()
Gets the value of the property radius.
|
DoubleProperty |
radiusProperty() |
void |
setConnector(eu.mihosoft.vrl.workflow.Connector connector) |
void |
setRadius(double radius)
Set the radius of the connector shape.
|
void |
toFront()
Moves the shape to the front of the visual area.
|
DoubleProperty radiusProperty
getRadius(),
setRadius(double)static final String CONNECTOR_SHAPE_CLASS
eu.mihosoft.vrl.workflow.Connector getConnector()
void setConnector(eu.mihosoft.vrl.workflow.Connector connector)
connector - the connector to setvoid toFront()
DoubleProperty radiusProperty()
getRadius(),
setRadius(double)void setRadius(double radius)
radius - the radius to use. Should be > 0.double getRadius()
Node getNode()