Uses of Class
org.apache.poi.hssf.util.HSSFColor
-
Packages that use HSSFColor Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.hssf.util The util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. -
-
Uses of HSSFColor in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return HSSFColor Modifier and Type Method Description HSSFColorHSSFPalette. addColor(byte red, byte green, byte blue)Adds a new color into an empty color slot.HSSFColorHSSFPalette. findColor(byte red, byte green, byte blue)Finds the first occurrence of a given colorHSSFColorHSSFPalette. findSimilarColor(byte red, byte green, byte blue)Finds the closest matching color in the custom palette.HSSFColorHSSFPalette. findSimilarColor(int red, int green, int blue)Finds the closest matching color in the custom palette.HSSFColorHSSFBorderFormatting. getBottomBorderColorColor()HSSFColorHSSFPalette. getColor(int index)Retrieves the color at a given indexHSSFColorHSSFPalette. getColor(short index)Retrieves the color at a given indexHSSFColorHSSFBorderFormatting. getDiagonalBorderColorColor()HSSFColorHSSFCellStyle. getFillBackgroundColorColor()HSSFColorHSSFPatternFormatting. getFillBackgroundColorColor()HSSFColorHSSFCellStyle. getFillForegroundColorColor()HSSFColorHSSFPatternFormatting. getFillForegroundColorColor()HSSFColorHSSFFontFormatting. getFontColor()HSSFColorHSSFFont. getHSSFColor(HSSFWorkbook wb)get the color value for the fontHSSFColorHSSFBorderFormatting. getLeftBorderColorColor()HSSFColorHSSFBorderFormatting. getRightBorderColorColor()HSSFColorHSSFBorderFormatting. getTopBorderColorColor()Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFColor Modifier and Type Method Description voidHSSFCellStyle. setBottomBorderColor(HSSFColor color)voidHSSFCellStyle. setLeftBorderColor(HSSFColor color)voidHSSFCellStyle. setRightBorderColor(HSSFColor color)voidHSSFCellStyle. setTopBorderColor(HSSFColor color) -
Uses of HSSFColor in org.apache.poi.hssf.util
Subclasses of HSSFColor in org.apache.poi.hssf.util Modifier and Type Class Description classHSSFColorExtHSSFColor that wrap FullColorExt.Methods in org.apache.poi.hssf.util that return HSSFColor Modifier and Type Method Description HSSFColorHSSFColor.HSSFColorPredefined. getColor()HSSFColorHSSFColorExt. getSimilarColor(HSSFPalette palette)static HSSFColorHSSFColor. toHSSFColor(Color color)Checked type castcolorto an HSSFColor.Methods in org.apache.poi.hssf.util that return types with arguments of type HSSFColor Modifier and Type Method Description 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.
-