| Package | Description |
|---|---|
| de.tesis.dynaware.grapheditor |
| Modifier and Type | Method and Description |
|---|---|
GConnectorSkin |
SkinLookup.lookupConnector(de.tesis.dynaware.grapheditor.model.GConnector connector)
Gets the skin for the given connector.
|
| Modifier and Type | Method and Description |
|---|---|
abstract javafx.geometry.Point2D |
GNodeSkin.getConnectorPosition(GConnectorSkin connectorSkin)
Gets the position of the center of a connector relative to the node region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphEditor.setConnectorSkin(java.lang.String type,
java.lang.Class<? extends GConnectorSkin> skin)
Sets the custom connector skin for a particular connector type.
|
abstract void |
GNodeSkin.setConnectorSkins(java.util.List<GConnectorSkin> connectorSkins)
Sets the node's connector skins.
|
Copyright © 2014 TESIS DYNAware. All Rights Reserved.