| Package | Description |
|---|---|
| de.tesis.dynaware.grapheditor | |
| de.tesis.dynaware.grapheditor.utils |
| Modifier and Type | Method and Description |
|---|---|
GJointSkin |
SkinLookup.lookupJoint(de.tesis.dynaware.grapheditor.model.GJoint joint)
Gets the skin for the given joint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphEditor.setJointSkin(java.lang.String type,
java.lang.Class<? extends GJointSkin> skin)
Sets the custom joint skin for a particular joint type.
|
abstract void |
GConnectionSkin.setJointSkins(java.util.List<GJointSkin> jointSkins)
Sets the skin objects for all joints inside the connection.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<GJointSkin> |
GeometryUtils.getJointSkins(de.tesis.dynaware.grapheditor.model.GConnection connection,
SkinLookup skinLookup)
Gets all joint skins for a connection.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<javafx.geometry.Point2D> |
GeometryUtils.getJointPositions(java.util.List<GJointSkin> jointSkins)
Gets the layout x and y values from all joints in a list of joint skins.
|
Copyright © 2014 TESIS DYNAware. All Rights Reserved.