public class ImageTextButton extends Button
ImageButton
,
TextButton
,
Button
Modifier and Type | Class and Description |
---|---|
static class |
ImageTextButton.ImageTextButtonStyle
The style for an image text button, see
ImageTextButton . |
Button.ButtonStyle
Constructor and Description |
---|
ImageTextButton(java.lang.String text,
ImageTextButton.ImageTextButtonStyle style) |
ImageTextButton(java.lang.String text,
Skin skin) |
ImageTextButton(java.lang.String text,
Skin skin,
java.lang.String styleName) |
Modifier and Type | Method and Description |
---|---|
void |
draw(SpriteBatch batch,
float parentAlpha)
If this method is overridden, the super method or
WidgetGroup.validate() should be called to ensure the widget group is laid
out. |
Image |
getImage() |
Cell |
getImageCell() |
Label |
getLabel() |
Cell |
getLabelCell() |
ImageTextButton.ImageTextButtonStyle |
getStyle()
Returns the button's style.
|
java.lang.CharSequence |
getText() |
void |
setStyle(Button.ButtonStyle style) |
void |
setText(java.lang.String text) |
drawBackground, getClickListener, getMinHeight, getMinWidth, getPrefHeight, getPrefWidth, isChecked, isDisabled, isOver, isPressed, setChecked, setDisabled, toggle
add, add, add, add, add, add, align, bottom, center, clearChildren, columnDefaults, debug, debug, debugCell, debugTable, debugWidget, defaults, drawDebug, getAlign, getBackground, getCell, getCells, getClip, getDebug, getPadBottom, getPadBottomValue, getPadLeft, getPadLeftValue, getPadRight, getPadRightValue, getPadTop, getPadTopValue, getPadX, getPadY, getRow, hit, invalidate, layout, left, pad, pad, padBottom, padLeft, padRight, padTop, removeActor, reset, right, row, setBackground, setBackground, setClip, setRound, setSkin, stack, top
childrenChanged, getMaxHeight, getMaxWidth, invalidateHierarchy, needsLayout, pack, setFillParent, setLayoutEnabled, sizeChanged, validate
act, addActor, addActorAfter, addActorAt, addActorBefore, applyTransform, clear, computeTransform, drawChildren, findActor, getChildren, hasChildren, isTransform, localToDescendantCoordinates, print, resetTransform, setCullingArea, setStage, setTransform, swapActor, swapActor
addAction, addCaptureListener, addListener, clearActions, clearListeners, clipBegin, clipBegin, clipEnd, fire, getActions, getCaptureListeners, getColor, getHeight, getListeners, getName, getOriginX, getOriginY, getParent, getRight, getRotation, getScaleX, getScaleY, getStage, getTop, getTouchable, getWidth, getX, getY, getZIndex, hasParent, isAscendantOf, isDescendantOf, isVisible, localToAscendantCoordinates, localToParentCoordinates, localToStageCoordinates, notify, parentToLocalCoordinates, remove, removeAction, removeCaptureListener, removeListener, rotate, scale, scale, screenToLocalCoordinates, setBounds, setColor, setColor, setHeight, setName, setOrigin, setOriginX, setOriginY, setParent, setPosition, setRotation, setScale, setScale, setScaleX, setScaleY, setSize, setTouchable, setVisible, setWidth, setX, setY, setZIndex, size, size, stageToLocalCoordinates, toBack, toFront, toString, translate
public ImageTextButton(java.lang.String text, Skin skin)
public ImageTextButton(java.lang.String text, Skin skin, java.lang.String styleName)
public ImageTextButton(java.lang.String text, ImageTextButton.ImageTextButtonStyle style)
public void setStyle(Button.ButtonStyle style)
public ImageTextButton.ImageTextButtonStyle getStyle()
Button
Button.setStyle(ButtonStyle)
is
called.public void draw(SpriteBatch batch, float parentAlpha)
WidgetGroup
WidgetGroup.validate()
should be called to ensure the widget group is laid
out.public Image getImage()
public Cell getImageCell()
public Label getLabel()
public Cell getLabelCell()
public void setText(java.lang.String text)
public java.lang.CharSequence getText()