Package org.apache.poi.hssf.record
Class FullColorExt
- java.lang.Object
-
- org.apache.poi.hssf.record.FullColorExt
-
public class FullColorExt extends java.lang.Object2.5.155 FullColorExt. ([MS-XLS].pdf, page 730.- Author:
- henrichen
-
-
Constructor Summary
Constructors Constructor Description FullColorExt(short xclrType, short nTintShade, int xclrValue)FullColorExt(short r, short g, short b)FullColorExt(RecordInputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendString(java.lang.StringBuffer sb, java.lang.String prefix)intgetDataSize()intgetRGB()doublegetTint()shortgetTintShade()shortgetXclrType()intgetXclrValue()booleanisIndex()booleanisRGB()booleanisTheme()booleanisTint()voidserialize(LittleEndianOutput out)voidsetTintShade(short nTintShade)voidsetXclrType(short xclrType)voidsetXclrValue(int xclrValue)
-
-
-
Constructor Detail
-
FullColorExt
public FullColorExt(RecordInputStream in)
-
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()
-
appendString
public void appendString(java.lang.StringBuffer sb, java.lang.String prefix)
-
serialize
public void serialize(LittleEndianOutput out)
-
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()
-
-