Class ProgressBar


public class ProgressBar extends Container
Progress bar.
Author:
pquiring
  • Field Details

    • clr0

      public int clr0
    • clr1

      public int clr1
    • clr2

      public int clr2
    • lvl0

      public float lvl0
    • lvl1

      public float lvl1
  • Constructor Details

    • ProgressBar

      public ProgressBar(int dir, float max, int barLength, int barWidth)
  • Method Details

    • setBarWidth

      public void setBarWidth(int size)
    • setColors

      public void setColors(int clr0, int clr1, int clr2)
    • setLevels

      public void setLevels(float lvl0, float lvl1, float max)
    • setValue

      public void setValue(float value)
    • getValue

      public float getValue()
    • setDir

      public void setDir(int dir)