public final class DataBarFormatting extends java.lang.Object implements Duplicatable, GenericRecord
| Constructor and Description |
|---|
DataBarFormatting() |
DataBarFormatting(DataBarFormatting other) |
DataBarFormatting(LittleEndianInput in) |
| Modifier and Type | Method and Description |
|---|---|
DataBarFormatting |
copy() |
ExtendedColor |
getColor() |
int |
getDataLength() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
byte |
getPercentMax() |
byte |
getPercentMin() |
DataBarThreshold |
getThresholdMax() |
DataBarThreshold |
getThresholdMin() |
boolean |
isIconOnly() |
boolean |
isReversed() |
void |
serialize(LittleEndianOutput out) |
void |
setColor(ExtendedColor color) |
void |
setIconOnly(boolean only) |
void |
setPercentMax(byte percentMax) |
void |
setPercentMin(byte percentMin) |
void |
setReversed(boolean rev) |
void |
setThresholdMax(DataBarThreshold thresholdMax) |
void |
setThresholdMin(DataBarThreshold thresholdMin) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildren, getGenericRecordTypepublic DataBarFormatting()
public DataBarFormatting(DataBarFormatting other)
public DataBarFormatting(LittleEndianInput in)
public boolean isIconOnly()
public void setIconOnly(boolean only)
public boolean isReversed()
public void setReversed(boolean rev)
public byte getPercentMin()
public void setPercentMin(byte percentMin)
public byte getPercentMax()
public void setPercentMax(byte percentMax)
public ExtendedColor getColor()
public void setColor(ExtendedColor color)
public DataBarThreshold getThresholdMin()
public void setThresholdMin(DataBarThreshold thresholdMin)
public DataBarThreshold getThresholdMax()
public void setThresholdMax(DataBarThreshold thresholdMax)
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecordpublic java.lang.String toString()
toString in class java.lang.Objectpublic DataBarFormatting copy()
copy in interface Duplicatablepublic int getDataLength()
public void serialize(LittleEndianOutput out)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.