|
||||||||||
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)
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 |