Class RoundRectBackground

java.lang.Object
tripleplay.ui.Background
tripleplay.ui.bgs.RoundRectBackground

public class RoundRectBackground extends Background
Draws a rounded rectangle with optional border as a background.
  • Constructor Details

    • RoundRectBackground

      public RoundRectBackground(Graphics gfx, int bgColor, float radius)
    • RoundRectBackground

      public RoundRectBackground(Graphics gfx, int bgColor, float radius, int borderColor, float borderWidth)
    • RoundRectBackground

      public RoundRectBackground(Graphics gfx, int bgColor, float radius, int borderColor, float borderWidth, float borderRadius)