Class UiSelectionFrame

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

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

    • color

      protected java.lang.String color
    • borderWidth

      protected int borderWidth
    • animationDuration

      protected int animationDuration
    • glowingWidth

      protected int glowingWidth
    • shadowWidth

      protected int shadowWidth
    • fullRow

      protected boolean fullRow
  • Constructor Details

    • UiSelectionFrame

      public UiSelectionFrame()
  • 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
    • getColor

      public java.lang.String getColor()
    • getBorderWidth

      public int getBorderWidth()
    • getAnimationDuration

      public int getAnimationDuration()
    • getGlowingWidth

      public int getGlowingWidth()
    • getShadowWidth

      public int getShadowWidth()
    • getFullRow

      public boolean getFullRow()
    • setColor

      public UiSelectionFrame setColor​(java.lang.String color)
    • setBorderWidth

      public UiSelectionFrame setBorderWidth​(int borderWidth)
    • setAnimationDuration

      public UiSelectionFrame setAnimationDuration​(int animationDuration)
    • setGlowingWidth

      public UiSelectionFrame setGlowingWidth​(int glowingWidth)
    • setShadowWidth

      public UiSelectionFrame setShadowWidth​(int shadowWidth)
    • setFullRow

      public UiSelectionFrame setFullRow​(boolean fullRow)