Package zombie.ui

Class ObjectTooltip

java.lang.Object
zombie.ui.UIElement
zombie.ui.ObjectTooltip

public final class ObjectTooltip
extends UIElement
  • Field Details

    • alphaStep

      public static float alphaStep
    • bIsItem

      public boolean bIsItem
    • Item

      public InventoryItem Item
    • Object

      public IsoObject Object
    • padRight

      public int padRight
    • padBottom

      public int padBottom
  • Constructor Details

    • ObjectTooltip

      public ObjectTooltip()
  • Method Details

    • checkFont

      public static void checkFont()
    • getFont

      public UIFont getFont()
    • getLineSpacing

      public int getLineSpacing()
    • DrawText

      public void DrawText​(UIFont uIFont, java.lang.String string, double double1, double double2, double double3, double double4, double double5, double double6)
      Overrides:
      DrawText in class UIElement
    • DrawTextCentre

      public void DrawTextCentre​(UIFont uIFont, java.lang.String string, double double1, double double2, double double3, double double4, double double5, double double6)
      Overrides:
      DrawTextCentre in class UIElement
    • DrawTextRight

      public void DrawTextRight​(UIFont uIFont, java.lang.String string, double double1, double double2, double double3, double double4, double double5, double double6)
      Overrides:
      DrawTextRight in class UIElement
    • DrawValueRight

      public void DrawValueRight​(int int1, int int2, int int3, boolean boolean1)
    • DrawValueRightNoPlus

      public void DrawValueRightNoPlus​(int int1, int int2, int int3)
    • DrawValueRightNoPlus

      public void DrawValueRightNoPlus​(float float1, int int1, int int2)
    • DrawTextureScaled

      public void DrawTextureScaled​(Texture texture, double double1, double double2, double double3, double double4, double double5)
      Overrides:
      DrawTextureScaled in class UIElement
    • DrawTextureScaledAspect

      public void DrawTextureScaledAspect​(Texture texture, double double1, double double2, double double3, double double4, double double5, double double6, double double7, double double8)
      Overrides:
      DrawTextureScaledAspect in class UIElement
    • DrawProgressBar

      public void DrawProgressBar​(int int1, int int2, int int3, int int4, float float1, double double1, double double2, double double3, double double4)
    • onMouseMove

      public java.lang.Boolean onMouseMove​(double double1, double double2)
      Overrides:
      onMouseMove in class UIElement
    • onMouseMoveOutside

      public void onMouseMoveOutside​(double double1, double double2)
      Overrides:
      onMouseMoveOutside in class UIElement
    • render

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

      public void show​(IsoObject object, double double1, double double2)
    • hide

      public void hide()
    • update

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

      public void adjustWidth​(int int1, java.lang.String string)
    • beginLayout

      public ObjectTooltip.Layout beginLayout()
    • endLayout

      public void endLayout​(ObjectTooltip.Layout layout)
    • getTexture

      public Texture getTexture()
    • setCharacter

      public void setCharacter​(IsoGameCharacter gameCharacter)
    • getCharacter

      public IsoGameCharacter getCharacter()
    • setMeasureOnly

      public void setMeasureOnly​(boolean boolean1)
    • isMeasureOnly

      public boolean isMeasureOnly()
    • getWeightOfStack

      public float getWeightOfStack()
    • setWeightOfStack

      public void setWeightOfStack​(float float1)