Package com._1c.g5.v8.dt.chart.model
Interface DoubleRect
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DoubleRectImpl
public interface DoubleRect extends IBmObject
A representation of the model object 'Double Rect'.The following features are supported:
- See Also:
ChartPackage.getDoubleRect()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getBottom()
Returns the value of the 'Bottom' attribute.double
getLeft()
Returns the value of the 'Left' attribute.double
getRight()
Returns the value of the 'Right' attribute.double
getTop()
Returns the value of the 'Top' attribute.void
setBottom(double value)
Sets the value of the 'Bottom
' attribute.void
setLeft(double value)
Sets the value of the 'Left
' attribute.void
setRight(double value)
Sets the value of the 'Right
' attribute.void
setTop(double value)
Sets the value of the 'Top
' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getLeft
double getLeft()
Returns the value of the 'Left' attribute.- Returns:
- the value of the 'Left' attribute.
- See Also:
setLeft(double)
,ChartPackage.getDoubleRect_Left()
-
setLeft
void setLeft(double value)
Sets the value of the 'Left
' attribute.- Parameters:
value
- the new value of the 'Left' attribute.- See Also:
getLeft()
-
getRight
double getRight()
Returns the value of the 'Right' attribute.- Returns:
- the value of the 'Right' attribute.
- See Also:
setRight(double)
,ChartPackage.getDoubleRect_Right()
-
setRight
void setRight(double value)
Sets the value of the 'Right
' attribute.- Parameters:
value
- the new value of the 'Right' attribute.- See Also:
getRight()
-
getTop
double getTop()
Returns the value of the 'Top' attribute.- Returns:
- the value of the 'Top' attribute.
- See Also:
setTop(double)
,ChartPackage.getDoubleRect_Top()
-
setTop
void setTop(double value)
Sets the value of the 'Top
' attribute.- Parameters:
value
- the new value of the 'Top' attribute.- See Also:
getTop()
-
getBottom
double getBottom()
Returns the value of the 'Bottom' attribute.- Returns:
- the value of the 'Bottom' attribute.
- See Also:
setBottom(double)
,ChartPackage.getDoubleRect_Bottom()
-
setBottom
void setBottom(double value)
Sets the value of the 'Bottom
' attribute.- Parameters:
value
- the new value of the 'Bottom' attribute.- See Also:
getBottom()
-
-