INestable.IChildrenChangedListener
Modifier and Type | Method and Description |
---|---|
float |
getHeight()
Gets the height.
|
IImage |
getListener()
Gets the listener.
|
java.lang.String |
getText()
Gets the text.
|
IRoundedBorder |
getTextBorder()
Gets the text border.
|
IMutableLabel |
getTextLabel()
Gets the text label.
|
float |
getWidth()
Gets the width.
|
void |
setImage(IImage image,
com.jme3.math.ColorRGBA bgColour,
com.jme3.math.ColorRGBA borderColour,
float width,
float height,
IStage stage)
Sets the image.
|
void |
setText(java.lang.String text,
com.jme3.math.ColorRGBA bgColour,
com.jme3.math.ColorRGBA borderColour,
FontColour fontColour,
float width,
float height,
IStage stage)
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, setZOrder
addItem, deRegisterChildrenChangedListener, getChildItems, getChildrenCount, hasChildren, registerChildrenChangedListener, removeAllItems, removeItem
float getHeight()
IImage getListener()
java.lang.String getText()
IRoundedBorder getTextBorder()
IMutableLabel getTextLabel()
float getWidth()
void setImage(IImage image, com.jme3.math.ColorRGBA bgColour, com.jme3.math.ColorRGBA borderColour, float width, float height, IStage stage)
image
- the imagebgColour
- the bg colourborderColour
- the border colourwidth
- the widthheight
- the heightstage
- the stagevoid setText(java.lang.String text, com.jme3.math.ColorRGBA bgColour, com.jme3.math.ColorRGBA borderColour, FontColour fontColour, float width, float height, IStage stage)
text
- the textbgColour
- the bg colourborderColour
- the border colourfontColour
- the font colourwidth
- the widthheight
- the heightstage
- the stage