Uses of Interface
com._1c.g5.v8.dt.moxel.Drawing
- 
- 
Uses of Drawing in com._1c.g5.v8.dt.moxelSubinterfaces of Drawing in com._1c.g5.v8.dt.moxel Modifier and Type Interface Description interfaceChartDrawingA representation of the model object 'Chart Drawing'.interfaceCommentDrawingA representation of the model object 'Comment Drawing'.interfaceControlDrawingA representation of the model object 'Control Drawing'.interfaceDendrogramDrawingA representation of the model object 'Dendrogram Drawing'.interfaceEllipseDrawingA representation of the model object 'Ellipse Drawing'.interfaceGanttChartDrawingA representation of the model object 'Gantt Chart Drawing'.interfaceGeographicalSchemaDrawingA representation of the model object 'Geographical Schema Drawing'.interfaceGroupDrawingA representation of the model object 'Group Drawing'.interfaceLineDrawingA representation of the model object 'Line Drawing'.interfaceObjectDrawingA representation of the model object 'Object Drawing'.interfacePictureDrawingA representation of the model object 'Picture Drawing'.interfacePivotChartDrawingA representation of the model object 'Pivot Chart Drawing'.interfaceRectangleDrawingA representation of the model object 'Rectangle Drawing'.interfaceTextDrawingA representation of the model object 'Text Drawing'.Methods in com._1c.g5.v8.dt.moxel that return Drawing Modifier and Type Method Description DrawingMoxelFactory. createDrawing()Returns a new object of class 'Drawing'.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type Drawing Modifier and Type Method Description org.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.implClasses in com._1c.g5.v8.dt.moxel.impl that implement Drawing Modifier and Type Class Description classChartDrawingImplAn implementation of the model object 'Chart Drawing'.classCommentDrawingImplAn implementation of the model object 'Comment Drawing'.classControlDrawingImplAn implementation of the model object 'Control Drawing'.classDendrogramDrawingImplAn implementation of the model object 'Dendrogram Drawing'.classDrawingImplAn implementation of the model object 'Drawing'.classEllipseDrawingImplAn implementation of the model object 'Ellipse Drawing'.classGanttChartDrawingImplAn implementation of the model object 'Gantt Chart Drawing'.classGeographicalSchemaDrawingImplAn implementation of the model object 'Geographical Schema Drawing'.classGroupDrawingImplAn implementation of the model object 'Group Drawing'.classLineDrawingImplAn implementation of the model object 'Line Drawing'.classObjectDrawingImplAn implementation of the model object 'Object Drawing'.classPictureDrawingImplAn implementation of the model object 'Picture Drawing'.classPivotChartDrawingImplAn implementation of the model object 'Pivot Chart Drawing'.classRectangleDrawingImplAn implementation of the model object 'Rectangle Drawing'.classTextDrawingImplAn implementation of the model object 'Text Drawing'.Methods in com._1c.g5.v8.dt.moxel.impl that return Drawing Modifier and Type Method Description DrawingMoxelFactoryImpl. createDrawing()Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type Drawing Modifier and Type Method Description org.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.ui.editorMethods in com._1c.g5.v8.dt.moxel.ui.editor that return Drawing Modifier and Type Method Description DrawingClipboardPasteUtil. copyDrawingFromClipboard(Drawing drawing, SheetAccessor document, SheetAccessor sheet, long mask, int nFirstCol, int nFirstRow, boolean calcParameters, boolean oneLocale)DrawingMoxelControl. findDrawingAtPos(ViewPort viewPort, int x, int y)Найти рисункок в указанной позиции.DrawingMoxelControl. getEditedCommentDrawing()Get current edited comment drawingMethods in com._1c.g5.v8.dt.moxel.ui.editor that return types with arguments of type Drawing Modifier and Type Method Description List<Drawing>SheetAccessor. getAllDrawings()Получить все рисунки.List<Drawing>SheetAccessor. getDrawingsAboveRow(int begin, int lastRowIndex, int beginColumn, int endColumn)Получить рисунки, расположенные выше строки.List<Drawing>MoxelControl. getDrawingsInRect(ViewPort viewPort, org.eclipse.swt.graphics.Rectangle rectangle)Получить рисунки в прямоугольнике.List<Drawing>SheetAccessor. getDrawingsInRows(int beginRowIndex, int endRowIndex, boolean includeComments)Получить рисунки в указанной области.List<Drawing>SheetAccessor. getDrawingsRightToColumn(Columns columns, int begin, int beginRowIndex, int endRowIndex)Получить рисунки, расположенные правее колонки.List<Drawing>MoxelControl. getSelectedDrawgins()Получить выделенные рисунки.Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type Drawing Modifier and Type Method Description voidSheetAccessor. addDrawing(Drawing drawing)Добавить рисунок.voidMoxelControl. addDrawingToSelection(Drawing drawing)Добавить рисунок в выделение.voidMoxelControl. calcDrawingSize(Drawing drawing)Рассчитать размер рисунка.voidSheetAccessor. changeDrawingPosition(Drawing drawing, SpreadsheetRect resultPosition)Изменить позицию рисунка.voidSheetAccessor. changeDrawingZOrder(Drawing drawing, int newPos)intClipboardCopyUtil.DrawingZOrderComparator. compare(Drawing o1, Drawing o2)voidClipboardCopyUtil. copyDrawing(Drawing drawing, SheetAccessor srcSheet, SheetAccessor dstSheet, int horizontalCorrection, int verticalCorrection)DrawingClipboardPasteUtil. copyDrawingFromClipboard(Drawing drawing, SheetAccessor document, SheetAccessor sheet, long mask, int nFirstCol, int nFirstRow, boolean calcParameters, boolean oneLocale)voidMoxelControl. ensureDrawingVisible(Drawing drawing)Прокрутить область так, чтобы рисунок стал полностью видимым.ObjectSheetAccessor. findInDrawing(Drawing drawing, SearchParameters searchParameters, int places)Найти в рисунке.List<DrawingResizeHandle>MoxelControl. getDrawingHandles(Drawing drawing, org.eclipse.swt.graphics.Rectangle drawingPositionPixel)Получить рукоятки для изменения рисунка.StringSheetAccessor. getDrawingName(Drawing drawing)Get drawing namebooleanMoxelControl. isDrawingDelected(Drawing drawing)Проверить, выделен ли рисунок.StringSheetAccessor. lookupDrawingName(Drawing drawing)Lookup drawing name.voidMoxelControl. moveDrawingToTopOfSelection(Drawing drawing)Переместить рисунок в вершину выделения.voidSheetAccessor. onPasteDrawingRedo(Drawing drawing)voidSheetAccessor. onPasteDrawingUndo(Drawing drawing)voidMoxelControl. paintDrawingContour(org.eclipse.swt.graphics.GC gc, Drawing drawing, org.eclipse.swt.graphics.Rectangle drawingPositionPixel)Нарисовать контур рисунка.voidSheetAccessor. removeDrawing(Drawing drawing)Удалить рисунок.voidSheetAccessor. replaceInDrawing(Drawing drawing, Format format, SearchParameters searchParameters, int places, String replaceString)Заменить в рисунке.voidMoxelControl. replaceSelectionToDrawing(Drawing drawing)Добавить рисунок в выделение.voidSheetAccessor. setDrawingName(Drawing drawing, String newName)Set up drawing's namevoidSheetAccessor. setDrawingPosition(Drawing drawing, SpreadsheetRect position)Изменить поизицию рисунка.Method parameters in com._1c.g5.v8.dt.moxel.ui.editor with type arguments of type Drawing Modifier and Type Method Description voidSheetAccessor. addDrawings(List<Drawing> drawings)Добавить рисунки.voidMoxelControl. 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.toolsFields in com._1c.g5.v8.dt.moxel.ui.editor.tools declared as Drawing Modifier and Type Field Description protected DrawingAddDrawingTool. drawingToInsertРисунок, который добавляется.Constructors in com._1c.g5.v8.dt.moxel.ui.editor.tools with parameters of type Drawing Constructor Description AddDrawingTool(MoxelControl control_, Drawing drawingToInsert_)
- 
Uses of Drawing in com._1c.g5.v8.dt.moxel.ui.extension.diffMethods in com._1c.g5.v8.dt.moxel.ui.extension.diff with parameters of type Drawing Modifier and Type Method Description booleanCompareDrawingWithIdPredicate. apply(Drawing input)
- 
Uses of Drawing in com._1c.g5.v8.dt.moxel.ui.operationsMethods in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type Drawing Modifier and Type Method Description static 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 Drawing Constructor Description AddRemoveDrawingOperation(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 Drawing Constructor Description CopyDrawingsOperation(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.utilMethods in com._1c.g5.v8.dt.moxel.util with parameters of type Drawing Modifier and Type Method Description TMoxelSwitch. caseDrawing(Drawing object)Returns the result of interpreting the object as an instance of 'Drawing'.
 
-