public interface SkinLookup
| Modifier and Type | Method and Description |
|---|---|
GConnectionSkin |
lookupConnection(de.tesis.dynaware.grapheditor.model.GConnection connection)
Gets the skin for the given connection.
|
GConnectorSkin |
lookupConnector(de.tesis.dynaware.grapheditor.model.GConnector connector)
Gets the skin for the given connector.
|
GJointSkin |
lookupJoint(de.tesis.dynaware.grapheditor.model.GJoint joint)
Gets the skin for the given joint.
|
GNodeSkin |
lookupNode(de.tesis.dynaware.grapheditor.model.GNode node)
Gets the skin for the given node.
|
GTailSkin |
lookupTail(de.tesis.dynaware.grapheditor.model.GConnector connector)
Gets the tail skin for the given connector.
|
GNodeSkin lookupNode(de.tesis.dynaware.grapheditor.model.GNode node)
node - a GNode instanceGNodeSkin instanceGConnectorSkin lookupConnector(de.tesis.dynaware.grapheditor.model.GConnector connector)
connector - a GConnector instanceGConnectorSkin instanceGConnectionSkin lookupConnection(de.tesis.dynaware.grapheditor.model.GConnection connection)
connection - a GConnection instanceGConnectionSkin instanceGJointSkin lookupJoint(de.tesis.dynaware.grapheditor.model.GJoint joint)
joint - a GJoint instanceGJointSkin instanceCopyright © 2014 TESIS DYNAware. All Rights Reserved.