Uses of Interface
com._1c.g5.v8.dt.moxel.content.EllipseDrawingProperties
-
Packages that use EllipseDrawingProperties Package Description com._1c.g5.v8.dt.moxel.content com._1c.g5.v8.dt.moxel.content.impl com._1c.g5.v8.dt.moxel.content.util -
-
Uses of EllipseDrawingProperties in com._1c.g5.v8.dt.moxel.content
Methods in com._1c.g5.v8.dt.moxel.content that return EllipseDrawingProperties Modifier and Type Method Description EllipseDrawingProperties
ContentFactory. createEllipseDrawingProperties()
Returns a new object of class 'Ellipse Drawing Properties'. -
Uses of EllipseDrawingProperties in com._1c.g5.v8.dt.moxel.content.impl
Classes in com._1c.g5.v8.dt.moxel.content.impl that implement EllipseDrawingProperties Modifier and Type Class Description class
EllipseDrawingPropertiesImpl
An implementation of the model object 'Ellipse Drawing Properties'.Methods in com._1c.g5.v8.dt.moxel.content.impl that return EllipseDrawingProperties Modifier and Type Method Description EllipseDrawingProperties
ContentFactoryImpl. createEllipseDrawingProperties()
-
Uses of EllipseDrawingProperties in com._1c.g5.v8.dt.moxel.content.util
Methods in com._1c.g5.v8.dt.moxel.content.util with parameters of type EllipseDrawingProperties Modifier and Type Method Description T
ContentSwitch. caseEllipseDrawingProperties(EllipseDrawingProperties object)
Returns the result of interpreting the object as an instance of 'Ellipse Drawing Properties'.
-