Uses of Class
org.apache.poi.hssf.util.HSSFColor

Packages that use HSSFColor
org.apache.poi.hssf.converter   
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.hssf.util util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. 
 

Uses of HSSFColor in org.apache.poi.hssf.converter
 

Methods in org.apache.poi.hssf.converter with parameters of type HSSFColor
static java.lang.String AbstractExcelUtils.getColor(HSSFColor color)
           
 

Uses of HSSFColor in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return HSSFColor
 HSSFColor HSSFPalette.addColor(byte red, byte green, byte blue)
          Adds a new color into an empty color slot.
 HSSFColor HSSFPalette.findColor(byte red, byte green, byte blue)
          Finds the first occurance of a given color
 HSSFColor HSSFPalette.findSimilarColor(byte red, byte green, byte blue)
          Finds the closest matching color in the custom palette.
 HSSFColor HSSFPalette.findSimilarColor(int red, int green, int blue)
          Finds the closest matching color in the custom palette.
 HSSFColor HSSFPalette.getColor(int index)
          Retrieves the color at a given index
 HSSFColor HSSFPalette.getColor(short index)
          Retrieves the color at a given index
 HSSFColor HSSFCellStyle.getFillBackgroundColorColor()
           
 HSSFColor HSSFCellStyle.getFillForegroundColorColor()
           
 HSSFColor HSSFFont.getHSSFColor(HSSFWorkbook wb)
          get the color value for the font
 

Uses of HSSFColor in org.apache.poi.hssf.util
 

Subclasses of HSSFColor in org.apache.poi.hssf.util
static class HSSFColor.AQUA
          Class AQUA
static class HSSFColor.AUTOMATIC
          Special Default/Normal/Automatic color.
static class HSSFColor.BLACK
          Class BLACK
static class HSSFColor.BLUE
          Class BLUE
static class HSSFColor.BLUE_GREY
          Class BLUE_GREY
static class HSSFColor.BRIGHT_GREEN
          Class BRIGHT_GREEN
static class HSSFColor.BROWN
          Class BROWN
static class HSSFColor.CORAL
          Class CORAL
static class HSSFColor.CORNFLOWER_BLUE
          Class CORNFLOWER_BLUE
static class HSSFColor.DARK_BLUE
          Class DARK_BLUE
static class HSSFColor.DARK_GREEN
          Class DARK_GREEN
static class HSSFColor.DARK_RED
          Class DARK_RED
static class HSSFColor.DARK_TEAL
          Class DARK_TEAL
static class HSSFColor.DARK_YELLOW
          Class DARK_YELLOW
static class HSSFColor.GOLD
          Class GOLD
static class HSSFColor.GREEN
          Class GREEN
static class HSSFColor.GREY_25_PERCENT
          Class GREY_25_PERCENT
static class HSSFColor.GREY_40_PERCENT
          Class GREY_40_PERCENT
static class HSSFColor.GREY_50_PERCENT
          Class GREY_50_PERCENT
static class HSSFColor.GREY_80_PERCENT
          Class GREY_80_PERCENT
static class HSSFColor.INDIGO
          Class INDIGO
static class HSSFColor.LAVENDER
          Class LAVENDER
static class HSSFColor.LEMON_CHIFFON
          Class LEMON_CHIFFON
static class HSSFColor.LIGHT_BLUE
          Class LIGHT_BLUE
static class HSSFColor.LIGHT_CORNFLOWER_BLUE
          Class LIGHT_CORNFLOWER_BLUE
static class HSSFColor.LIGHT_GREEN
          Class LIGHT_GREEN
static class HSSFColor.LIGHT_ORANGE
          Class LIGHT_ORANGE
static class HSSFColor.LIGHT_TURQUOISE
          Class LIGHT_TURQUOISE
static class HSSFColor.LIGHT_YELLOW
          Class LIGHT_YELLOW
static class HSSFColor.LIME
          Class LIME
static class HSSFColor.MAROON
          Class MAROON
static class HSSFColor.OLIVE_GREEN
          Class OLIVE_GREEN
static class HSSFColor.ORANGE
          Class ORANGE
static class HSSFColor.ORCHID
          Class ORCHID
static class HSSFColor.PALE_BLUE
          Class PALE_BLUE
static class HSSFColor.PINK
          Class PINK
static class HSSFColor.PLUM
          Class PLUM
static class HSSFColor.RED
          Class RED
static class HSSFColor.ROSE
          Class ROSE
static class HSSFColor.ROYAL_BLUE
          Class ROYAL_BLUE
static class HSSFColor.SEA_GREEN
          Class SEA_GREEN
static class HSSFColor.SKY_BLUE
          Class SKY_BLUE
static class HSSFColor.TAN
          Class TAN
static class HSSFColor.TEAL
          Class TEAL
static class HSSFColor.TURQUOISE
          Class TURQUOISE
static class HSSFColor.VIOLET
          Class VIOLET
static class HSSFColor.WHITE
          Class WHITE
static class HSSFColor.YELLOW
          Class YELLOW
 

Methods in org.apache.poi.hssf.util that return HSSFColor
static HSSFColor HSSFColor.AUTOMATIC.getInstance()
           
 

Methods in org.apache.poi.hssf.util that return types with arguments of type HSSFColor
static java.util.Map<java.lang.Integer,HSSFColor> HSSFColor.getIndexHash()
          This function returns all the colours in an unmodifiable Map.
static java.util.Hashtable<java.lang.Integer,HSSFColor> HSSFColor.getMutableIndexHash()
          This function returns all the Colours, stored in a Hashtable that can be edited.
static java.util.Hashtable<java.lang.String,HSSFColor> HSSFColor.getTripletHash()
          this function returns all colors in a hastable.
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.