jxl.format
Class Border

java.lang.Object
  |
  +--jxl.format.Border
Direct Known Subclasses:
Border

public class Border
extends java.lang.Object

The location of a border


Field Summary
static Border ALL
           
static Border BOTTOM
           
static Border LEFT
           
static Border NONE
           
static Border RIGHT
           
private  java.lang.String string
          The string description
static Border TOP
           
 
Constructor Summary
protected Border(java.lang.String s)
          Constructor
 
Method Summary
 java.lang.String getDescription()
          Gets the description
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

string

private java.lang.String string
The string description

NONE

public static final Border NONE

ALL

public static final Border ALL

TOP

public static final Border TOP

BOTTOM

public static final Border BOTTOM

LEFT

public static final Border LEFT

RIGHT

public static final Border RIGHT
Constructor Detail

Border

protected Border(java.lang.String s)
Constructor
Method Detail

getDescription

public java.lang.String getDescription()
Gets the description