Package com._1c.g5.v8.dt.moxel
Interface PictureDrawing
- All Superinterfaces:
Drawing
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,RectangleDrawing
- All Known Subinterfaces:
ChartDrawing
,ControlDrawing
,DendrogramDrawing
,GanttChartDrawing
,GeographicalSchemaDrawing
,ObjectDrawing
,PivotChartDrawing
- All Known Implementing Classes:
ChartDrawingImpl
,ControlDrawingImpl
,DendrogramDrawingImpl
,GanttChartDrawingImpl
,GeographicalSchemaDrawingImpl
,ObjectDrawingImpl
,PictureDrawingImpl
,PivotChartDrawingImpl
A representation of the model object 'Picture Drawing'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the value of the 'Picture Index' attribute.Returns the value of the 'Picture Size' attribute.boolean
Returns the value of the 'Autosize' attribute.void
setAutosize
(boolean value) Sets the value of the 'Autosize
' attribute.void
setPictureIndex
(int value) Sets the value of the 'Picture Index
' attribute.void
setPictureSize
(PictureSize value) Sets the value of the 'Picture Size
' attribute.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
-
Method Details
-
getPictureSize
PictureSize getPictureSize()Returns the value of the 'Picture Size' attribute. The literals are from the enumerationPictureSize
.- Returns:
- the value of the 'Picture Size' attribute.
- See Also:
-
setPictureSize
Sets the value of the 'Picture Size
' attribute.- Parameters:
value
- the new value of the 'Picture Size' attribute.- See Also:
-
getPictureIndex
int getPictureIndex()Returns the value of the 'Picture Index' attribute.- Returns:
- the value of the 'Picture Index' attribute.
- See Also:
-
setPictureIndex
void setPictureIndex(int value) Sets the value of the 'Picture Index
' attribute.- Parameters:
value
- the new value of the 'Picture Index' attribute.- See Also:
-
isAutosize
boolean isAutosize()Returns the value of the 'Autosize' attribute.- Returns:
- the value of the 'Autosize' attribute.
- See Also:
-
setAutosize
void setAutosize(boolean value) Sets the value of the 'Autosize
' attribute.- Parameters:
value
- the new value of the 'Autosize' attribute.- See Also:
-