public interface ILabel extends IRectangularItem
INestable.IChildrenChangedListener
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText()
Gets the text.
|
void |
setAlpha(float alpha)
Sets the alpha.
|
void |
setFont(java.awt.Font f)
Sets the font.
|
void |
setText(java.lang.String text)
Sets the text.
|
void |
setTextColour(java.awt.Color c)
Sets the text colour.
|
void |
setUnderlineChars(char... underlineChars)
Sets the underline chars.
|
getHeight, getSize, getWidth, setSize, setSize
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, setZOrder
addItem, deRegisterChildrenChangedListener, getChildItems, getChildrenCount, hasChildren, registerChildrenChangedListener, removeAllItems, removeItem
java.lang.String getText()
void setAlpha(float alpha)
alpha
- the new alphavoid setFont(java.awt.Font f)
f
- the new fontvoid setText(java.lang.String text)
text
- the new textvoid setTextColour(java.awt.Color c)
c
- the new text colourvoid setUnderlineChars(char... underlineChars)
underlineChars
- the new underline chars