Uses of Interface
com._1c.g5.v8.dt.moxel.ControlDrawing
-
Packages that use ControlDrawing Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util -
-
Uses of ControlDrawing in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return ControlDrawing Modifier and Type Method Description ControlDrawing
MoxelFactory. createControlDrawing()
Returns a new object of class 'Control Drawing'. -
Uses of ControlDrawing in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement ControlDrawing Modifier and Type Class Description class
ControlDrawingImpl
An implementation of the model object 'Control Drawing'.Methods in com._1c.g5.v8.dt.moxel.impl that return ControlDrawing Modifier and Type Method Description ControlDrawing
MoxelFactoryImpl. createControlDrawing()
-
Uses of ControlDrawing in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type ControlDrawing Modifier and Type Method Description T
MoxelSwitch. caseControlDrawing(ControlDrawing object)
Returns the result of interpreting the object as an instance of 'Control Drawing'.
-