|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xssf.usermodel.CustomIndexedColorMap
public class CustomIndexedColorMap
custom index color map, i.e. from the styles.xml definition
Method Summary | |
---|---|
static CustomIndexedColorMap |
fromColors(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColors colors)
OOXML spec says if this exists it must have all indexes. |
byte[] |
getRGB(int index)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public byte[] getRGB(int index)
getRGB
in interface IndexedColorMap
index
- color index to look up
public static CustomIndexedColorMap fromColors(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColors colors)
From the OOXML Spec, Part 1, section 18.8.27:
This element contains a sequence of RGB color values that correspond to color indexes (zero-based). When using the default indexed color palette, the values are not written out, but instead are implied. When the color palette has been modified from default, then the entire color palette is written out.
colors
- CTColors from styles.xml possibly defining a custom color indexing scheme
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |