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 occurrence 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 HSSFBorderFormatting.getBottomBorderColorColor()
           
 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 HSSFBorderFormatting.getDiagonalBorderColorColor()
           
 HSSFColor HSSFPatternFormatting.getFillBackgroundColorColor()
           
 HSSFColor HSSFCellStyle.getFillBackgroundColorColor()
           
 HSSFColor HSSFPatternFormatting.getFillForegroundColorColor()
           
 HSSFColor HSSFCellStyle.getFillForegroundColorColor()
           
 HSSFColor HSSFFontFormatting.getFontColor()
           
 HSSFColor HSSFFont.getHSSFColor(HSSFWorkbook wb)
          get the color value for the font
 HSSFColor HSSFBorderFormatting.getLeftBorderColorColor()
           
 HSSFColor HSSFBorderFormatting.getRightBorderColorColor()
           
 HSSFColor HSSFBorderFormatting.getTopBorderColorColor()
           
 

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

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

Methods in org.apache.poi.hssf.util that return HSSFColor
 HSSFColor HSSFColor.HSSFColorPredefined.getColor()
           
static HSSFColor HSSFColor.AUTOMATIC.getInstance()
          Deprecated.  
static HSSFColor HSSFColor.toHSSFColor(Color color)
          Checked type cast color to an HSSFColor.
 

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.Map<java.lang.Integer,HSSFColor> HSSFColor.getMutableIndexHash()
          This function returns all the Colours, stored in a Map that can be edited.
static java.util.Map<java.lang.String,HSSFColor> HSSFColor.getTripletHash()
          this function returns all colors in a hastable.
 



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