All Packages Class Hierarchy This Package Previous Next Index
Class gjt.BorderStyle
java.lang.Object
|
+----gjt.BorderStyle
- public class BorderStyle
- extends Object
Constants for border styles.
This class may not be instantiated.
-
ETCHED
-
-
INSET
-
-
NONE
-
-
RAISED
-
-
SOLID
-
-
toString()
-
NONE
public static final BorderStyle NONE
RAISED
public static final BorderStyle RAISED
INSET
public static final BorderStyle INSET
ETCHED
public static final BorderStyle ETCHED
SOLID
public static final BorderStyle SOLID
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index