Package org.apache.poi.hssf.record.cf
Class ColorGradientThreshold
java.lang.Object
org.apache.poi.hssf.record.cf.Threshold
org.apache.poi.hssf.record.cf.ColorGradientThreshold
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
public final class ColorGradientThreshold
extends Threshold
implements org.apache.poi.common.Duplicatable, GenericRecord
Color Gradient / Color Scale specific Threshold / value (CFVO),
for changes in Conditional Formatting
-
Constructor Summary
ConstructorsConstructorDescriptionCreates new Color Gradient Threshold -
Method Summary
Methods inherited from class org.apache.poi.hssf.record.cf.Threshold
getParsedExpression, getType, getValue, setParsedExpression, setType, setType, setValue, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
Constructor Details
-
ColorGradientThreshold
public ColorGradientThreshold() -
ColorGradientThreshold
-
ColorGradientThreshold
Creates new Color Gradient Threshold
-
-
Method Details
-
getPosition
public double getPosition() -
setPosition
public void setPosition(double position) -
getDataLength
public int getDataLength()- Overrides:
getDataLengthin classThreshold
-
copy
-
serialize
-
getGenericProperties
- Specified by:
getGenericPropertiesin interfaceGenericRecord- Overrides:
getGenericPropertiesin classThreshold
-