JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.poi.xssf.usermodel
Interface IndexedColorMap
All Known Implementing Classes:
CustomIndexedColorMap
,
DefaultIndexedColorMap
public interface
IndexedColorMap
Interface for color index to RGB mappings. May be either the default, built-in mappings or custom mappings defined in the document.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
byte[]
getRGB
(int index)
Method Detail
getRGB
byte[] getRGB(int index)
Parameters:
index
- color index to look up
Returns:
the RGB array for the index, or null if the index is invalid/undefined
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method