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.


Variable Index

 o ETCHED
 o INSET
 o NONE
 o RAISED
 o SOLID

Method Index

 o toString()

Variables

 o NONE
 public static final BorderStyle NONE
 o RAISED
 public static final BorderStyle RAISED
 o INSET
 public static final BorderStyle INSET
 o ETCHED
 public static final BorderStyle ETCHED
 o SOLID
 public static final BorderStyle SOLID

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index