Interface ILocationSupport

All Known Subinterfaces:
IBaseDesignManualTask, IDesignAbortTask, IDesignAndJoin, IDesignAnnotation, IDesignApplicationManualTask, IDesignBlock, IDesignCellBlock, IDesignComponent, IDesignContentComponent, IDesignEmbeddedWorkflowTask, IDesignEndTask, IDesignField, IDesignFieldLabel, IDesignFormBlock, IDesignLineBlock, IDesignManualTask, IDesignParallel, IDesignProperty, IDesignSectionBlock, IDesignStartTask, IDesignTableBlock, IDesignTask, IDesignTest, IDesignTreatmentGroupTask

public interface ILocationSupport
Interface to locate an IDesignElement object.
Since:
2.0, 9/11/2010
Version:
1.0
Author:
vlygeros
  • Method Details

    • setPoint

      void setPoint(Point point)
      Sets the location using a Point structure.
      Parameters:
      point - The point structure.
    • getPoint

      Point getPoint()
      Gets the current location of a IDesignElement.
      Returns:
      The point structure.
    • setDimension

      void setDimension(Dimension dimension)
      Sets the location using a Point structure.
      Parameters:
      dimension - The point structure.
    • getDimension

      Dimension getDimension()
      Gets the current dimension of a IDesignElement.
      Returns:
      The dimension structure