public class GuiUnicodeGlyphButton extends GuiButtonExt
Button.IPressable| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
glyph |
float |
glyphScale |
active, alpha, height, isHovered, nextNarration, packedFGColor, visible, WIDGETS_LOCATION, width, x, yBACKGROUND_LOCATION, blitOffset, GUI_ICONS_LOCATION, STATS_ICON_LOCATION| Constructor and Description |
|---|
GuiUnicodeGlyphButton(int xPos,
int yPos,
int width,
int height,
java.lang.String displayString,
java.lang.String glyph,
float glyphScale,
Button.IPressable handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(int mouseX,
int mouseY,
float partial) |
renderButtonkeyPressed, onClickchangeFocus, clicked, getFGColor, getHeight, getMessage, getNarrationMessage, getWidth, getYImage, isFocused, isHovered, isMouseOver, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, narrate, onDrag, onFocusedChanged, onRelease, playDownSound, renderBg, renderToolTip, setAlpha, setFGColor, setFocused, setHeight, setMessage, setWidthblit, blit, blit, blit, blit, drawCenteredString, drawRightAlignedString, drawString, fill, fillGradient, hLine, innerBlit, vLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharTyped, keyReleased, mouseMoved, mouseScrolledpublic GuiUnicodeGlyphButton(int xPos,
int yPos,
int width,
int height,
java.lang.String displayString,
java.lang.String glyph,
float glyphScale,
Button.IPressable handler)
public void render(int mouseX,
int mouseY,
float partial)
render in interface IRenderablerender in class Widget