Class FillImpl

    • Field Detail

      • _fillColor

        protected SColor _fillColor
        Deprecated.
      • _backColor

        protected SColor _backColor
        Deprecated.
      • _patternHtml

        protected String _patternHtml
        Deprecated.
      • BLANK_FILL

        public static final SFill BLANK_FILL
        Deprecated.
    • Method Detail

      • setFillColor

        public void setFillColor​(SColor fillColor)
        Deprecated.
      • setBackColor

        public void setBackColor​(SColor backColor)
        Deprecated.
      • setFillPattern

        public void setFillPattern​(SFill.FillPattern fillPattern)
        Deprecated.
      • getFillColor

        public SColor getFillColor()
        Deprecated.
      • getBackColor

        public SColor getBackColor()
        Deprecated.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object other)
        Deprecated.
        Overrides:
        equals in class Object
      • getFillPatternHtml

        public String getFillPatternHtml()
        Deprecated.
      • getFillPatternBytes

        public static byte[] getFillPatternBytes​(SFill style,
                                                 int xOffset,
                                                 int yOffset,
                                                 int width,
                                                 int height)
        Deprecated.