Uses of Interface
com._1c.g5.v8.dt.moxel.Rect
Packages that use Rect
Package
Description
-
Uses of Rect in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return RectModifier and TypeMethodDescriptionMoxelFactory.createRect()
Returns a new object of class 'Rect'.Merge.getPosition()
Returns the value of the 'Position' containment reference.RectArea.getPosition()
Returns the value of the 'Position' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type RectModifier and TypeMethodDescriptionvoid
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 RectMethods in com._1c.g5.v8.dt.moxel.impl that return RectModifier and TypeMethodDescriptionMoxelFactoryImpl.createRect()
MergeImpl.getPosition()
RectAreaImpl.getPosition()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type RectModifier and TypeMethodDescriptionvoid
MergeImpl.setPosition
(Rect newPosition) void
RectAreaImpl.setPosition
(Rect newPosition) -
Uses of Rect in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return RectModifier and TypeMethodDescriptionstatic Rect
SheetFactory.createRect
(int left, int top, int width, int height) Creates moxel rectangle.Methods in com._1c.g5.v8.dt.moxel.sheet with parameters of type RectModifier and TypeMethodDescriptionstatic Merge
SheetFactory.createMerge
(Rect rect) Creates merge from moxel rectangle.static Merge
SheetFactory.createUnmerge
(Rect rect) Creates unmerge from moxel rectangle. -
Uses of Rect in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type Rect