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
.void
setDimension
(Dimension dimension) Sets the location using aPoint
structure.void
Sets the location using aPoint
structure.
-
Method Details
-
setPoint
Sets the location using aPoint
structure.- Parameters:
point
- The point structure.
-
getPoint
Point getPoint()Gets the current location of aIDesignElement
.- Returns:
- The point structure.
-
setDimension
Sets the location using aPoint
structure.- Parameters:
dimension
- The point structure.
-
getDimension
Dimension getDimension()Gets the current dimension of aIDesignElement
.- Returns:
- The dimension structure
-