org.apache.poi.hssf.record.cf
Class DataBarFormatting

java.lang.Object
  extended by 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.


Constructor Summary
DataBarFormatting()
           
DataBarFormatting(LittleEndianInput in)
           
 
Method Summary
 java.lang.Object clone()
           
 ExtendedColor getColor()
           
 int getDataLength()
           
 byte getPercentMax()
           
 byte getPercentMin()
           
 DataBarThreshold getThresholdMax()
           
 DataBarThreshold getThresholdMin()
           
 boolean isIconOnly()
           
 boolean isReversed()
           
 void serialize(LittleEndianOutput out)
           
 void setColor(ExtendedColor color)
           
 void setIconOnly(boolean only)
           
 void setPercentMax(byte percentMax)
           
 void setPercentMin(byte percentMin)
           
 void setReversed(boolean rev)
           
 void setThresholdMax(DataBarThreshold thresholdMax)
           
 void setThresholdMin(DataBarThreshold thresholdMin)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

getDataLength

public int getDataLength()

serialize

public void serialize(LittleEndianOutput out)