Uses of Interface
com._1c.g5.v8.dt.moxel.SpreadsheetRect
-
Packages that use SpreadsheetRect Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.ui.editor com._1c.g5.v8.dt.moxel.ui.operations com._1c.g5.v8.dt.moxel.util -
-
Uses of SpreadsheetRect in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return SpreadsheetRect Modifier and Type Method Description SpreadsheetRect
MoxelFactory. createSpreadsheetRect()
Returns a new object of class 'Spreadsheet Rect'.SpreadsheetRect
Drawing. getPosition()
Returns the value of the 'Position' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type SpreadsheetRect Modifier and Type Method Description void
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 SpreadsheetRect Modifier and Type Class Description class
SpreadsheetRectImpl
An implementation of the model object 'Spreadsheet Rect'.Methods in com._1c.g5.v8.dt.moxel.impl that return SpreadsheetRect Modifier and Type Method Description SpreadsheetRect
MoxelFactoryImpl. createSpreadsheetRect()
SpreadsheetRect
DrawingImpl. getPosition()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type SpreadsheetRect Modifier and Type Method Description void
DrawingImpl. setPosition(SpreadsheetRect newPosition)
-
Uses of SpreadsheetRect in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return SpreadsheetRect Modifier and Type Method Description SpreadsheetRect
MoxelControl. 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 rectsSpreadsheetRect
ViewPort. getSheetPosition()
Получить позицию табличного документа.SpreadsheetRect
ViewPort. getSheetPositionForRectInPixel(org.eclipse.swt.graphics.Rectangle drawingPositionPixel)
Получить позицию табличного документа по кординатам в пикселях.SpreadsheetRect
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 SpreadsheetRect Modifier and Type Method Description void
SheetAccessor. changeDrawingPosition(Drawing drawing, SpreadsheetRect resultPosition)
Изменить позицию рисунка.org.eclipse.swt.graphics.Rectangle
ViewPort. getPositionForRectPixel(SpreadsheetRect sheetRect)
Получить поизцию в пикселях для прямоугольника табличного документа.org.eclipse.swt.graphics.Rectangle
PositionHolder. getPositionForRectUnit(SpreadsheetRect sheetRect)
Получить поизцию в юнитах для прямоугольника табличного документа.static SpreadsheetRect
GeometryTools. normalizeRect(SpreadsheetRect rectangle)
Нормализовать прямоугольник.void
SheetAccessor. setDrawingPosition(Drawing drawing, SpreadsheetRect position)
Изменить поизицию рисунка.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 SpreadsheetRect Constructor Description ChangeDrawingPositionOperation(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 SpreadsheetRect Modifier and Type Method Description static SpreadsheetRect
MoxelUtil. createSpreadsheetRect()
Создать прямоугольник.static SpreadsheetRect
MoxelUtil. getShiftedCommentDrawingPosition(CommentDrawing commentDrawing)
Получить позицию рисунка примечания.Methods in com._1c.g5.v8.dt.moxel.util with parameters of type SpreadsheetRect Modifier and Type Method Description T
MoxelSwitch. caseSpreadsheetRect(SpreadsheetRect object)
Returns the result of interpreting the object as an instance of 'Spreadsheet Rect'.
-