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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetBottom()Returns the value of the 'Bottom' attribute.doublegetLeft()Returns the value of the 'Left' attribute.doublegetRight()Returns the value of the 'Right' attribute.doublegetTop()Returns the value of the 'Top' attribute.voidsetBottom(double value)Sets the value of the 'Bottom' attribute.voidsetLeft(double value)Sets the value of the 'Left' attribute.voidsetRight(double value)Sets the value of the 'Right' attribute.voidsetTop(double value)Sets the value of the 'Top' attribute.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
 
- 
 
- 
- 
- 
Method Detail- 
getLeftdouble getLeft() Returns the value of the 'Left' attribute.- Returns:
- the value of the 'Left' attribute.
- See Also:
- setLeft(double),- ChartPackage.getDoubleRect_Left()
 
 - 
setLeftvoid setLeft(double value) Sets the value of the 'Left' attribute.- Parameters:
- value- the new value of the 'Left' attribute.
- See Also:
- getLeft()
 
 - 
getRightdouble getRight() Returns the value of the 'Right' attribute.- Returns:
- the value of the 'Right' attribute.
- See Also:
- setRight(double),- ChartPackage.getDoubleRect_Right()
 
 - 
setRightvoid setRight(double value) Sets the value of the 'Right' attribute.- Parameters:
- value- the new value of the 'Right' attribute.
- See Also:
- getRight()
 
 - 
getTopdouble getTop() Returns the value of the 'Top' attribute.- Returns:
- the value of the 'Top' attribute.
- See Also:
- setTop(double),- ChartPackage.getDoubleRect_Top()
 
 - 
setTopvoid setTop(double value) Sets the value of the 'Top' attribute.- Parameters:
- value- the new value of the 'Top' attribute.
- See Also:
- getTop()
 
 - 
getBottomdouble getBottom() Returns the value of the 'Bottom' attribute.- Returns:
- the value of the 'Bottom' attribute.
- See Also:
- setBottom(double),- ChartPackage.getDoubleRect_Bottom()
 
 - 
setBottomvoid setBottom(double value) Sets the value of the 'Bottom' attribute.- Parameters:
- value- the new value of the 'Bottom' attribute.
- See Also:
- getBottom()
 
 
- 
 
-