org.apache.poi.hssf.record.cf
Class DataBarFormatting
java.lang.Object
   org.apache.poi.hssf.record.cf.DataBarFormatting
org.apache.poi.hssf.record.cf.DataBarFormatting
- All Implemented Interfaces: 
- java.lang.Cloneable
- public final class DataBarFormatting 
- extends java.lang.Object- implements java.lang.Cloneable
Data Bar Conditional Formatting Rule Record.
 
 
| Methods inherited from class java.lang.Object | 
| equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
DataBarFormatting
public DataBarFormatting()
DataBarFormatting
public DataBarFormatting(LittleEndianInput in)
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)
- 
 
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
- 
 
clone
public java.lang.Object clone()
- 
- Overrides:
- clonein class- java.lang.Object
 
- 
 
getDataLength
public int getDataLength()
- 
 
- 
 
serialize
public void serialize(LittleEndianOutput out)
- 
 
-