Java org.apache.poi.hssf.util HSSFColor fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.hssf.util HSSFColor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.hssf.util HSSFColor.

The text is from its open source code.

Method

StringgetHexString()
returns colon-delimited hex string "0:0:0"
shortgetIndex()
returns color standard palette index
MapgetIndexHash()
This function returns all the colours in an unmodifiable Map.
short[]getTriplet()
returns RGB triplet (0, 0, 0)
MapgetTripletHash()
this function returns all colors in a hastable.