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 TypeInterfaceDescriptioninterfaceA representation of the model object 'Chart Drawing'.interfaceA representation of the model object 'Comment Drawing'.interfaceA representation of the model object 'Control Drawing'.interfaceA representation of the model object 'Dendrogram Drawing'.interfaceA representation of the model object 'Ellipse Drawing'.interfaceA representation of the model object 'Gantt Chart Drawing'.interfaceA representation of the model object 'Geographical Schema Drawing'.interfaceA representation of the model object 'Group Drawing'.interfaceA representation of the model object 'Line Drawing'.interfaceA representation of the model object 'Object Drawing'.interfaceA representation of the model object 'Picture Drawing'.interfaceA representation of the model object 'Pivot Chart Drawing'.interfaceA representation of the model object 'Rectangle Drawing'.interfaceA 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 TypeClassDescriptionclassAn implementation of the model object 'Chart Drawing'.classAn implementation of the model object 'Comment Drawing'.classAn implementation of the model object 'Control Drawing'.classAn implementation of the model object 'Dendrogram Drawing'.classAn implementation of the model object 'Drawing'.classAn implementation of the model object 'Ellipse Drawing'.classAn implementation of the model object 'Gantt Chart Drawing'.classAn implementation of the model object 'Geographical Schema Drawing'.classAn implementation of the model object 'Group Drawing'.classAn implementation of the model object 'Line Drawing'.classAn implementation of the model object 'Object Drawing'.classAn implementation of the model object 'Picture Drawing'.classAn implementation of the model object 'Pivot Chart Drawing'.classAn implementation of the model object 'Rectangle Drawing'.classAn 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 TypeMethodDescriptionvoidSheetAccessor.addDrawing(Drawing drawing) Добавить рисунок.voidSheetAccessor.changeDrawingPosition(Drawing drawing, SpreadsheetRect resultPosition) Изменить позицию рисунка.voidSheetAccessor.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.voidSheetAccessor.onPasteDrawingRedo(Drawing drawing) On past drawing redo.voidSheetAccessor.onPasteDrawingUndo(Drawing drawing) On past drawing undo.voidSheetAccessor.removeDrawing(Drawing drawing) Удалить рисунок.voidSheetAccessor.replaceInDrawing(Drawing drawing, Format format, SearchParameters searchParameters, int places, String replaceString) Заменить в рисунке.voidSheetAccessor.setDrawingName(Drawing drawing, String newName) Set up drawing's namevoidSheetAccessor.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 TypeMethodDescriptionvoidMoxelControl.addDrawingToSelection(Drawing drawing) Добавить рисунок в выделение.voidMoxelControl.calcDrawingSize(Drawing drawing) Рассчитать размер рисунка.intvoidClipboardCopyUtil.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) voidMoxelControl.ensureDrawingVisible(Drawing drawing) Прокрутить область так, чтобы рисунок стал полностью видимым.MoxelControl.getDrawingHandles(Drawing drawing, org.eclipse.swt.graphics.Rectangle drawingPositionPixel) Получить рукоятки для изменения рисунка.booleanMoxelControl.isDrawingDelected(Drawing drawing) Проверить, выделен ли рисунок.voidMoxelControl.moveDrawingToTopOfSelection(Drawing drawing) Переместить рисунок в вершину выделения.voidMoxelControl.paintDrawingContour(org.eclipse.swt.graphics.GC gc, Drawing drawing, org.eclipse.swt.graphics.Rectangle drawingPositionPixel) Нарисовать контур рисунка.voidMoxelControl.replaceSelectionToDrawing(Drawing drawing) Добавить рисунок в выделение.Method parameters in com._1c.g5.v8.dt.moxel.ui.editor with type arguments of type DrawingModifier and TypeMethodDescriptionvoidMoxelControl.addDrawingsToSelection(List<Drawing> drawings) Добавить рисунки в выделение.static SpreadsheetDocumentClipboardCopyUtil.copySelectedDrawings(SheetAccessor sheet, List<Drawing> selectedDrawings, PositionHolder positionHolder) Copy selected drawings of spreadsheetstatic SpreadsheetRectClipboardPasteUtil.getDrawingsSelectionRect(List<Drawing> drawings) Get total rect, containing all of the drawings' position rectsstatic SpreadsheetPointClipboardCopyUtil.getMinimumPoint(List<Drawing> drawings) Get top left point of drawings liststatic voidClipboardPasteUtil.pasteSelectionDrawings(Selection selection, List<Drawing> selectedDrawings, SheetAccessor document, SheetAccessor sheet, List<Drawing> oldDrawings, PositionHolder positionHolder) Paste selected drawingsvoidMoxelControl.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 DrawingAddDrawingTool.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 voidOperationsHelper.addDrawing(MoxelControl control, IEditingContext editingContext, Drawing drawingToInsert) Add drawingstatic voidOperationsHelper.renameDrawing(MoxelControl control, IEditingContext editingContext, Drawing drawing, String newName) static voidOperationsHelper.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 ofCopyDrawingsOperationCutDrawingsOperation(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'.