Class AlertUIComponent

All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable, IAlpha, Renderable, Comparable<Renderable>

public class AlertUIComponent extends UIComponent implements IAlpha
A custom UIComponent used which displays text within a yellow border for alerts.
  • Constructor Details

    • AlertUIComponent

      public AlertUIComponent(String alert)
      Creates a new AlertUIComponent containing the given text.
      Parameters:
      alert - - the text to display within the component.
  • Method Details

    • create

      public void create()
      Creates the UI layout for the component.
      Overrides:
      create in class UIComponent
    • draw

      protected void draw(com.badlogic.gdx.graphics.g2d.SpriteBatch batch)
      Draws the UI Component on to the screen by dividing the batch's projection matrix by the SCALE_FACTOR to ensure that the UI isn't drawn too large on the screen.
      Specified by:
      draw in class RenderComponent
      Parameters:
      batch - Batch to render to.
    • setAlpha

      public void setAlpha(float alpha)
      Sets the alpha of the spritebatch
      Specified by:
      setAlpha in interface IAlpha
      Parameters:
      alpha - the alpha to set
    • getAlpha

      public float getAlpha()
      Returns the alpha of the component.
      Returns:
      the alpha of the component.