public final class DataBarFormatting
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
DataBarFormatting() |
DataBarFormatting(LittleEndianInput in) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
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(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
public java.lang.Object clone()
clone
in class java.lang.Object
public int getDataLength()
public void serialize(LittleEndianOutput out)
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.