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 TypeMethodDescriptiondouble
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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getLeft
double getLeft()Returns the value of the 'Left' attribute.- Returns:
- the value of the 'Left' attribute.
- See Also:
-
setLeft
void setLeft(double value) Sets the value of the 'Left
' attribute.- Parameters:
value
- the new value of the 'Left' attribute.- See Also:
-
getRight
double getRight()Returns the value of the 'Right' attribute.- Returns:
- the value of the 'Right' attribute.
- See Also:
-
setRight
void setRight(double value) Sets the value of the 'Right
' attribute.- Parameters:
value
- the new value of the 'Right' attribute.- See Also:
-
getTop
double getTop()Returns the value of the 'Top' attribute.- Returns:
- the value of the 'Top' attribute.
- See Also:
-
setTop
void setTop(double value) Sets the value of the 'Top
' attribute.- Parameters:
value
- the new value of the 'Top' attribute.- See Also:
-
getBottom
double getBottom()Returns the value of the 'Bottom' attribute.- Returns:
- the value of the 'Bottom' attribute.
- See Also:
-
setBottom
void setBottom(double value) Sets the value of the 'Bottom
' attribute.- Parameters:
value
- the new value of the 'Bottom' attribute.- See Also:
-