Class FullColorExt


  • public class FullColorExt
    extends Object
    2.5.155 FullColorExt. ([MS-XLS].pdf, page 730.
    Author:
    henrichen
    • Constructor Detail

      • FullColorExt

        public FullColorExt​(short r,
                            short g,
                            short b)
      • FullColorExt

        public FullColorExt​(short xclrType,
                            short nTintShade,
                            int xclrValue)
    • Method Detail

      • getDataSize

        public int getDataSize()
      • isTheme

        public boolean isTheme()
      • isRGB

        public boolean isRGB()
      • isIndex

        public boolean isIndex()
      • getXclrType

        public short getXclrType()
      • setXclrType

        public void setXclrType​(short xclrType)
      • getTintShade

        public short getTintShade()
      • setTintShade

        public void setTintShade​(short nTintShade)
      • getXclrValue

        public int getXclrValue()
      • setXclrValue

        public void setXclrValue​(int xclrValue)
      • getRGB

        public int getRGB()
      • isTint

        public boolean isTint()
      • getTint

        public double getTint()