jxl.format
Class Pattern

java.lang.Object
  extended byjxl.format.Pattern

public class Pattern
extends java.lang.Object

Enumeration class which contains the various patterns available within the standard Excel pattern palette


Field Summary
static Pattern GRAY_25
           
static Pattern GRAY_50
           
static Pattern GRAY_75
           
static Pattern NONE
           
static Pattern SOLID
           
 
Method Summary
 java.lang.String getDescription()
          Gets the textual description
static Pattern getPattern(int val)
          Gets the pattern from the value
 int getValue()
          Gets the value of this pattern.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GRAY_25

public static final Pattern GRAY_25

GRAY_50

public static final Pattern GRAY_50

GRAY_75

public static final Pattern GRAY_75

NONE

public static final Pattern NONE

SOLID

public static final Pattern SOLID
Method Detail

getDescription

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

Returns:
the string

getPattern

public static Pattern getPattern(int val)
Gets the pattern from the value

Parameters:
val -
Returns:
the pattern with that value

getValue

public int getValue()
Gets the value of this pattern. This is the value that is written to the generated Excel file

Returns:
the binary value