public final class ColorGradientThreshold extends Threshold implements Duplicatable, GenericRecord
Constructor and Description |
---|
ColorGradientThreshold() |
ColorGradientThreshold(ColorGradientThreshold other) |
ColorGradientThreshold(LittleEndianInput in)
Creates new Color Gradient Threshold
|
Modifier and Type | Method and Description |
---|---|
ColorGradientThreshold |
copy() |
int |
getDataLength() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
double |
getPosition() |
void |
serialize(LittleEndianOutput out) |
void |
setPosition(double position) |
getFormula, getParsedExpression, getType, getValue, setParsedExpression, setType, setType, setValue, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren, getGenericRecordType
public ColorGradientThreshold()
public ColorGradientThreshold(ColorGradientThreshold other)
public ColorGradientThreshold(LittleEndianInput in)
public double getPosition()
public void setPosition(double position)
public int getDataLength()
getDataLength
in class Threshold
public ColorGradientThreshold copy()
copy
in interface Duplicatable
copy
in class Threshold
public void serialize(LittleEndianOutput out)
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
getGenericProperties
in class Threshold
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.