Interface StepPosition
- All Superinterfaces:
Savable
- All Known Implementing Classes:
StepPositionImpl
Auto-generated interface for
https://galaxyproject.org/gxformat2/gxformat2common#StepPosition
This interface is implemented by
This interface is implemented by
StepPositionImpl
This field specifies the location of the step's node when rendered in the workflow editor.
-
Method Summary
Modifier and TypeMethodDescriptiongetLeft()
Getter for property https://galaxyproject.org/gxformat2/gxformat2common#StepPosition/left
Relative horizontal position of the step's node when rendered in the workflow editor.getTop()
Getter for property https://galaxyproject.org/gxformat2/gxformat2common#StepPosition/top
Relative vertical position of the step's node when rendered in the workflow editor.
-
Method Details
-
getTop
Getter for property https://galaxyproject.org/gxformat2/gxformat2common#StepPosition/top
Relative vertical position of the step's node when rendered in the workflow editor. *
-
getLeft
Getter for property https://galaxyproject.org/gxformat2/gxformat2common#StepPosition/left
Relative horizontal position of the step's node when rendered in the workflow editor. *
-