Class ImmutableFillImpl

    • Constructor Detail

      • ImmutableFillImpl

        public ImmutableFillImpl​(SFill.FillPattern pattern,
                                 java.lang.String fgColor,
                                 java.lang.String bgColor)
    • Method Detail

      • getFillPatternBytes

        public static byte[] getFillPatternBytes​(ImmutableFillImpl style,
                                                 int xOffset,
                                                 int yOffset,
                                                 int width,
                                                 int height)
      • getFillColor

        public SColor getFillColor()
      • setFillColor

        public void setFillColor​(SColor fillColor)
      • getBackColor

        public SColor getBackColor()
      • setBackColor

        public void setBackColor​(SColor backColor)
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getFillPatternHtml

        public java.lang.String getFillPatternHtml()