Uses of Class
org.apache.poi.hssf.record.common.ExtendedColor

Packages that use ExtendedColor
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
org.apache.poi.hssf.record.cf   
org.apache.poi.hssf.record.common   
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 

Uses of ExtendedColor in org.apache.poi.hssf.record
 

Methods in org.apache.poi.hssf.record with parameters of type ExtendedColor
static CFRule12Record CFRule12Record.create(HSSFSheet sheet, ExtendedColor color)
          Creates a new Data Bar formatting
 

Uses of ExtendedColor in org.apache.poi.hssf.record.cf
 

Methods in org.apache.poi.hssf.record.cf that return ExtendedColor
 ExtendedColor DataBarFormatting.getColor()
           
 ExtendedColor[] ColorGradientFormatting.getColors()
           
 

Methods in org.apache.poi.hssf.record.cf with parameters of type ExtendedColor
 void DataBarFormatting.setColor(ExtendedColor color)
           
 void ColorGradientFormatting.setColors(ExtendedColor[] colors)
           
 

Uses of ExtendedColor in org.apache.poi.hssf.record.common
 

Methods in org.apache.poi.hssf.record.common that return ExtendedColor
 ExtendedColor ExtendedColor.clone()
           
 

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

Methods in org.apache.poi.hssf.usermodel that return ExtendedColor
protected  ExtendedColor HSSFExtendedColor.getExtendedColor()
           
 

Constructors in org.apache.poi.hssf.usermodel with parameters of type ExtendedColor
HSSFExtendedColor(ExtendedColor color)
           
 



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