Uses of Interface
com._1c.g5.v8.dt.moxel.Drawing
Packages that use Drawing
Package
Description
-
Uses of Drawing in com._1c.g5.v8.dt.moxel
Subinterfaces of Drawing in com._1c.g5.v8.dt.moxelModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Chart Drawing'.interface
A representation of the model object 'Comment Drawing'.interface
A representation of the model object 'Control Drawing'.interface
A representation of the model object 'Dendrogram Drawing'.interface
A representation of the model object 'Ellipse Drawing'.interface
A representation of the model object 'Gantt Chart Drawing'.interface
A representation of the model object 'Geographical Schema Drawing'.interface
A representation of the model object 'Group Drawing'.interface
A representation of the model object 'Line Drawing'.interface
A representation of the model object 'Object Drawing'.interface
A representation of the model object 'Picture Drawing'.interface
A representation of the model object 'Pivot Chart Drawing'.interface
A representation of the model object 'Rectangle Drawing'.interface
A representation of the model object 'Text Drawing'.Methods in com._1c.g5.v8.dt.moxel that return DrawingModifier and TypeMethodDescriptionMoxelFactory.createDrawing()
Returns a new object of class 'Drawing'.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type DrawingModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Drawing>
SpreadsheetDocument.getDrawings()
Returns the value of the 'Drawings' containment reference list.org.eclipse.emf.common.util.EList<Drawing>
GroupDrawing.getNestedDrawings()
Returns the value of the 'Nested Drawings' containment reference list. -
Uses of Drawing in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement DrawingModifier and TypeClassDescriptionclass
An implementation of the model object 'Chart Drawing'.class
An implementation of the model object 'Comment Drawing'.class
An implementation of the model object 'Control Drawing'.class
An implementation of the model object 'Dendrogram Drawing'.class
An implementation of the model object 'Drawing'.class
An implementation of the model object 'Ellipse Drawing'.class
An implementation of the model object 'Gantt Chart Drawing'.class
An implementation of the model object 'Geographical Schema Drawing'.class
An implementation of the model object 'Group Drawing'.class
An implementation of the model object 'Line Drawing'.class
An implementation of the model object 'Object Drawing'.class
An implementation of the model object 'Picture Drawing'.class
An implementation of the model object 'Pivot Chart Drawing'.class
An implementation of the model object 'Rectangle Drawing'.class
An implementation of the model object 'Text Drawing'.Methods in com._1c.g5.v8.dt.moxel.impl that return DrawingMethods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type DrawingModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Drawing>
SpreadsheetDocumentImpl.getDrawings()
org.eclipse.emf.common.util.EList<Drawing>
GroupDrawingImpl.getNestedDrawings()
-
Uses of Drawing in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return types with arguments of type DrawingModifier and TypeMethodDescriptionSheetAccessor.getAllDrawings()
Получить все рисунки.SheetAccessor.getDrawingsAboveRow
(int begin, int lastRowIndex, int beginColumn, int endColumn) Получить рисунки, расположенные выше строки.SheetAccessor.getDrawingsInRows
(int beginRowIndex, int endRowIndex, boolean includeComments) Получить рисунки в указанной области.SheetAccessor.getDrawingsRightToColumn
(Columns columns, int begin, int beginRowIndex, int endRowIndex) Получить рисунки, расположенные правее колонки.Methods in com._1c.g5.v8.dt.moxel.sheet with parameters of type DrawingModifier and TypeMethodDescriptionvoid
SheetAccessor.addDrawing
(Drawing drawing) Добавить рисунок.void
SheetAccessor.changeDrawingPosition
(Drawing drawing, SpreadsheetRect resultPosition) Изменить позицию рисунка.void
SheetAccessor.changeDrawingZOrder
(Drawing drawing, int newPos) SheetAccessor.findInDrawing
(Drawing drawing, SearchParameters searchParameters, int places) Найти в рисунке.SheetAccessor.getDrawingName
(Drawing drawing) Gets drawing name.SheetAccessor.lookupDrawingName
(Drawing drawing) Lookup drawing name.void
SheetAccessor.onPasteDrawingRedo
(Drawing drawing) On past drawing redo.void
SheetAccessor.onPasteDrawingUndo
(Drawing drawing) On past drawing undo.void
SheetAccessor.removeDrawing
(Drawing drawing) Удалить рисунок.void
SheetAccessor.replaceInDrawing
(Drawing drawing, Format format, SearchParameters searchParameters, int places, String replaceString) Заменить в рисунке.void
SheetAccessor.setDrawingName
(Drawing drawing, String newName) Set up drawing's namevoid
SheetAccessor.setDrawingPosition
(Drawing drawing, SpreadsheetRect position) Изменить поизицию рисунка. -
Uses of Drawing in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return DrawingModifier and TypeMethodDescriptionClipboardPasteUtil.copyDrawingFromClipboard
(Drawing drawing, SheetAccessor document, SheetAccessor sheet, long mask, int nFirstCol, int nFirstRow, boolean calcParameters, boolean oneLocale) MoxelControl.findDrawingAtPos
(ViewPort viewPort, int x, int y) Найти рисункок в указанной позиции.MoxelControl.getEditedCommentDrawing()
Get current edited comment drawingMethods in com._1c.g5.v8.dt.moxel.ui.editor that return types with arguments of type DrawingModifier and TypeMethodDescriptionMoxelControl.getDrawingsInRect
(ViewPort viewPort, org.eclipse.swt.graphics.Rectangle rectangle) Получить рисунки в прямоугольнике.MoxelControl.getSelectedDrawgins()
Получить выделенные рисунки.Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type DrawingModifier and TypeMethodDescriptionvoid
MoxelControl.addDrawingToSelection
(Drawing drawing) Добавить рисунок в выделение.void
MoxelControl.calcDrawingSize
(Drawing drawing) Рассчитать размер рисунка.int
void
ClipboardCopyUtil.copyDrawing
(Drawing drawing, SheetAccessor srcSheet, SheetAccessor dstSheet, int horizontalCorrection, int verticalCorrection) ClipboardPasteUtil.copyDrawingFromClipboard
(Drawing drawing, SheetAccessor document, SheetAccessor sheet, long mask, int nFirstCol, int nFirstRow, boolean calcParameters, boolean oneLocale) void
MoxelControl.ensureDrawingVisible
(Drawing drawing) Прокрутить область так, чтобы рисунок стал полностью видимым.MoxelControl.getDrawingHandles
(Drawing drawing, org.eclipse.swt.graphics.Rectangle drawingPositionPixel) Получить рукоятки для изменения рисунка.boolean
MoxelControl.isDrawingDelected
(Drawing drawing) Проверить, выделен ли рисунок.void
MoxelControl.moveDrawingToTopOfSelection
(Drawing drawing) Переместить рисунок в вершину выделения.void
MoxelControl.paintDrawingContour
(org.eclipse.swt.graphics.GC gc, Drawing drawing, org.eclipse.swt.graphics.Rectangle drawingPositionPixel) Нарисовать контур рисунка.void
MoxelControl.replaceSelectionToDrawing
(Drawing drawing) Добавить рисунок в выделение.Method parameters in com._1c.g5.v8.dt.moxel.ui.editor with type arguments of type DrawingModifier and TypeMethodDescriptionvoid
MoxelControl.addDrawingsToSelection
(List<Drawing> drawings) Добавить рисунки в выделение.static SpreadsheetDocument
ClipboardCopyUtil.copySelectedDrawings
(SheetAccessor sheet, List<Drawing> selectedDrawings, PositionHolder positionHolder) Copy selected drawings of spreadsheetstatic SpreadsheetRect
ClipboardPasteUtil.getDrawingsSelectionRect
(List<Drawing> drawings) Get total rect, containing all of the drawings' position rectsstatic SpreadsheetPoint
ClipboardCopyUtil.getMinimumPoint
(List<Drawing> drawings) Get top left point of drawings liststatic void
ClipboardPasteUtil.pasteSelectionDrawings
(Selection selection, List<Drawing> selectedDrawings, SheetAccessor document, SheetAccessor sheet, List<Drawing> oldDrawings, PositionHolder positionHolder) Paste selected drawingsvoid
MoxelControl.replaceSelectionToDrawings
(List<Drawing> drawings) Добавить рисунок в выделение. -
Uses of Drawing in com._1c.g5.v8.dt.moxel.ui.editor.tools
Fields in com._1c.g5.v8.dt.moxel.ui.editor.tools declared as DrawingModifier and TypeFieldDescriptionprotected Drawing
AddDrawingTool.drawingToInsert
Рисунок, который добавляется.Constructors in com._1c.g5.v8.dt.moxel.ui.editor.tools with parameters of type Drawing -
Uses of Drawing in com._1c.g5.v8.dt.moxel.ui.extension.diff
Methods in com._1c.g5.v8.dt.moxel.ui.extension.diff with parameters of type Drawing -
Uses of Drawing in com._1c.g5.v8.dt.moxel.ui.operations
Methods in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type DrawingModifier and TypeMethodDescriptionstatic void
OperationsHelper.addDrawing
(MoxelControl control, IEditingContext editingContext, Drawing drawingToInsert) Add drawingstatic void
OperationsHelper.renameDrawing
(MoxelControl control, IEditingContext editingContext, Drawing drawing, String newName) static void
OperationsHelper.renameDrawingInteractive
(MoxelControl control, IEditingContext editingContext, Drawing drawing) Constructors in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type DrawingModifierConstructorDescriptionAddRemoveDrawingOperation
(String label, SheetAccessor sheet_, Drawing drawing_, boolean adding_, boolean nested) ChangeDrawingOperation
(String label, MoxelControl control_, SheetAccessor sheet_, Drawing drawing_, ReadOnlyFormat formatToApply_, long properties_, Map<Integer, Object> changedDrawingProperties_, boolean nested) Конструктор.ChangeDrawingPositionOperation
(String label, SheetAccessor sheet_, Drawing drawing_, SpreadsheetRect newPosition_, boolean nested) Конструктор.ChangeDrawingZOrder
(String label, SheetAccessor sheet_, Drawing drawing_, int newPos_, boolean nested) Constructor parameters in com._1c.g5.v8.dt.moxel.ui.operations with type arguments of type DrawingModifierConstructorDescriptionCopyDrawingsOperation
(String label, SheetAccessor sheet, List<Drawing> selectedDrawings, PositionHolder positionHolder) Creates new instance ofCopyDrawingsOperation
CutDrawingsOperation
(String label, SheetAccessor sheet, List<Drawing> selectedDrawings, PositionHolder positionHolder, boolean nested) Cut drawingsGroupDrawngsOperation
(String label, SheetAccessor sheet, PositionHolder positionHolder, MoxelControl control, List<Drawing> drawingsToGroup) Конструктор.PasteDrawingsOperation
(String label, SheetAccessor sheet, Selection selection, List<Drawing> selectedDrawings, PositionHolder positionholder, SpreadsheetDocument document, MoxelDescriptor description) Creates new instance ofPasteDrawingsOperation
-
Uses of Drawing in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type DrawingModifier and TypeMethodDescriptionMoxelSwitch.caseDrawing
(Drawing object) Returns the result of interpreting the object as an instance of 'Drawing'.