Class HSSFColorExt

  • All Implemented Interfaces:
    Color

    public final class HSSFColorExt
    extends HSSFColor
    HSSFColor that wrap FullColorExt.
    Author:
    henrichen
    • Constructor Detail

      • HSSFColorExt

        public HSSFColorExt​(FullColorExt colorExt)
    • Method Detail

      • getIndex

        public short getIndex()
        Description copied from class: HSSFColor
        returns color standard palette index
        Overrides:
        getIndex in class HSSFColor
        Returns:
        index to the standard palette
      • isIndex

        public boolean isIndex()
      • isTheme

        public boolean isTheme()
      • isRgb

        public boolean isRgb()
      • isTint

        public boolean isTint()
      • getTint

        public double getTint()
      • getTriplet

        public short[] getTriplet()
        Description copied from class: HSSFColor
        returns RGB triplet (0, 0, 0)
        Overrides:
        getTriplet in class HSSFColor
        Returns:
        triplet representation like that in Excel
      • getHexString

        public String getHexString()
        Description copied from class: HSSFColor
        returns colon-delimited hex string "0:0:0"
        Overrides:
        getHexString in class HSSFColor
        Returns:
        a hex string exactly like a gnumeric triplet