Class UiLine

java.lang.Object
org.teamapps.dto.UiLine
All Implemented Interfaces:
UiObject

public class UiLine
extends java.lang.Object
implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String color  
    protected float thickness  
    protected UiLineType type  
  • Constructor Summary

    Constructors 
    Constructor Description
    UiLine()
    Deprecated.
    Only for Jackson deserialization.
    UiLine​(float thickness, java.lang.String color)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getColor()  
    float getThickness()  
    UiLineType getType()  
    UiObjectType getUiObjectType()  
    UiLine setType​(UiLineType type)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait