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