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
  • Field Details

    • thickness

      protected float thickness
    • color

      protected java.lang.String color
    • type

      protected UiLineType type
  • Constructor Details

    • UiLine

      @Deprecated public UiLine()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • UiLine

      public UiLine​(float thickness, java.lang.String color)
  • Method Details

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getThickness

      public float getThickness()
    • getColor

      public java.lang.String getColor()
    • getType

      public UiLineType getType()
    • setType

      public UiLine setType​(UiLineType type)