Class DataBarFormatting

  • All Implemented Interfaces:
    java.lang.Cloneable

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

      • DataBarFormatting

        public DataBarFormatting()
    • Method Detail

      • 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)
      • setThresholdMin

        public void setThresholdMin​(DataBarThreshold thresholdMin)
      • setThresholdMax

        public void setThresholdMax​(DataBarThreshold thresholdMax)
      • toString

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

        public java.lang.Object clone()
      • getDataLength

        public int getDataLength()