public interface IRoundedBorder extends IItem
INestable.IChildrenChangedListener| Modifier and Type | Method and Description |
|---|---|
float |
getBorderWidth()
Gets the border width.
|
com.jme3.math.Vector2f |
getSize()
Gets the size.
|
void |
setBorderWidth(float borderSize)
Sets the border width.
|
void |
setColor(com.jme3.math.ColorRGBA color)
Sets the color.
|
void |
setSize(float width,
float height)
Sets the size.
|
void |
setSize(com.jme3.math.Vector2f size)
Sets the size.
|
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, removeItemfloat getBorderWidth()
com.jme3.math.Vector2f getSize()
void setBorderWidth(float borderSize)
borderSize - the new border widthvoid setColor(com.jme3.math.ColorRGBA color)
color - the new colorvoid setSize(float width,
float height)
width - the widthheight - the heightvoid setSize(com.jme3.math.Vector2f size)
size - the new size