Package zombie.ui
Class ObjectTooltip
java.lang.Object
zombie.ui.UIElement
zombie.ui.ObjectTooltip
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic floatbooleanintintFields inherited from class zombie.ui.UIElement
alwaysBack, anchorBottom, anchorLeft, anchorRight, anchorTop, bScrollChildren, bScrollWithParent, capture, clickedValue, Controls, defaultDraw, followGameWorld, height, IgnoreLossControl, Parent, playerContext, table, visible, width, x, y -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadjustWidth(int int1, String string) static voidvoidDrawProgressBar(int int1, int int2, int int3, int int4, float float1, double double1, double double2, double double3, double double4) voidDrawText(UIFont uIFont, String string, double double1, double double2, double double3, double double4, double double5, double double6) voidDrawTextCentre(UIFont uIFont, String string, double double1, double double2, double double3, double double4, double double5, double double6) voidDrawTextRight(UIFont uIFont, String string, double double1, double double2, double double3, double double4, double double5, double double6) voidDrawTextureScaled(Texture texture, double double1, double double2, double double3, double double4, double double5) voidDrawTextureScaledAspect(Texture texture, double double1, double double2, double double3, double double4, double double5, double double6, double double7, double double8) voidDrawValueRight(int int1, int int2, int int3, boolean boolean1) voidDrawValueRightNoPlus(float float1, int int1, int int2) voidDrawValueRightNoPlus(int int1, int int2, int int3) voidendLayout(ObjectTooltip.Layout layout) getFont()intfloatvoidhide()booleanonMouseMove(double double1, double double2) voidonMouseMoveOutside(double double1, double double2) voidrender()voidsetCharacter(IsoGameCharacter gameCharacter) voidsetMeasureOnly(boolean boolean1) voidsetWeightOfStack(float float1) voidvoidupdate()Methods inherited from class zombie.ui.UIElement
AddChild, backMost, bringToTop, BringToTop, ButtonClicked, clampToParentX, clampToParentY, ClearChildren, clearMaxDrawHeight, clearStencilRect, DrawSubTextureRGBA, DrawText, DrawText, DrawText, DrawTextCentre, DrawTextRight, DrawTextUntrimmed, DrawTexture, DrawTexture, DrawTexture_FlippedX, DrawTexture_FlippedXIgnoreOffset, DrawTextureAngle, DrawTextureAngle, DrawTextureCol, DrawTextureColor, DrawTextureIgnoreOffset, DrawTextureScaledAspect2, DrawTextureScaledCol, DrawTextureScaledCol, DrawTextureScaledColor, DrawTextureScaledUniform, DrawTextureTiled, DrawTextureTiledX, DrawTextureTiledY, DrawUVSliceTexture, getAbsoluteX, getAbsoluteY, getClickedValue, getControls, getHeight, getMaxDrawHeight, getParent, getPlayerContext, getRenderThisPlayerOnly, getScrollChildren, getScrollHeight, getScrollWithParent, getTable, getUIName, getWidth, getX, getXScroll, getXScrolled, getY, getYScroll, getYScrolled, ignoreHeightChange, ignoreWidthChange, isAnchorBottom, isAnchorLeft, isAnchorRight, isAnchorTop, isCapture, isConsumeMouseEvents, isDefaultDraw, isEnabled, isFollowGameWorld, isForceCursorVisible, isIgnoreLossControl, isKeyConsumed, isMouseOver, isPointOver, isVisible, isWantKeyEvents, onKeyPress, onKeyRelease, onKeyRepeat, onMouseDown, onMouseUp, onMouseUpOutside, onMouseWheel, onresize, onResize, onRightMouseDown, onRightMouseUp, RemoveChild, RemoveControl, repaintStencilRect, resumeStencil, setAlwaysOnTop, setAnchorBottom, setAnchorLeft, setAnchorRight, setAnchorTop, setCapture, setClickedValue, setConsumeMouseEvents, setControls, setDefaultDraw, setEnabled, setFollowGameWorld, setForceCursorVisible, setHeight, setHeightOnly, setHeightSilent, setIgnoreLossControl, setMaxDrawHeight, setParent, setPlayerContext, setRenderClippedChildren, setRenderThisPlayerOnly, setScrollChildren, setScrollHeight, setScrollWithParent, setStencilRect, setTable, setUIName, setVisible, setWantKeyEvents, setWidth, setWidthOnly, setWidthSilent, setX, setXScroll, setY, setYScroll, suspendStencil, tryGetTableValue
-
Field Details
-
alphaStep
public static float alphaStep -
bIsItem
public boolean bIsItem -
Item
-
Object
-
padRight
public int padRight -
padBottom
public int padBottom
-
-
Constructor Details
-
ObjectTooltip
public ObjectTooltip()
-
-
Method Details
-
checkFont
public static void checkFont() -
getFont
-
getLineSpacing
public int getLineSpacing() -
DrawText
-
DrawTextCentre
public void DrawTextCentre(UIFont uIFont, String string, double double1, double double2, double double3, double double4, double double5, double double6) - Overrides:
DrawTextCentrein classUIElement
-
DrawTextRight
public void DrawTextRight(UIFont uIFont, String string, double double1, double double2, double double3, double double4, double double5, double double6) - Overrides:
DrawTextRightin classUIElement
-
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:
DrawTextureScaledin classUIElement
-
DrawTextureScaledAspect
public void DrawTextureScaledAspect(Texture texture, double double1, double double2, double double3, double double4, double double5, double double6, double double7, double double8) - Overrides:
DrawTextureScaledAspectin classUIElement
-
DrawProgressBar
public void DrawProgressBar(int int1, int int2, int int3, int int4, float float1, double double1, double double2, double double3, double double4) -
onMouseMove
- Overrides:
onMouseMovein classUIElement
-
onMouseMoveOutside
public void onMouseMoveOutside(double double1, double double2) - Overrides:
onMouseMoveOutsidein classUIElement
-
render
public void render() -
show
-
hide
public void hide() -
update
public void update() -
adjustWidth
-
beginLayout
-
endLayout
-
getTexture
-
setCharacter
-
getCharacter
-
setMeasureOnly
public void setMeasureOnly(boolean boolean1) -
isMeasureOnly
public boolean isMeasureOnly() -
getWeightOfStack
public float getWeightOfStack() -
setWeightOfStack
public void setWeightOfStack(float float1)
-