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.moxel
Methods in com._1c.g5.v8.dt.moxel that return Rect Modifier and Type Method Description Rect
MoxelFactory. createRect()
Returns a new object of class 'Rect'.Rect
Merge. getPosition()
Returns the value of the 'Position' containment reference.Rect
RectArea. 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 void
Merge. setPosition(Rect value)
Sets the value of the 'Position
' containment reference.void
RectArea. setPosition(Rect value)
Sets the value of the 'Position
' containment reference. -
Uses of Rect in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement Rect Modifier and Type Class Description class
RectImpl
An implementation of the model object 'Rect'.Methods in com._1c.g5.v8.dt.moxel.impl that return Rect Modifier and Type Method Description Rect
MoxelFactoryImpl. createRect()
Rect
MergeImpl. getPosition()
Rect
RectAreaImpl. getPosition()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type Rect Modifier and Type Method Description void
MergeImpl. setPosition(Rect newPosition)
void
RectAreaImpl. setPosition(Rect newPosition)
-
Uses of Rect in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util that return Rect Modifier and Type Method Description static Rect
MoxelUtil. 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 T
MoxelSwitch. caseRect(Rect object)
Returns the result of interpreting the object as an instance of 'Rect'.
-