Package zombie.ui

Class RadialMenu


public final class RadialMenu extends UIElement
  • Field Details

    • outerRadius

      protected int outerRadius
    • innerRadius

      protected int innerRadius
    • slices

      protected ArrayList slices
    • highlight

      protected int highlight
    • joypad

      protected int joypad
    • transition

      protected UITransition transition
    • select

      protected UITransition select
    • deselect

      protected UITransition deselect
    • selectIndex

      protected int selectIndex
    • deselectIndex

      protected int deselectIndex
  • Constructor Details

    • RadialMenu

      public RadialMenu(int int1, int int2, int int3, int int4)
  • Method Details

    • update

      public void update()
      Overrides:
      update in class UIElement
    • render

      public void render()
      Overrides:
      render in class UIElement
    • clear

      public void clear()
    • addSlice

      public void addSlice(String string, Texture texture)
    • setSliceText

      public void setSliceText(int int1, String string)
    • setSliceTexture

      public void setSliceTexture(int int1, Texture texture)
    • getSliceIndexFromMouse

      public int getSliceIndexFromMouse(int int1, int int2)
    • getSliceIndexFromJoypad

      public int getSliceIndexFromJoypad(int int1)
    • setJoypad

      public void setJoypad(int int1)