Class 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 Detail

      • thickness

        protected float thickness
      • color

        protected java.lang.String color
    • Constructor Detail

      • UiLine

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

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

      • toString

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

        public float getThickness()
      • getColor

        public java.lang.String getColor()