Package org.teamapps.dto
Class UiLine
- java.lang.Object
-
- org.teamapps.dto.UiLine
-
-
Field Summary
Fields Modifier and Type Field Description protected UiColorcolorprotected floatthicknessprotected UiLineTypetype
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiColorgetColor()floatgetThickness()UiLineTypegetType()UiObjectTypegetUiObjectType()UiLinesetType(UiLineType type)java.lang.StringtoString()
-
-
-
Field Detail
-
thickness
protected float thickness
-
color
protected UiColor color
-
type
protected UiLineType type
-
-
Constructor Detail
-
UiLine
@Deprecated public UiLine()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
UiLine
public UiLine(float thickness, UiColor color)
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getThickness
public float getThickness()
-
getColor
public UiColor getColor()
-
getType
public UiLineType getType()
-
setType
public UiLine setType(UiLineType type)
-
-