Klasse GUI.UIStyle.BorderStyle

java.lang.Object
de.chaoswg.gui.GUI.UIStyle.BorderStyle
Umschließende Klasse:
GUI.UIStyle

public class GUI.UIStyle.BorderStyle extends Object
  • Konstruktordetails

    • BorderStyle

      public BorderStyle(net.risingworld.api.utils.ColorRGBA color, net.risingworld.api.utils.ColorRGBA shadowColor, float threshold, GUI.UIStyle.RadiusStyle radius)
  • Methodendetails

    • getColor

      public net.risingworld.api.utils.ColorRGBA getColor()
    • setColor

      public void setColor(net.risingworld.api.utils.ColorRGBA normal)
    • getColorShadow

      public net.risingworld.api.utils.ColorRGBA getColorShadow()
    • setColorShadow

      public void setColorShadow(net.risingworld.api.utils.ColorRGBA shadow)
    • getThreshold

      public float getThreshold()
    • setThreshold

      public void setThreshold(float threshold)
    • getRadius

      public GUI.UIStyle.RadiusStyle getRadius()
    • setRadius

      public void setRadius(GUI.UIStyle.RadiusStyle radius)