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 Summary
Modifier and TypeMethodDescriptionGets the current dimension of aIDesignElement.getPoint()Gets the current location of aIDesignElement.voidsetDimension(Dimension dimension) Sets the location using aPointstructure.voidSets the location using aPointstructure.
-
Method Details
-
setPoint
Sets the location using aPointstructure.- Parameters:
point- The point structure.
-
getPoint
Point getPoint()Gets the current location of aIDesignElement.- Returns:
- The point structure.
-
setDimension
Sets the location using aPointstructure.- Parameters:
dimension- The point structure.
-
getDimension
Dimension getDimension()Gets the current dimension of aIDesignElement.- Returns:
- The dimension structure
-