Uses of Interface
org.apache.poi.xssf.usermodel.IndexedColorMap
Packages that use IndexedColorMap
Package
Description
-
Uses of IndexedColorMap in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model that return IndexedColorMapMethods in org.apache.poi.xssf.model with parameters of type IndexedColorMapModifier and TypeMethodDescriptionprotected voidThemesTable.setColorMap(IndexedColorMap colorMap) called fromStylesTablewhen setting theme, used to adjust colors if a custom indexed mapping is defined -
Uses of IndexedColorMap in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement IndexedColorMapModifier and TypeClassDescriptionclasscustom index color map, i.e.classUses the legacy colors defined in HSSF for index lookupsMethods in org.apache.poi.xssf.usermodel with parameters of type IndexedColorMapModifier and TypeMethodDescriptionstatic XSSFColorXSSFColor.from(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color, IndexedColorMap map) Constructors in org.apache.poi.xssf.usermodel with parameters of type IndexedColorMapModifierConstructorDescriptionXSSFColor(byte[] rgb, IndexedColorMap colorMap) XSSFColor(Color clr, IndexedColorMap map) TEST ONLYXSSFColor(IndexedColors indexedColor, IndexedColorMap colorMap) XSSFColor(IndexedColorMap colorMap) new color with the given indexed color mapXSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color, IndexedColorMap map) Deprecated.XSSFDxfStyleProvider(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf dxf, int stripeSize, IndexedColorMap colorMap) XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont font, int index, IndexedColorMap colorMap) Called from parsing styles.xmlXSSFTableStyle(int index, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs dxfs, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle tableStyle, IndexedColorMap colorMap) -
Uses of IndexedColorMap in org.apache.poi.xssf.usermodel.extensions
Constructors in org.apache.poi.xssf.usermodel.extensions with parameters of type IndexedColorMapModifierConstructorDescriptionXSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder border, ThemesTable theme, IndexedColorMap colorMap) Creates a Cell Border from the supplied XML definitionXSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder border, IndexedColorMap colorMap) XSSFCellFill(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill fill, IndexedColorMap colorMap) Creates a CellFill from the supplied parts
XSSFColor.from(CTColor, IndexedColorMap)method instead to check for null CTColor instances.