java.lang.Object
java.awt.Component
gg.xp.xivsupport.custompartyoverlay.buffs.BuffsBar
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable

public class BuffsBar extends Component
See Also:
  • Field Details

    • defaultMyBuffColor

      public static final Color defaultMyBuffColor
    • defaultRemovableBuffColor

      public static final Color defaultRemovableBuffColor
    • defaultTextColor

      public static final Color defaultTextColor
  • Constructor Details

    • BuffsBar

      public BuffsBar()
  • Method Details

    • setBounds

      public void setBounds(int x, int y, int width, int height)
      Overrides:
      setBounds in class Component
    • validate

      public void validate()
      Overrides:
      validate in class Component
    • paint

      public void paint(Graphics gg)
      Overrides:
      paint in class Component
    • setBuffs

      public void setBuffs(List<BuffApplied> buffs)
    • reformat

      public void reformat()
    • setEnableShadows

      public void setEnableShadows(boolean enableShadows)
    • setEnableTimers

      public void setEnableTimers(boolean enableTimers)
    • setMyBuffColor

      public void setMyBuffColor(Color myBuffColor)
    • setRemovableBuffColor

      public void setRemovableBuffColor(Color removableBuffColor)
    • setNormalBuffColor

      public void setNormalBuffColor(Color textColor)
    • setXPadding

      public void setXPadding(int xPadding)
    • setRtl

      public void setRtl(boolean rtl)
    • setPreappOpacity

      public void setPreappOpacity(float preappOpacity)