public interface SkinController
| Modifier and Type | Method and Description |
|---|---|
void |
addConnector(javafx.geometry.Side position,
boolean input)
Adds a connector of the given type to all selected nodes.
|
void |
addNode(double currentZoomFactor)
Adds a node to the graph.
|
void |
clearConnectors()
Clears all connectors from all selected nodes.
|
void |
handlePaste()
Handles the paste operation.
|
void addNode(double currentZoomFactor)
currentZoomFactor - the current zoom factor (1 for 100%)void addConnector(javafx.geometry.Side position,
boolean input)
position - the currently selected connector positioninput - true for input, false for outputvoid clearConnectors()
void handlePaste()
Copyright © 2015 TESIS DYNAware. All Rights Reserved.