public interface IMutableLabel extends IItem
INestable.IChildrenChangedListener| Modifier and Type | Method and Description |
|---|---|
void |
appendChar(char charAt)
Append char.
|
java.lang.String |
getText()
Gets the text.
|
com.jme3.math.Vector2f |
getTextSize()
Gets the text size.
|
boolean |
isBoxSizeSet()
Checks if is box size set.
|
void |
removeChar()
Removes the char.
|
void |
setBoxSize(float width,
float height)
Sets the box size.
|
void |
setFont(java.lang.String resourcePath)
Sets the font.
|
void |
setFontScale(float f)
Sets the font scale.
|
void |
setText(java.lang.String text)
Sets the text.
|
addItemListener, behaviourAdded, centerItem, convertWorldVelocityToLocalVelocity, getBehaviours, getBehaviours, getItemListeners, getManipulableSpatial, getMultiTouchDispatcher, getName, getParentItem, getRelativeLocation, getRelativeLocationOfWorldLocation, getRelativeRotation, getRelativeScale, getUUID, getWorldLocation, getWorldLocation, getWorldRotationDegrees, getZOrder, getZOrderManager, isVisible, removeItemListener, setInteractionEnabled, setItemListeners, setParentItem, setRelativeLocation, setRelativeRotation, setRelativeScale, setVisible, setWorldLocation, setZOrderaddItem, deRegisterChildrenChangedListener, getChildItems, getChildrenCount, hasChildren, registerChildrenChangedListener, removeAllItems, removeItemvoid appendChar(char charAt)
charAt - the char atjava.lang.String getText()
com.jme3.math.Vector2f getTextSize()
boolean isBoxSizeSet()
void removeChar()
void setBoxSize(float width,
float height)
width - the widthheight - the heightvoid setFont(java.lang.String resourcePath)
resourcePath - the new fontvoid setFontScale(float f)
f - the new font scalevoid setText(java.lang.String text)
text - the new text