com.jme.widget.border
Class WidgetBorder

java.lang.Object
  extended bycom.jme.widget.WidgetInsets
      extended bycom.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

Field Summary
 
Fields inherited from class com.jme.widget.WidgetInsets
bottom, left, right, top
 
Constructor Summary
WidgetBorder()
           
WidgetBorder(int t, int l, int b, int r)
           
WidgetBorder(int t, int l, int b, int r, WidgetBorderType type)
           
WidgetBorder(WidgetBorder border)
           
WidgetBorder(WidgetBorder border, WidgetBorderType type)
           
 
Method Summary
 ColorRGBA getDarkColor()
           
 ColorRGBA getFlatColor()
           
 ColorRGBA getLightColor()
           
 WidgetBorderType getType()
           
 void set(int t, int l, int b, int r, WidgetBorderType type)
           
 void set(WidgetBorder b)
           
 void set(WidgetBorder b, WidgetBorderType type)
           
 void setDarkColor(ColorRGBA colorRGBA)
           
 void setFlatColor(ColorRGBA colorRGBA)
           
 void setLightColor(ColorRGBA colorRGBA)
           
 void setType(WidgetBorderType type)
           
 
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
 

Constructor Detail

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)
Method Detail

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)