Package com._1c.g5.v8.dt.bp.scheme.model
Interface Bounds
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- BoundsImpl
 
 public interface Bounds extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Bounds'.The following features are supported: - See Also:
- ModelPackage.getBounds()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetHeight()Returns the value of the 'Height' attribute.intgetWidth()Returns the value of the 'Width' attribute.intgetX()Returns the value of the 'X' attribute.intgetY()Returns the value of the 'Y' attribute.voidsetHeight(int value)Sets the value of the 'Height' attribute.voidsetWidth(int value)Sets the value of the 'Width' attribute.voidsetX(int value)Sets the value of the 'X' attribute.voidsetY(int value)Sets the value of the 'Y' attribute.
 
- 
- 
- 
Method Detail- 
getXint getX() Returns the value of the 'X' attribute.- Returns:
- the value of the 'X' attribute.
- See Also:
- setX(int),- ModelPackage.getBounds_X()
 
 - 
setXvoid setX(int value) Sets the value of the 'X' attribute.- Parameters:
- value- the new value of the 'X' attribute.
- See Also:
- getX()
 
 - 
getYint getY() Returns the value of the 'Y' attribute.- Returns:
- the value of the 'Y' attribute.
- See Also:
- setY(int),- ModelPackage.getBounds_Y()
 
 - 
setYvoid setY(int value) Sets the value of the 'Y' attribute.- Parameters:
- value- the new value of the 'Y' attribute.
- See Also:
- getY()
 
 - 
getWidthint getWidth() Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
- setWidth(int),- ModelPackage.getBounds_Width()
 
 - 
setWidthvoid setWidth(int value) Sets the value of the 'Width' attribute.- Parameters:
- value- the new value of the 'Width' attribute.
- See Also:
- getWidth()
 
 - 
getHeightint getHeight() Returns the value of the 'Height' attribute.- Returns:
- the value of the 'Height' attribute.
- See Also:
- setHeight(int),- ModelPackage.getBounds_Height()
 
 - 
setHeightvoid setHeight(int value) Sets the value of the 'Height' attribute.- Parameters:
- value- the new value of the 'Height' attribute.
- See Also:
- getHeight()
 
 
- 
 
-