protected class ALDGrappaWorkbenchTab.WorkflowModifyAction extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
actionPosition_x
X-coordinate of the working area where action happened.
|
protected int |
actionPosition_y
Y-coordinate of the working area where action happened.
|
ALDWorkflowNodeID |
oldEdgeTarget |
String |
oldEdgeTargetParamName |
| Constructor and Description |
|---|
WorkflowModifyAction()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getActionPositionX()
Returns the x-coordinate of the action's position.
|
int |
getActionPositionY()
Returns the y-coordinate of the action's position.
|
void |
setActionPositionX(int x)
Set x-coordinate of action's position.
|
void |
setActionPositionY(int y)
Set y-coordinate of action's position.
|
public ALDWorkflowNodeID oldEdgeTarget
public String oldEdgeTargetParamName
protected int actionPosition_x
protected int actionPosition_y
public void setActionPositionX(int x)
x - X-coordinate where action happened.public void setActionPositionY(int y)
y - Y-coordinate where action happened.public int getActionPositionX()
public int getActionPositionY()
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.