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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildren, getGenericRecordTypepublic 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
(复制到界面 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
(接口 GenericRecord 中的 getGenericProperties)
getGenericProperties in class
Threshold
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.