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
public interface PictureDrawing extends RectangleDrawing
A representation of the model object 'Picture Drawing'.The following features are supported:
- See Also:
MoxelPackage.getPictureDrawing()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getPictureIndex()
Returns the value of the 'Picture Index' attribute.PictureSize
getPictureSize()
Returns the value of the 'Picture Size' attribute.boolean
isAutosize()
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
-
-
-
-
Method Detail
-
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:
PictureSize
,setPictureSize(PictureSize)
,MoxelPackage.getPictureDrawing_PictureSize()
-
setPictureSize
void setPictureSize(PictureSize value)
Sets the value of the 'Picture Size
' attribute.- Parameters:
value
- the new value of the 'Picture Size' attribute.- See Also:
PictureSize
,getPictureSize()
-
getPictureIndex
int getPictureIndex()
Returns the value of the 'Picture Index' attribute.- Returns:
- the value of the 'Picture Index' attribute.
- See Also:
setPictureIndex(int)
,MoxelPackage.getPictureDrawing_PictureIndex()
-
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:
getPictureIndex()
-
isAutosize
boolean isAutosize()
Returns the value of the 'Autosize' attribute.- Returns:
- the value of the 'Autosize' attribute.
- See Also:
setAutosize(boolean)
,MoxelPackage.getPictureDrawing_Autosize()
-
setAutosize
void setAutosize(boolean value)
Sets the value of the 'Autosize
' attribute.- Parameters:
value
- the new value of the 'Autosize' attribute.- See Also:
isAutosize()
-
-