| Package | Description |
|---|---|
| de.tesis.dynaware.grapheditor | |
| de.tesis.dynaware.grapheditor.utils | |
| de.tesis.dynaware.grapheditor.window |
| Modifier and Type | Method and Description |
|---|---|
SkinLookup |
GraphEditor.getSkinLookup()
Gets the skin lookup.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Commands.updateLayoutValues(org.eclipse.emf.common.command.CompoundCommand command,
de.tesis.dynaware.grapheditor.model.GModel model,
SkinLookup skinLookup)
Updates the model's layout values to match those in the skin instances.
|
| Modifier and Type | Method and Description |
|---|---|
static javafx.geometry.Point2D |
GeometryUtils.getConnectorPosition(de.tesis.dynaware.grapheditor.model.GConnector connector,
SkinLookup skinLookup)
Gets the position of the center of a connector in the coordinate system of the view.
|
static javafx.geometry.Point2D |
GeometryUtils.getCursorPosition(de.tesis.dynaware.grapheditor.model.GConnector connector,
double x,
double y,
SkinLookup skinLookup)
Gets the position of the cursor relative to the coordinate system of the view.
|
static java.util.List<javafx.geometry.Point2D> |
GeometryUtils.getJointPositions(de.tesis.dynaware.grapheditor.model.GConnection connection,
SkinLookup skinLookup)
Gets the layout x and y values from all joints within a connection.
|
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 |
|---|---|
void |
MinimapNodeGroup.setSkinLookup(SkinLookup skinLookup)
Sets the skin lookup instance currently in use by this graph editor.
|
void |
GraphEditorMinimap.setSkinLookup(SkinLookup skinLookup)
Sets the skin lookup instance currently in use by this graph editor.
|
| Constructor and Description |
|---|
MinimapNode(de.tesis.dynaware.grapheditor.model.GNode node,
SkinLookup skinLookup)
Creates a new
MinimapNode instance. |
Copyright © 2014 TESIS DYNAware. All Rights Reserved.