Uses of Interface
com._1c.g5.v8.dt.moxel.SpreadsheetRect
Packages that use SpreadsheetRect
Package
Description
-
Uses of SpreadsheetRect in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return SpreadsheetRectModifier and TypeMethodDescriptionMoxelFactory.createSpreadsheetRect()
Returns a new object of class 'Spreadsheet Rect'.Drawing.getPosition()
Returns the value of the 'Position' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type SpreadsheetRectModifier and TypeMethodDescriptionvoid
Drawing.setPosition
(SpreadsheetRect value) Sets the value of the 'Position
' containment reference. -
Uses of SpreadsheetRect in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement SpreadsheetRectModifier and TypeClassDescriptionclass
An implementation of the model object 'Spreadsheet Rect'.Methods in com._1c.g5.v8.dt.moxel.impl that return SpreadsheetRectModifier and TypeMethodDescriptionMoxelFactoryImpl.createSpreadsheetRect()
DrawingImpl.getPosition()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type SpreadsheetRect -
Uses of SpreadsheetRect in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return SpreadsheetRectModifier and TypeMethodDescriptionstatic SpreadsheetRect
SheetFactory.createSpreadsheetRect()
Creates spreadsheet rectangle.Methods in com._1c.g5.v8.dt.moxel.sheet with parameters of type SpreadsheetRectModifier and TypeMethodDescriptionvoid
SheetAccessor.changeDrawingPosition
(Drawing drawing, SpreadsheetRect resultPosition) Изменить позицию рисунка.void
SheetAccessor.setDrawingPosition
(Drawing drawing, SpreadsheetRect position) Изменить поизицию рисунка. -
Uses of SpreadsheetRect in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return SpreadsheetRectModifier and TypeMethodDescriptionMoxelControl.calcSpreadsheetVisibleArea
(PositionHolder positionHolder, SpreadsheetPoint startPoint, org.eclipse.swt.graphics.Point areaSizePixel) Рассчитать видимую область табличного документа, если отображать начиная с указанной точки.static SpreadsheetRect
ClipboardPasteUtil.getDrawingsSelectionRect
(List<Drawing> drawings) Get total rect, containing all of the drawings' position rectsViewPort.getSheetPosition()
Получить позицию табличного документа.ViewPort.getSheetPositionForRectInPixel
(org.eclipse.swt.graphics.Rectangle drawingPositionPixel) Получить позицию табличного документа по кординатам в пикселях.PositionHolder.getSpreadsheetRectForRectInUnit
(org.eclipse.swt.graphics.Rectangle rectUnit) Получить прямоугольник в координатах табличного документа по координатам в юнитах.static SpreadsheetRect
GeometryTools.normalizeRect
(SpreadsheetRect rectangle) Нормализовать прямоугольник.static SpreadsheetRect
GeometryTools.unionRect
(SpreadsheetRect boundRect, SpreadsheetRect drawingPosition) Объединить прямоугольник.Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type SpreadsheetRectModifier and TypeMethodDescriptionorg.eclipse.swt.graphics.Rectangle
ViewPort.getPositionForRectPixel
(SpreadsheetRect sheetRect) Получить поизцию в пикселях для прямоугольника табличного документа.org.eclipse.swt.graphics.Rectangle
PositionHolder.getPositionForRectUnit
(SpreadsheetRect sheetRect) Получить поизцию в юнитах для прямоугольника табличного документа.static SpreadsheetRect
GeometryTools.normalizeRect
(SpreadsheetRect rectangle) Нормализовать прямоугольник.void
ViewPort.setSheetPosition
(SpreadsheetRect sheetPosition_) Установить позицию табличного документа.static SpreadsheetRect
GeometryTools.unionRect
(SpreadsheetRect boundRect, SpreadsheetRect drawingPosition) Объединить прямоугольник. -
Uses of SpreadsheetRect in com._1c.g5.v8.dt.moxel.ui.operations
Constructors in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type SpreadsheetRectModifierConstructorDescriptionChangeDrawingPositionOperation
(String label, SheetAccessor sheet_, Drawing drawing_, SpreadsheetRect newPosition_, boolean nested) Конструктор.SheetSizeRestoreHelperForSpreadsheetRect
(SheetAccessor sheet_, SpreadsheetRect position_) Конструктор. -
Uses of SpreadsheetRect in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util that return SpreadsheetRectModifier and TypeMethodDescriptionstatic SpreadsheetRect
MoxelUtil.getShiftedCommentDrawingPosition
(CommentDrawing commentDrawing) Получить позицию рисунка примечания.Methods in com._1c.g5.v8.dt.moxel.util with parameters of type SpreadsheetRectModifier and TypeMethodDescriptionMoxelSwitch.caseSpreadsheetRect
(SpreadsheetRect object) Returns the result of interpreting the object as an instance of 'Spreadsheet Rect'.