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

java.lang.Object
  extended by org.apache.poi.hssf.record.cf.Threshold
      extended by org.apache.poi.hssf.record.cf.ColorGradientThreshold
All Implemented Interfaces:
java.lang.Cloneable

public final class ColorGradientThreshold
extends Threshold
implements java.lang.Cloneable

Color Gradient / Color Scale specific Threshold / value (CFVO), for changes in Conditional Formatting


Constructor Summary
ColorGradientThreshold()
           
ColorGradientThreshold(LittleEndianInput in)
          Creates new Color Gradient Threshold
 
Method Summary
 ColorGradientThreshold clone()
           
 int getDataLength()
           
 double getPosition()
           
 void serialize(LittleEndianOutput out)
           
 void setPosition(double position)
           
 
Methods inherited from class org.apache.poi.hssf.record.cf.Threshold
copyTo, getFormula, getParsedExpression, getType, getValue, setParsedExpression, setType, setType, setValue, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColorGradientThreshold

public ColorGradientThreshold()

ColorGradientThreshold

public ColorGradientThreshold(LittleEndianInput in)
Creates new Color Gradient Threshold

Method Detail

getPosition

public double getPosition()

setPosition

public void setPosition(double position)

getDataLength

public int getDataLength()
Overrides:
getDataLength in class Threshold

clone

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

serialize

public void serialize(LittleEndianOutput out)
Overrides:
serialize in class Threshold