Uses of Class
com.jme.widget.border.WidgetBorderType

Packages that use WidgetBorderType
com.jme.widget.border   
 

Uses of WidgetBorderType in com.jme.widget.border
 

Fields in com.jme.widget.border declared as WidgetBorderType
static WidgetBorderType WidgetBorderType.NONE
           
static WidgetBorderType WidgetBorderType.RAISED
           
static WidgetBorderType WidgetBorderType.LOWERED
           
static WidgetBorderType WidgetBorderType.FLAT
           
 

Methods in com.jme.widget.border that return WidgetBorderType
 WidgetBorderType WidgetBorder.getType()
           
 

Methods in com.jme.widget.border with parameters of type WidgetBorderType
 void WidgetBorder.set(int t, int l, int b, int r, WidgetBorderType type)
           
 void WidgetBorder.set(WidgetBorder b, WidgetBorderType type)
           
 void WidgetBorder.setType(WidgetBorderType type)
           
 

Constructors in com.jme.widget.border with parameters of type WidgetBorderType
WidgetBorder(WidgetBorder border, WidgetBorderType type)
           
WidgetBorder(int t, int l, int b, int r, WidgetBorderType type)