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