Uses of Interface
com._1c.g5.v8.dt.moxel.PictureDrawing
-
Packages that use PictureDrawing Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util -
-
Uses of PictureDrawing in com._1c.g5.v8.dt.moxel
Subinterfaces of PictureDrawing in com._1c.g5.v8.dt.moxel Modifier and Type Interface Description interface
ChartDrawing
A representation of the model object 'Chart Drawing'.interface
ControlDrawing
A representation of the model object 'Control Drawing'.interface
DendrogramDrawing
A representation of the model object 'Dendrogram Drawing'.interface
GanttChartDrawing
A representation of the model object 'Gantt Chart Drawing'.interface
GeographicalSchemaDrawing
A representation of the model object 'Geographical Schema Drawing'.interface
ObjectDrawing
A representation of the model object 'Object Drawing'.interface
PivotChartDrawing
A representation of the model object 'Pivot Chart Drawing'.Methods in com._1c.g5.v8.dt.moxel that return PictureDrawing Modifier and Type Method Description PictureDrawing
MoxelFactory. createPictureDrawing()
Returns a new object of class 'Picture Drawing'. -
Uses of PictureDrawing in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement PictureDrawing Modifier and Type Class Description class
ChartDrawingImpl
An implementation of the model object 'Chart Drawing'.class
ControlDrawingImpl
An implementation of the model object 'Control Drawing'.class
DendrogramDrawingImpl
An implementation of the model object 'Dendrogram Drawing'.class
GanttChartDrawingImpl
An implementation of the model object 'Gantt Chart Drawing'.class
GeographicalSchemaDrawingImpl
An implementation of the model object 'Geographical Schema Drawing'.class
ObjectDrawingImpl
An implementation of the model object 'Object Drawing'.class
PictureDrawingImpl
An implementation of the model object 'Picture Drawing'.class
PivotChartDrawingImpl
An implementation of the model object 'Pivot Chart Drawing'.Methods in com._1c.g5.v8.dt.moxel.impl that return PictureDrawing Modifier and Type Method Description PictureDrawing
MoxelFactoryImpl. createPictureDrawing()
-
Uses of PictureDrawing in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type PictureDrawing Modifier and Type Method Description T
MoxelSwitch. casePictureDrawing(PictureDrawing object)
Returns the result of interpreting the object as an instance of 'Picture Drawing'.
-