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