|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.lwuit.plaf.Accessor
This tool exposes some internal border functionality from the package.
Field Summary | |
static int |
TYPE_BEVEL_LOWERED
The bevel lowered border. |
static int |
TYPE_BEVEL_RAISED
The bevel raised border. |
static int |
TYPE_EMPTY
The empty border. |
static int |
TYPE_ETCHED_LOWERED
The etched lowered border. |
static int |
TYPE_ETCHED_RAISED
The etched raised border. |
static int |
TYPE_IMAGE
The image border. |
static int |
TYPE_LINE
The line border. |
static int |
TYPE_ROUNDED
The rounded border. |
static int |
TYPE_ROUNDED_PRESSED
The rounded pressed border. |
Constructor Summary | |
Accessor()
|
Method Summary | |
static int |
getArcHeight(Border b)
Returns the border's arc height. |
static int |
getArcWidth(Border b)
Returns the border's arc width. |
static Color |
getColorA(Border b)
Returns color a of the border. |
static Color |
getColorB(Border b)
Returns color b of the border. |
static Color |
getColorC(Border b)
Returns color c of the border. |
static Color |
getColorD(Border b)
Returns color d of the border. |
static Image[] |
getImages(Border b)
Returns the images of the border. |
static Border |
getPressed(Border b)
Indicates whether this border is pressed. |
static int |
getThickness(Border b)
Returns the border's thickness. |
static int |
getType(Border b)
Returns the border type. |
static boolean |
isThemeColors(Border b)
Indicates whether border is in theme colors. |
static void |
setTheme(Hashtable theme)
Sets the theme. |
static String |
toString(Border b)
Returns the string representation of the border object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int TYPE_EMPTY
public static final int TYPE_LINE
public static final int TYPE_ROUNDED
public static final int TYPE_ROUNDED_PRESSED
public static final int TYPE_ETCHED_LOWERED
public static final int TYPE_ETCHED_RAISED
public static final int TYPE_BEVEL_RAISED
public static final int TYPE_BEVEL_LOWERED
public static final int TYPE_IMAGE
Constructor Detail |
public Accessor()
Method Detail |
public static int getType(Border b)
b
- the border
public static String toString(Border b)
b
- the border
public static Image[] getImages(Border b)
b
- the border
public static boolean isThemeColors(Border b)
b
- the border
public static Color getColorA(Border b)
b
- the border
public static Color getColorB(Border b)
b
- the border
public static Color getColorC(Border b)
b
- the border
public static Color getColorD(Border b)
b
- the border
public static int getThickness(Border b)
b
- the border
public static int getArcWidth(Border b)
b
- the border
public static int getArcHeight(Border b)
b
- the border
public static Border getPressed(Border b)
b
- the border
public static void setTheme(Hashtable theme)
theme
- the theme
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |