Uses of Interface
com._1c.g5.v8.dt.moxel.Drawing
-
-
Uses of Drawing in com._1c.g5.v8.dt.moxel
Subinterfaces of Drawing in com._1c.g5.v8.dt.moxel Modifier and Type Interface Description interface
ChartDrawing
A representation of the model object 'Chart Drawing'.interface
CommentDrawing
A representation of the model object 'Comment Drawing'.interface
ControlDrawing
A representation of the model object 'Control Drawing'.interface
DendrogramDrawing
A representation of the model object 'Dendrogram Drawing'.interface
EllipseDrawing
A representation of the model object 'Ellipse Drawing'.interface
GanttChartDrawing
A representation of the model object 'Gantt Chart Drawing'.interface
GeographicalSchemaDrawing
A representation of the model object 'Geographical Schema Drawing'.interface
GroupDrawing
A representation of the model object 'Group Drawing'.interface
LineDrawing
A representation of the model object 'Line Drawing'.interface
ObjectDrawing
A representation of the model object 'Object Drawing'.interface
PictureDrawing
A representation of the model object 'Picture Drawing'.interface
PivotChartDrawing
A representation of the model object 'Pivot Chart Drawing'.interface
RectangleDrawing
A representation of the model object 'Rectangle Drawing'.interface
TextDrawing
A representation of the model object 'Text Drawing'.Methods in com._1c.g5.v8.dt.moxel that return Drawing Modifier and Type Method Description Drawing
MoxelFactory. 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.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement Drawing Modifier and Type Class Description class
ChartDrawingImpl
An implementation of the model object 'Chart Drawing'.class
CommentDrawingImpl
An implementation of the model object 'Comment Drawing'.class
ControlDrawingImpl
An implementation of the model object 'Control Drawing'.class
DendrogramDrawingImpl
An implementation of the model object 'Dendrogram Drawing'.class
DrawingImpl
An implementation of the model object 'Drawing'.class
EllipseDrawingImpl
An implementation of the model object 'Ellipse Drawing'.class
GanttChartDrawingImpl
An implementation of the model object 'Gantt Chart Drawing'.class
GeographicalSchemaDrawingImpl
An implementation of the model object 'Geographical Schema Drawing'.class
GroupDrawingImpl
An implementation of the model object 'Group Drawing'.class
LineDrawingImpl
An implementation of the model object 'Line Drawing'.class
ObjectDrawingImpl
An implementation of the model object 'Object Drawing'.class
PictureDrawingImpl
An implementation of the model object 'Picture Drawing'.class
PivotChartDrawingImpl
An implementation of the model object 'Pivot Chart Drawing'.class
RectangleDrawingImpl
An implementation of the model object 'Rectangle Drawing'.class
TextDrawingImpl
An implementation of the model object 'Text Drawing'.Methods in com._1c.g5.v8.dt.moxel.impl that return Drawing Modifier and Type Method Description Drawing
MoxelFactoryImpl. 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.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return Drawing Modifier and Type Method Description Drawing
ClipboardPasteUtil. copyDrawingFromClipboard(Drawing drawing, SheetAccessor document, SheetAccessor sheet, long mask, int nFirstCol, int nFirstRow, boolean calcParameters, boolean oneLocale)
Drawing
MoxelControl. findDrawingAtPos(ViewPort viewPort, int x, int y)
Найти рисункок в указанной позиции.Drawing
MoxelControl. 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 void
SheetAccessor. addDrawing(Drawing drawing)
Добавить рисунок.void
MoxelControl. addDrawingToSelection(Drawing drawing)
Добавить рисунок в выделение.void
MoxelControl. calcDrawingSize(Drawing drawing)
Рассчитать размер рисунка.void
SheetAccessor. changeDrawingPosition(Drawing drawing, SpreadsheetRect resultPosition)
Изменить позицию рисунка.void
SheetAccessor. changeDrawingZOrder(Drawing drawing, int newPos)
int
ClipboardCopyUtil.DrawingZOrderComparator. compare(Drawing o1, Drawing o2)
void
ClipboardCopyUtil. copyDrawing(Drawing drawing, SheetAccessor srcSheet, SheetAccessor dstSheet, int horizontalCorrection, int verticalCorrection)
Drawing
ClipboardPasteUtil. copyDrawingFromClipboard(Drawing drawing, SheetAccessor document, SheetAccessor sheet, long mask, int nFirstCol, int nFirstRow, boolean calcParameters, boolean oneLocale)
void
MoxelControl. ensureDrawingVisible(Drawing drawing)
Прокрутить область так, чтобы рисунок стал полностью видимым.Object
SheetAccessor. findInDrawing(Drawing drawing, SearchParameters searchParameters, int places)
Найти в рисунке.List<DrawingResizeHandle>
MoxelControl. getDrawingHandles(Drawing drawing, org.eclipse.swt.graphics.Rectangle drawingPositionPixel)
Получить рукоятки для изменения рисунка.String
SheetAccessor. getDrawingName(Drawing drawing)
Get drawing nameboolean
MoxelControl. isDrawingDelected(Drawing drawing)
Проверить, выделен ли рисунок.String
SheetAccessor. lookupDrawingName(Drawing drawing)
Lookup drawing name.void
MoxelControl. moveDrawingToTopOfSelection(Drawing drawing)
Переместить рисунок в вершину выделения.void
SheetAccessor. onPasteDrawingRedo(Drawing drawing)
void
SheetAccessor. onPasteDrawingUndo(Drawing drawing)
void
MoxelControl. paintDrawingContour(org.eclipse.swt.graphics.GC gc, Drawing drawing, org.eclipse.swt.graphics.Rectangle drawingPositionPixel)
Нарисовать контур рисунка.void
SheetAccessor. removeDrawing(Drawing drawing)
Удалить рисунок.void
SheetAccessor. replaceInDrawing(Drawing drawing, Format format, SearchParameters searchParameters, int places, String replaceString)
Заменить в рисунке.void
MoxelControl. replaceSelectionToDrawing(Drawing drawing)
Добавить рисунок в выделение.void
SheetAccessor. setDrawingName(Drawing drawing, String newName)
Set up drawing's namevoid
SheetAccessor. 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 void
SheetAccessor. addDrawings(List<Drawing> drawings)
Добавить рисунки.void
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 Drawing Modifier and Type Field Description protected Drawing
AddDrawingTool. 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.diff
Methods in com._1c.g5.v8.dt.moxel.ui.extension.diff with parameters of type Drawing Modifier and Type Method Description boolean
CompareDrawingWithIdPredicate. apply(Drawing input)
-
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 Drawing Modifier and Type Method Description static 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 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 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 Drawing Modifier and Type Method Description T
MoxelSwitch. caseDrawing(Drawing object)
Returns the result of interpreting the object as an instance of 'Drawing'.
-