jxl.write
Class Colour

java.lang.Object
  |
  +--jxl.format.Colour
        |
        +--jxl.write.Colour

Deprecated. This has been repackaged as jxl.Colour

public class Colour
extends Colour

Enumeration class which contains the various colours available within the standard Excel colour palette


Fields inherited from class jxl.format.Colour
AQUA, BLACK, BLUE, BLUE_GREY, BRIGHT_GREEN, BROWN, colours, DARK_BLUE, DARK_GREEN, DARK_RED, DARK_TEAL, DARK_YELLOW, DEFAULT_BACKGROUND, GOLD, GRAY_25, GRAY_50, GRAY_80, GREEN, GREY_25_PERCENT, GREY_40_PERCENT, GREY_50_PERCENT, GREY_80_PERCENT, INDIGO, LAVENDER, LIGHT_BLUE, LIGHT_GREEN, LIGHT_ORANGE, LIGHT_TURQUOISE, LIGHT_YELLOW, LIME, OLIVE_GREEN, ORANGE, PALE_BLUE, PINK, PLUM, RED, ROSE, SEA_GREEN, SKY_BLUE, string, TAN, TEAL, TURQUOISE, UNKNOWN, value, VERY_LIGHT_ORANGE, VERY_LIGHT_YELLOW, VIOLET, WHITE, YELLOW
 
Constructor Summary
private Colour()
          Deprecated.  
 
Methods inherited from class jxl.format.Colour
getColour, getDescription, getValue
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Colour

private Colour()
Deprecated.