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 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
PivotChartDrawing
A representation of the model object 'Pivot Chart Drawing'.Methods in com._1c.g5.v8.dt.moxel that return ObjectDrawing Modifier and Type Method Description ObjectDrawing
MoxelFactory. 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 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
PivotChartDrawingImpl
An 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 ObjectDrawing
MoxelFactoryImpl. 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 T
MoxelSwitch. caseObjectDrawing(ObjectDrawing object)
Returns the result of interpreting the object as an instance of 'Object Drawing'.
-