Class DataBarFormatting

java.lang.Object
org.apache.poi.hssf.record.cf.DataBarFormatting
All Implemented Interfaces:
Cloneable

public final class DataBarFormatting extends Object implements Cloneable
Data Bar Conditional Formatting Rule Record.
  • Constructor Details

    • DataBarFormatting

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

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

      public Object clone()
      Overrides:
      clone in class Object
    • getDataLength

      public int getDataLength()
    • serialize

      public void serialize(LittleEndianOutput out)