Interface StepPosition

All Superinterfaces:
Savable
All Known Implementing Classes:
StepPositionImpl

public interface StepPosition extends Savable
Auto-generated interface for https://galaxyproject.org/gxformat2/gxformat2common#StepPosition
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 Type
    Method
    Description
    Getter for property https://galaxyproject.org/gxformat2/gxformat2common#StepPosition/left
    Relative horizontal position of the step's node when rendered in the workflow editor.
    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. *