Uses of Interface
com._1c.g5.v8.dt.moxel.Rect
- 
Packages that use Rect Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util 
- 
- 
Uses of Rect in com._1c.g5.v8.dt.moxelMethods in com._1c.g5.v8.dt.moxel that return Rect Modifier and Type Method Description RectMoxelFactory. createRect()Returns a new object of class 'Rect'.RectMerge. getPosition()Returns the value of the 'Position' containment reference.RectRectArea. getPosition()Returns the value of the 'Position' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type Rect Modifier and Type Method Description voidMerge. setPosition(Rect value)Sets the value of the 'Position' containment reference.voidRectArea. setPosition(Rect value)Sets the value of the 'Position' containment reference.
- 
Uses of Rect in com._1c.g5.v8.dt.moxel.implClasses in com._1c.g5.v8.dt.moxel.impl that implement Rect Modifier and Type Class Description classRectImplAn implementation of the model object 'Rect'.Methods in com._1c.g5.v8.dt.moxel.impl that return Rect Modifier and Type Method Description RectMoxelFactoryImpl. createRect()RectMergeImpl. getPosition()RectRectAreaImpl. getPosition()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type Rect Modifier and Type Method Description voidMergeImpl. setPosition(Rect newPosition)voidRectAreaImpl. setPosition(Rect newPosition)
- 
Uses of Rect in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util that return Rect Modifier and Type Method Description static RectMoxelUtil. createRect(int left, int top, int width, int height)Создать прямоугольник.Methods in com._1c.g5.v8.dt.moxel.util with parameters of type Rect Modifier and Type Method Description TMoxelSwitch. caseRect(Rect object)Returns the result of interpreting the object as an instance of 'Rect'.
 
-