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.contentMethods in com._1c.g5.v8.dt.moxel.content that return DrawingLine Modifier and Type Method Description DrawingLineContentFactory. createDrawingLine()Returns a new object of class 'Drawing Line'.
- 
Uses of DrawingLine in com._1c.g5.v8.dt.moxel.content.implClasses in com._1c.g5.v8.dt.moxel.content.impl that implement DrawingLine Modifier and Type Class Description classDrawingLineImplAn 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 DrawingLineContentFactoryImpl. createDrawingLine()
- 
Uses of DrawingLine in com._1c.g5.v8.dt.moxel.content.utilMethods in com._1c.g5.v8.dt.moxel.content.util with parameters of type DrawingLine Modifier and Type Method Description TContentSwitch. 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.editorMethods in com._1c.g5.v8.dt.moxel.ui.editor that return DrawingLine Modifier and Type Method Description DrawingLineSheetAccessor. createEmptyDrawingLine()Создать новую линию для фигуры со свойствами по умолчаниюDrawingLineSheetAccessor. 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.LineAttributesDrawUtils. getDrawingLineAttributes(DrawingLine line)Create line atributes for drawing figuresintSheetAccessor. getDrawingLineIndex(DrawingLine line)Get drawing line index
- 
Uses of DrawingLine in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util with parameters of type DrawingLine Modifier and Type Method Description static intMoxelUtil. getDrawingLineIndex(SpreadsheetDocument document, DrawingLine line)Get index of DrawingLine
 
-