public final class ColorGradientThreshold extends Threshold implements Duplicatable
| Constructor and Description |
|---|
ColorGradientThreshold() |
ColorGradientThreshold(ColorGradientThreshold other) |
ColorGradientThreshold(LittleEndianInput in)
Creates new Color Gradient Threshold
|
| Modifier and Type | Method and Description |
|---|---|
ColorGradientThreshold |
clone()
Deprecated.
|
ColorGradientThreshold |
copy() |
int |
getDataLength() |
double |
getPosition() |
void |
serialize(LittleEndianOutput out) |
void |
setPosition(double position) |
getFormula, getParsedExpression, getType, getValue, setParsedExpression, setType, setType, setValue, toStringpublic ColorGradientThreshold()
public ColorGradientThreshold(ColorGradientThreshold other)
public ColorGradientThreshold(LittleEndianInput in)
public double getPosition()
public void setPosition(double position)
public int getDataLength()
getDataLength in class Threshold@Deprecated @Removal(version="5.0.0") public ColorGradientThreshold clone()
clone in class java.lang.Objectpublic ColorGradientThreshold copy()
copy in interface Duplicatablecopy in class Thresholdpublic void serialize(LittleEndianOutput out)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.