Uses of Class
org.apache.poi.hssf.util.HSSFColor
Packages that use HSSFColor
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
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 -
Uses of HSSFColor in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return HSSFColorModifier and TypeMethodDescriptionHSSFPalette.addColor
(byte red, byte green, byte blue) Adds a new color into an empty color slot.HSSFPalette.findColor
(byte red, byte green, byte blue) Finds the first occurrence of a given colorHSSFPalette.findSimilarColor
(byte red, byte green, byte blue) Finds the closest matching color in the custom palette.HSSFPalette.findSimilarColor
(int red, int green, int blue) Finds the closest matching color in the custom palette.HSSFBorderFormatting.getBottomBorderColorColor()
HSSFPalette.getColor
(int index) Retrieves the color at a given indexHSSFPalette.getColor
(short index) Retrieves the color at a given indexHSSFBorderFormatting.getDiagonalBorderColorColor()
HSSFCellStyle.getFillBackgroundColorColor()
HSSFPatternFormatting.getFillBackgroundColorColor()
HSSFCellStyle.getFillForegroundColorColor()
HSSFPatternFormatting.getFillForegroundColorColor()
HSSFFontFormatting.getFontColor()
HSSFFont.getHSSFColor
(HSSFWorkbook wb) get the color value for the fontHSSFBorderFormatting.getLeftBorderColorColor()
HSSFBorderFormatting.getRightBorderColorColor()
HSSFBorderFormatting.getTopBorderColorColor()
-
Uses of HSSFColor in org.apache.poi.hssf.util
Methods in org.apache.poi.hssf.util that return HSSFColorModifier and TypeMethodDescriptionHSSFColor.HSSFColorPredefined.getColor()
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 HSSFColorModifier and TypeMethodDescriptionHSSFColor.getIndexHash()
This function returns all the colours in an unmodifiable Map.HSSFColor.getMutableIndexHash()
This function returns all the Colours, stored in a Map that can be edited.HSSFColor.getTripletHash()
this function returns all colors in a hastable.