|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BevelBorder.Type | |
|---|---|
| org.xith3d.ui.hud.widgets | |
| Uses of BevelBorder.Type in org.xith3d.ui.hud.widgets |
|---|
| Fields in org.xith3d.ui.hud.widgets declared as BevelBorder.Type | |
|---|---|
static BevelBorder.Type |
BevelBorder.LOWERED
This indicates a lowered BevelBorder. |
static BevelBorder.Type |
BevelBorder.RAISED
This indicates a raised BevelBorder. |
| Methods in org.xith3d.ui.hud.widgets that return BevelBorder.Type | |
|---|---|
BevelBorder.Type |
BevelBorder.getType()
|
static BevelBorder.Type |
BevelBorder.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BevelBorder.Type[] |
BevelBorder.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.xith3d.ui.hud.widgets with parameters of type BevelBorder.Type | |
|---|---|
BevelBorder(BevelBorder.Type type)
Creates a new BevelBorder Widget. |
|
BevelBorder(float width,
float height,
BevelBorder.Type type)
Creates a new BevelBorder Widget. |
|
BevelBorder(float width,
float height,
int zIndex,
BevelBorder.Type type)
Creates a new BevelBorder Widget. |
|
BevelBorder(org.openmali.types.twodee.Sized2fRO size,
BevelBorder.Type type)
Creates a new BevelBorder Widget. |
|
BevelBorder(org.openmali.types.twodee.Sized2fRO size,
int zIndex,
BevelBorder.Type type)
Creates a new BevelBorder Widget. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||