public class TextraCheckBox extends TextraButton
TextraLabel.| Constructor and Description |
|---|
TextraCheckBox(java.lang.String text,
com.badlogic.gdx.scenes.scene2d.ui.CheckBox.CheckBoxStyle style) |
TextraCheckBox(java.lang.String text,
com.badlogic.gdx.scenes.scene2d.ui.CheckBox.CheckBoxStyle style,
Font replacementFont) |
TextraCheckBox(java.lang.String text,
com.badlogic.gdx.scenes.scene2d.ui.Skin skin) |
TextraCheckBox(java.lang.String text,
com.badlogic.gdx.scenes.scene2d.ui.Skin skin,
Font replacementFont) |
TextraCheckBox(java.lang.String text,
com.badlogic.gdx.scenes.scene2d.ui.Skin skin,
java.lang.String styleName) |
TextraCheckBox(java.lang.String text,
com.badlogic.gdx.scenes.scene2d.ui.Skin skin,
java.lang.String styleName,
Font replacementFont) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(com.badlogic.gdx.graphics.g2d.Batch batch,
float parentAlpha) |
com.badlogic.gdx.scenes.scene2d.ui.Image |
getImage() |
com.badlogic.gdx.scenes.scene2d.ui.Cell<?> |
getImageCell() |
com.badlogic.gdx.scenes.scene2d.ui.CheckBox.CheckBoxStyle |
getStyle()
Returns the checkbox's style.
|
protected com.badlogic.gdx.scenes.scene2d.ui.Image |
newImage() |
void |
setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle style) |
void |
setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle style,
boolean makeGridGlyphs) |
void |
setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle style,
Font font) |
getFontColor, getText, getTextraLabel, getTextraLabelCell, newLabel, newLabel, setText, setTextraLabel, toString, useIntegerPositionsgetBackgroundDrawable, getButtonGroup, getClickListener, getMinHeight, getMinWidth, getPrefHeight, getPrefWidth, isChecked, isDisabled, isOver, isPressed, setChecked, setDisabled, setProgrammaticChangeEvents, toggleadd, add, add, add, add, add, add, align, background, background, bottom, center, clearChildren, clip, clip, columnDefaults, debug, debug, debugActor, debugAll, debugCell, debugTable, defaults, drawBackground, drawDebug, drawDebugBounds, getAlign, getBackground, getCell, getCells, getClip, getColumnMinWidth, getColumnPrefWidth, getColumns, getColumnWidth, getPadBottom, getPadBottomValue, getPadLeft, getPadLeftValue, getPadRight, getPadRightValue, getPadTop, getPadTopValue, getPadX, getPadY, getRow, getRowHeight, getRowMinHeight, getRowPrefHeight, getRows, getSkin, getTableDebug, hit, invalidate, layout, left, pad, pad, pad, pad, padBottom, padBottom, padLeft, padLeft, padRight, padRight, padTop, padTop, removeActor, removeActor, removeActorAt, reset, right, row, setBackground, setBackground, setClip, setDebug, setRound, setSkin, stack, topchildrenChanged, getMaxHeight, getMaxWidth, invalidateHierarchy, needsLayout, pack, setFillParent, setLayoutEnabled, sizeChanged, validateact, addActor, addActorAfter, addActorAt, addActorBefore, applyTransform, applyTransform, clear, clear, clearChildren, computeTransform, drawChildren, drawDebugChildren, findActor, getChild, getChildren, getCullingArea, hasChildren, isTransform, localToDescendantCoordinates, resetTransform, resetTransform, setCullingArea, setDebug, setStage, setTransform, swapActor, swapActoraddAction, addCaptureListener, addListener, ancestorsVisible, ascendantsVisible, clearActions, clearListeners, clipBegin, clipBegin, clipEnd, fire, firstAscendant, getActions, getCaptureListeners, getColor, getDebug, getHeight, getListeners, getName, getOriginX, getOriginY, getParent, getRight, getRotation, getScaleX, getScaleY, getStage, getTop, getTouchable, getUserObject, getWidth, getX, getX, getY, getY, getZIndex, hasActions, hasKeyboardFocus, hasParent, hasScrollFocus, isAscendantOf, isDescendantOf, isTouchable, isTouchFocusListener, isTouchFocusTarget, isVisible, localToActorCoordinates, localToAscendantCoordinates, localToParentCoordinates, localToScreenCoordinates, localToStageCoordinates, moveBy, notify, parentToLocalCoordinates, positionChanged, remove, removeAction, removeCaptureListener, removeListener, rotateBy, rotationChanged, scaleBy, scaleBy, scaleChanged, screenToLocalCoordinates, setBounds, setColor, setColor, setHeight, setName, setOrigin, setOrigin, setOriginX, setOriginY, setParent, setPosition, setPosition, setRotation, setScale, setScale, setScaleX, setScaleY, setSize, setTouchable, setUserObject, setVisible, setWidth, setX, setX, setY, setY, setZIndex, sizeBy, sizeBy, stageToLocalCoordinates, toBack, toFrontpublic TextraCheckBox(@Null
java.lang.String text,
com.badlogic.gdx.scenes.scene2d.ui.Skin skin)
public TextraCheckBox(@Null
java.lang.String text,
com.badlogic.gdx.scenes.scene2d.ui.Skin skin,
java.lang.String styleName)
public TextraCheckBox(@Null
java.lang.String text,
com.badlogic.gdx.scenes.scene2d.ui.CheckBox.CheckBoxStyle style)
public TextraCheckBox(@Null
java.lang.String text,
com.badlogic.gdx.scenes.scene2d.ui.Skin skin,
Font replacementFont)
public TextraCheckBox(@Null
java.lang.String text,
com.badlogic.gdx.scenes.scene2d.ui.Skin skin,
java.lang.String styleName,
Font replacementFont)
public TextraCheckBox(@Null
java.lang.String text,
com.badlogic.gdx.scenes.scene2d.ui.CheckBox.CheckBoxStyle style,
Font replacementFont)
protected com.badlogic.gdx.scenes.scene2d.ui.Image newImage()
public void setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle style)
setStyle in class TextraButtonpublic void setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle style,
boolean makeGridGlyphs)
setStyle in class TextraButtonpublic void setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle style,
Font font)
setStyle in class TextraButtonpublic com.badlogic.gdx.scenes.scene2d.ui.CheckBox.CheckBoxStyle getStyle()
Button.setStyle(ButtonStyle) is
called.getStyle in class TextraButtonpublic void draw(com.badlogic.gdx.graphics.g2d.Batch batch,
float parentAlpha)
draw in class TextraButtonpublic com.badlogic.gdx.scenes.scene2d.ui.Image getImage()
public com.badlogic.gdx.scenes.scene2d.ui.Cell<?> getImageCell()