Uses of Class
org.apache.poi.hssf.record.cf.DataBarThreshold
-
Packages that use DataBarThreshold Package Description org.apache.poi.hssf.record.cf -
-
Uses of DataBarThreshold in org.apache.poi.hssf.record.cf
Methods in org.apache.poi.hssf.record.cf that return DataBarThreshold Modifier and Type Method Description DataBarThreshold
DataBarThreshold. copy()
DataBarThreshold
DataBarFormatting. getThresholdMax()
DataBarThreshold
DataBarFormatting. getThresholdMin()
Methods in org.apache.poi.hssf.record.cf with parameters of type DataBarThreshold Modifier and Type Method Description void
DataBarFormatting. setThresholdMax(DataBarThreshold thresholdMax)
void
DataBarFormatting. setThresholdMin(DataBarThreshold thresholdMin)
Constructors in org.apache.poi.hssf.record.cf with parameters of type DataBarThreshold Constructor Description DataBarThreshold(DataBarThreshold other)
-