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 interfaceChartDrawingA representation of the model object 'Chart Drawing'.interfaceControlDrawingA representation of the model object 'Control Drawing'.interfaceDendrogramDrawingA representation of the model object 'Dendrogram Drawing'.interfaceGanttChartDrawingA representation of the model object 'Gantt Chart Drawing'.interfaceGeographicalSchemaDrawingA representation of the model object 'Geographical Schema Drawing'.interfaceObjectDrawingA representation of the model object 'Object Drawing'.interfacePivotChartDrawingA representation of the model object 'Pivot Chart Drawing'.Methods in com._1c.g5.v8.dt.moxel that return PictureDrawing Modifier and Type Method Description PictureDrawingMoxelFactory. 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 classChartDrawingImplAn implementation of the model object 'Chart Drawing'.classControlDrawingImplAn implementation of the model object 'Control Drawing'.classDendrogramDrawingImplAn implementation of the model object 'Dendrogram Drawing'.classGanttChartDrawingImplAn implementation of the model object 'Gantt Chart Drawing'.classGeographicalSchemaDrawingImplAn implementation of the model object 'Geographical Schema Drawing'.classObjectDrawingImplAn implementation of the model object 'Object Drawing'.classPictureDrawingImplAn implementation of the model object 'Picture Drawing'.classPivotChartDrawingImplAn 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 PictureDrawingMoxelFactoryImpl. 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 TMoxelSwitch. casePictureDrawing(PictureDrawing object)Returns the result of interpreting the object as an instance of 'Picture Drawing'.
-