public final class DataBarFormatting extends java.lang.Object implements Duplicatable
Constructor and Description |
---|
DataBarFormatting() |
DataBarFormatting(DataBarFormatting other) |
DataBarFormatting(LittleEndianInput in) |
Modifier and Type | Method and Description |
---|---|
DataBarFormatting |
clone()
Deprecated.
|
DataBarFormatting |
copy() |
ExtendedColor |
getColor() |
int |
getDataLength() |
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() |
public 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.lang.String toString()
toString
in class java.lang.Object
@Deprecated @Removal(version="5.0.0") public DataBarFormatting clone()
clone
in class java.lang.Object
public DataBarFormatting copy()
copy
in interface Duplicatable
public int getDataLength()
public void serialize(LittleEndianOutput out)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.