Uses of Interface
com._1c.g5.v8.dt.moxel.content.DrawingLine
-
Packages that use DrawingLine Package Description com._1c.g5.v8.dt.moxel.content com._1c.g5.v8.dt.moxel.content.impl com._1c.g5.v8.dt.moxel.content.util com._1c.g5.v8.dt.moxel.ui.editor com._1c.g5.v8.dt.moxel.util -
-
Uses of DrawingLine in com._1c.g5.v8.dt.moxel.content
Methods in com._1c.g5.v8.dt.moxel.content that return DrawingLine Modifier and Type Method Description DrawingLine
ContentFactory. createDrawingLine()
Returns a new object of class 'Drawing Line'. -
Uses of DrawingLine in com._1c.g5.v8.dt.moxel.content.impl
Classes in com._1c.g5.v8.dt.moxel.content.impl that implement DrawingLine Modifier and Type Class Description class
DrawingLineImpl
An implementation of the model object 'Drawing Line'.Methods in com._1c.g5.v8.dt.moxel.content.impl that return DrawingLine Modifier and Type Method Description DrawingLine
ContentFactoryImpl. createDrawingLine()
-
Uses of DrawingLine in com._1c.g5.v8.dt.moxel.content.util
Methods in com._1c.g5.v8.dt.moxel.content.util with parameters of type DrawingLine Modifier and Type Method Description T
ContentSwitch. caseDrawingLine(DrawingLine object)
Returns the result of interpreting the object as an instance of 'Drawing Line'. -
Uses of DrawingLine in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return DrawingLine Modifier and Type Method Description DrawingLine
SheetAccessor. createEmptyDrawingLine()
Создать новую линию для фигуры со свойствами по умолчаниюDrawingLine
SheetAccessor. getDrawingLine(ReadOnlyFormat drawingFormat)
Get drawing line from format.Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type DrawingLine Modifier and Type Method Description static org.eclipse.swt.graphics.LineAttributes
DrawUtils. getDrawingLineAttributes(DrawingLine line)
Create line atributes for drawing figuresint
SheetAccessor. getDrawingLineIndex(DrawingLine line)
Get drawing line index -
Uses of DrawingLine in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type DrawingLine Modifier and Type Method Description static int
MoxelUtil. getDrawingLineIndex(SpreadsheetDocument document, DrawingLine line)
Get index of DrawingLine
-