Package org.apache.poi.hssf.record.cf
Class DataBarFormatting
- java.lang.Object
-
- org.apache.poi.hssf.record.cf.DataBarFormatting
-
-
Constructor Summary
Constructors Constructor Description DataBarFormatting()DataBarFormatting(LittleEndianInput in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()ExtendedColorgetColor()intgetDataLength()bytegetPercentMax()bytegetPercentMin()DataBarThresholdgetThresholdMax()DataBarThresholdgetThresholdMin()booleanisIconOnly()booleanisReversed()voidserialize(LittleEndianOutput out)voidsetColor(ExtendedColor color)voidsetIconOnly(boolean only)voidsetPercentMax(byte percentMax)voidsetPercentMin(byte percentMin)voidsetReversed(boolean rev)voidsetThresholdMax(DataBarThreshold thresholdMax)voidsetThresholdMin(DataBarThreshold thresholdMin)StringtoString()
-
-
-
Constructor Detail
-
DataBarFormatting
public DataBarFormatting()
-
DataBarFormatting
public DataBarFormatting(LittleEndianInput in)
-
-
Method Detail
-
isIconOnly
public boolean isIconOnly()
-
setIconOnly
public void setIconOnly(boolean only)
-
isReversed
public boolean isReversed()
-
setReversed
public void setReversed(boolean rev)
-
getPercentMin
public byte getPercentMin()
-
setPercentMin
public void setPercentMin(byte percentMin)
-
getPercentMax
public byte getPercentMax()
-
setPercentMax
public void setPercentMax(byte percentMax)
-
getColor
public ExtendedColor getColor()
-
setColor
public void setColor(ExtendedColor color)
-
getThresholdMin
public DataBarThreshold getThresholdMin()
-
setThresholdMin
public void setThresholdMin(DataBarThreshold thresholdMin)
-
getThresholdMax
public DataBarThreshold getThresholdMax()
-
setThresholdMax
public void setThresholdMax(DataBarThreshold thresholdMax)
-
clone
public Object clone()
-
getDataLength
public int getDataLength()
-
serialize
public void serialize(LittleEndianOutput out)
-
-