com.jme.widget.border
Class WidgetBorder
java.lang.Object
com.jme.widget.WidgetInsets
com.jme.widget.border.WidgetBorder
- public class WidgetBorder
- extends WidgetInsets
- Author:
- Gregg Patton
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
| Methods inherited from class com.jme.widget.WidgetInsets |
getBottom, getLeft, getRight, getTop, set, set, setBottom, setLeft, setRight, setTop, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WidgetBorder
public WidgetBorder()
WidgetBorder
public WidgetBorder(WidgetBorder border)
WidgetBorder
public WidgetBorder(WidgetBorder border,
WidgetBorderType type)
WidgetBorder
public WidgetBorder(int t,
int l,
int b,
int r)
WidgetBorder
public WidgetBorder(int t,
int l,
int b,
int r,
WidgetBorderType type)
set
public void set(int t,
int l,
int b,
int r,
WidgetBorderType type)
set
public void set(WidgetBorder b,
WidgetBorderType type)
set
public void set(WidgetBorder b)
getType
public WidgetBorderType getType()
setType
public void setType(WidgetBorderType type)
getDarkColor
public ColorRGBA getDarkColor()
setDarkColor
public void setDarkColor(ColorRGBA colorRGBA)
getLightColor
public ColorRGBA getLightColor()
setLightColor
public void setLightColor(ColorRGBA colorRGBA)
getFlatColor
public ColorRGBA getFlatColor()
setFlatColor
public void setFlatColor(ColorRGBA colorRGBA)