Uses of Interface
com._1c.g5.v8.dt.moxel.content.DrawingLine
Packages that use DrawingLine
Package
Description
-
Uses of DrawingLine in com._1c.g5.v8.dt.moxel.content
Methods in com._1c.g5.v8.dt.moxel.content that return DrawingLineModifier and TypeMethodDescriptionContentFactory.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 DrawingLineModifier and TypeClassDescriptionclassAn implementation of the model object 'Drawing Line'.Methods in com._1c.g5.v8.dt.moxel.content.impl that return DrawingLine -
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 DrawingLineModifier and TypeMethodDescriptionContentSwitch.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.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return DrawingLineModifier and TypeMethodDescriptionSheetAccessor.createEmptyDrawingLine()Создать новую линию для фигуры со свойствами по умолчаниюSheetAccessor.getDrawingLine(ReadOnlyFormat drawingFormat) Get drawing line from format.Methods in com._1c.g5.v8.dt.moxel.sheet with parameters of type DrawingLineModifier and TypeMethodDescriptionintSheetAccessor.getDrawingLineIndex(DrawingLine line) Gets drawing line index -
Uses of DrawingLine in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type DrawingLineModifier and TypeMethodDescriptionstatic org.eclipse.swt.graphics.LineAttributesDrawUtils.getDrawingLineAttributes(DrawingLine line) Create line atributes for drawing figures.