|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.ui.hud.base.Border
org.xith3d.ui.hud.borders.TexturedBorder
org.xith3d.ui.hud.borders.BevelBorder
public class BevelBorder
A BevelBorder is a TexturedBorder extension, that makes explizit use of HUD.getTheme().getLoweredBevelBorderDescription() to retrieve its Border.Description.
| Nested Class Summary | |
|---|---|
static class |
BevelBorder.Type
|
| Nested classes/interfaces inherited from class org.xith3d.ui.hud.base.Border |
|---|
Border.Description |
| Field Summary | |
|---|---|
static BevelBorder.Type |
LOWERED
|
static BevelBorder.Type |
RAISED
|
| Constructor Summary | |
|---|---|
BevelBorder(BevelBorder.Type type)
Creates a new BevelBorder Widget. |
|
| Method Summary | |
|---|---|
BevelBorder.Type |
getType()
|
| Methods inherited from class org.xith3d.ui.hud.borders.TexturedBorder |
|---|
drawBorder, getTexture, setTexture |
| Methods inherited from class org.xith3d.ui.hud.base.Border |
|---|
getBottomHeight, getLeftWidth, getRightWidth, getTopHeight |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final BevelBorder.Type LOWERED
BevelBorder.Type.LOWEREDpublic static final BevelBorder.Type RAISED
BevelBorder.Type.RAISED| Constructor Detail |
|---|
public BevelBorder(BevelBorder.Type type)
type - | Method Detail |
|---|
public final BevelBorder.Type getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||