INestable.IChildrenChangedListener| Modifier and Type | Method and Description |
|---|---|
IRoundedBorder |
getBorder()
Gets the border.
|
com.jme3.math.Vector2f |
getSize()
Gets the size.
|
boolean |
hasBorder()
Checks for border.
|
IItemListener |
maintainBorderSizeDuringScale()
Maintain border size during scale.
|
void |
removeItem(IItem item)
Removes the item.
|
void |
setBorder(IRoundedBorder b)
Sets the border.
|
void |
setGradientBackground(Gradient g)
Sets the gradient background.
|
void |
setSize(float width,
float height)
Sets the size.
|
void |
setSolidBackgroundColour(java.awt.Color c)
Sets the solid background colour.
|
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, removeAllItemsIRoundedBorder getBorder()
com.jme3.math.Vector2f getSize()
boolean hasBorder()
IItemListener maintainBorderSizeDuringScale()
void removeItem(IItem item)
INestableremoveItem in interface INestableitem - the itemvoid setBorder(IRoundedBorder b)
b - the new bordervoid setGradientBackground(Gradient g)
g - the new gradient backgroundvoid setSize(float width,
float height)
width - the widthheight - the heightvoid setSolidBackgroundColour(java.awt.Color c)
c - the new solid background colour