Uses of Interface
com._1c.g5.v8.dt.moxel.ObjectDrawing
-
Packages that use ObjectDrawing Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util -
-
Uses of ObjectDrawing in com._1c.g5.v8.dt.moxel
Subinterfaces of ObjectDrawing 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'.interfacePivotChartDrawingA representation of the model object 'Pivot Chart Drawing'.Methods in com._1c.g5.v8.dt.moxel that return ObjectDrawing Modifier and Type Method Description ObjectDrawingMoxelFactory. createObjectDrawing()Returns a new object of class 'Object Drawing'. -
Uses of ObjectDrawing in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement ObjectDrawing 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'.classPivotChartDrawingImplAn implementation of the model object 'Pivot Chart Drawing'.Methods in com._1c.g5.v8.dt.moxel.impl that return ObjectDrawing Modifier and Type Method Description ObjectDrawingMoxelFactoryImpl. createObjectDrawing() -
Uses of ObjectDrawing in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type ObjectDrawing Modifier and Type Method Description TMoxelSwitch. caseObjectDrawing(ObjectDrawing object)Returns the result of interpreting the object as an instance of 'Object Drawing'.
-