Package org.teamapps.ux.component.format
Class Line
- java.lang.Object
-
- org.teamapps.ux.component.format.Line
-
public class Line extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.teamapps.dto.UiLinecreateUiLine()org.teamapps.common.format.ColorgetColor()floatgetThickness()LineTypegetType()
-
-
-
Constructor Detail
-
Line
public Line(org.teamapps.common.format.Color color)
-
Line
public Line(org.teamapps.common.format.Color color, LineType type, float thickness)
-
-
Method Detail
-
getThickness
public float getThickness()
-
getType
public LineType getType()
-
getColor
public org.teamapps.common.format.Color getColor()
-
createUiLine
public org.teamapps.dto.UiLine createUiLine()
-
-