Modifier and Type | Field and Description |
---|---|
static com.badlogic.gdx.graphics.Color |
COLOR_BLACK |
static com.badlogic.gdx.graphics.Color |
COLOR_WHITE |
effects, styleId, visibility, zIndex
Modifier and Type | Method and Description |
---|---|
void |
attach(ParentRenderNode<?,?> parentRenderNode) |
void |
detach(ParentRenderNode<?,?> parentRenderNode) |
com.badlogic.gdx.graphics.Color |
getColor() |
HorizontalAlignment |
getHorizontalAlignment() |
java.lang.String |
getText() |
boolean |
isResponsive() |
void |
setColor(com.badlogic.gdx.graphics.Color color) |
void |
setHorizontalAlignment(HorizontalAlignment horizontalAlignment) |
void |
setResponsive(boolean responsive) |
void |
setStyleId(java.lang.String styleId) |
void |
setText(java.lang.String text) |
void |
setVisibility(Visibility visibility) |
void |
setZIndex(int zIndex) |
void |
syncWithRenderNode() |
addHoverListener, applyEffect, equals, getElementById, getId, getStyleId, getVisibility, getZIndex, hashCode, isDebugEnabled, notifyHoverListenersOnBeginHover, notifyHoverListenersOnEndHover, removeHoverListener, setDebugEnabled
public static final com.badlogic.gdx.graphics.Color COLOR_WHITE
public static final com.badlogic.gdx.graphics.Color COLOR_BLACK
public java.lang.String getText()
public void setText(java.lang.String text)
public void attach(ParentRenderNode<?,?> parentRenderNode)
public void detach(ParentRenderNode<?,?> parentRenderNode)
public void setVisibility(Visibility visibility)
setVisibility
in class UiElement
public void syncWithRenderNode()
syncWithRenderNode
in class UiElement
public void setStyleId(java.lang.String styleId)
setStyleId
in class UiElement
public HorizontalAlignment getHorizontalAlignment()
public void setHorizontalAlignment(HorizontalAlignment horizontalAlignment)
public boolean isResponsive()
public void setResponsive(boolean responsive)
public com.badlogic.gdx.graphics.Color getColor()
public void setColor(com.badlogic.gdx.graphics.Color color)