Package org.apache.poi.hssf.record.cf
Class DataBarFormatting
java.lang.Object
org.apache.poi.hssf.record.cf.DataBarFormatting
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
public final class DataBarFormatting
extends Object
implements org.apache.poi.common.Duplicatable, GenericRecord
Data Bar Conditional Formatting Rule Record.
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptioncopy()getColor()intbytebytebooleanbooleanvoidvoidsetColor(ExtendedColor color) voidsetIconOnly(boolean only) voidsetPercentMax(byte percentMax) voidsetPercentMin(byte percentMin) voidsetReversed(boolean rev) voidsetThresholdMax(DataBarThreshold thresholdMax) voidsetThresholdMin(DataBarThreshold thresholdMin) toString()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
Constructor Details
-
DataBarFormatting
public DataBarFormatting() -
DataBarFormatting
-
DataBarFormatting
-
-
Method Details
-
isIconOnly
public boolean isIconOnly() -
setIconOnly
public void setIconOnly(boolean only) -
isReversed
public boolean isReversed() -
setReversed
public void setReversed(boolean rev) -
getPercentMin
public byte getPercentMin() -
setPercentMin
public void setPercentMin(byte percentMin) -
getPercentMax
public byte getPercentMax() -
setPercentMax
public void setPercentMax(byte percentMax) -
getColor
-
setColor
-
getThresholdMin
-
setThresholdMin
-
getThresholdMax
-
setThresholdMax
-
getGenericProperties
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
toString
-
copy
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable
-
getDataLength
public int getDataLength() -
serialize
-