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
A representation of the model object 'Double Rect'.
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Bottom' attribute.getLeft()Returns the value of the 'Left' attribute.getRight()Returns the value of the 'Right' attribute.getTop()Returns the value of the 'Top' attribute.voidsetBottom(BigDecimal value) Sets the value of the 'Bottom' attribute.voidsetLeft(BigDecimal value) Sets the value of the 'Left' attribute.voidsetRight(BigDecimal value) Sets the value of the 'Right' attribute.voidsetTop(BigDecimal 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, eUnsetMethods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetPropertyMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getLeft
BigDecimal getLeft()Returns the value of the 'Left' attribute.- Returns:
- the value of the 'Left' attribute.
- See Also:
-
setLeft
Sets the value of the 'Left' attribute.- Parameters:
value- the new value of the 'Left' attribute.- See Also:
-
getRight
BigDecimal getRight()Returns the value of the 'Right' attribute.- Returns:
- the value of the 'Right' attribute.
- See Also:
-
setRight
Sets the value of the 'Right' attribute.- Parameters:
value- the new value of the 'Right' attribute.- See Also:
-
getTop
BigDecimal getTop()Returns the value of the 'Top' attribute.- Returns:
- the value of the 'Top' attribute.
- See Also:
-
setTop
Sets the value of the 'Top' attribute.- Parameters:
value- the new value of the 'Top' attribute.- See Also:
-
getBottom
BigDecimal getBottom()Returns the value of the 'Bottom' attribute.- Returns:
- the value of the 'Bottom' attribute.
- See Also:
-
setBottom
Sets the value of the 'Bottom' attribute.- Parameters:
value- the new value of the 'Bottom' attribute.- See Also:
-