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 TypeMethodDescriptionvoidMerge.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.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 TypeMethodDescriptionvoidMergeImpl.setPosition(Rect newPosition) voidRectAreaImpl.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 RectSheetFactory.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 MergeSheetFactory.createMerge(Rect rect) Creates merge from moxel rectangle.static MergeSheetFactory.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