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 SummaryModifier 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- 
setPointSets the location using aPointstructure.- Parameters:
- point- The point structure.
 
- 
getPointPoint getPoint()Gets the current location of aIDesignElement.- Returns:
- The point structure.
 
- 
setDimensionSets the location using aPointstructure.- Parameters:
- dimension- The point structure.
 
- 
getDimensionDimension getDimension()Gets the current dimension of aIDesignElement.- Returns:
- The dimension structure
 
 
-