Package org.apache.poi.xssf.usermodel
Interface IndexedColorMap
-
- All Known Implementing Classes:
CustomIndexedColorMap,DefaultIndexedColorMap
public interface IndexedColorMapInterface 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 Description byte[]getRGB(int index)
-