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 Details

    • DataBarFormatting

      public DataBarFormatting()
    • DataBarFormatting

      public DataBarFormatting(DataBarFormatting other)
    • DataBarFormatting

      public DataBarFormatting(LittleEndianInput in)
  • 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

      public ExtendedColor getColor()
    • setColor

      public void setColor(ExtendedColor color)
    • getThresholdMin

      public DataBarThreshold getThresholdMin()
    • setThresholdMin

      public void setThresholdMin(DataBarThreshold thresholdMin)
    • getThresholdMax

      public DataBarThreshold getThresholdMax()
    • setThresholdMax

      public void setThresholdMax(DataBarThreshold thresholdMax)
    • getGenericProperties

      public Map<String,Supplier<?>> getGenericProperties()
      Specified by:
      getGenericProperties in interface GenericRecord
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • copy

      public DataBarFormatting copy()
      Specified by:
      copy in interface org.apache.poi.common.Duplicatable
    • getDataLength

      public int getDataLength()
    • serialize

      public void serialize(LittleEndianOutput out)