Class UiLine

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

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

    • thickness

      protected float thickness
    • color

      protected 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, String color)
  • Method Details