Package com._1c.g5.v8.dt.moxel
Interface ObjectDrawing
- All Superinterfaces:
Drawing
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,PictureDrawing
,RectangleDrawing
- All Known Subinterfaces:
ChartDrawing
,ControlDrawing
,DendrogramDrawing
,GanttChartDrawing
,GeographicalSchemaDrawing
,PivotChartDrawing
- All Known Implementing Classes:
ChartDrawingImpl
,ControlDrawingImpl
,DendrogramDrawingImpl
,GanttChartDrawingImpl
,GeographicalSchemaDrawingImpl
,ObjectDrawingImpl
,PivotChartDrawingImpl
A representation of the model object 'Object Drawing'.
The following features are supported:
- See Also:
-
Method Summary
Methods inherited from interface com._1c.g5.v8.dt.moxel.Drawing
getDetailParameter, getDetailValue, getDrawingId, getFormatIndex, getPosition, getZOrder, setDetailParameter, setDetailValue, setDrawingId, setFormatIndex, setPosition, setZOrder
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface com._1c.g5.v8.dt.moxel.PictureDrawing
getPictureIndex, getPictureSize, isAutosize, setAutosize, setPictureIndex, setPictureSize
-
Method Details
-
getObject
org.eclipse.emf.ecore.EObject getObject()Returns the value of the 'Object' containment reference.- Returns:
- the value of the 'Object' containment reference.
- See Also:
-
setObject
void setObject(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Object
' containment reference.- Parameters:
value
- the new value of the 'Object' containment reference.- See Also:
-