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 TypeClassDescriptionclass
An 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 TypeMethodDescriptionint
SheetAccessor.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.LineAttributes
DrawUtils.getDrawingLineAttributes
(DrawingLine line) Create line atributes for drawing figures.