Packages

 

com.aspose.imaging.fileformats.opendocument.objects.brush

Class OdPatternBrush

  • All Implemented Interfaces:
    com.aspose.ms.System.ICloneable


    public class OdPatternBrush
    extends OdBrush

    The open document pattern brush

    See Also:
    OdBrush
    • Constructor Detail

      • OdPatternBrush

        public OdPatternBrush()
    • Method Detail

      • getPattern

        public final byte[] getPattern()

        Gets the pattern.

        Returns:
        the pattern.
      • setPattern

        public final void setPattern(byte[] value)

        Sets the pattern.

        Parameters:
        value - the pattern.
      • getBrushStyle

        public int getBrushStyle()

        Gets the style.

        Specified by:
        getBrushStyle in class OdBrush
        Returns:
        the style.
      • deepClone

        public Object deepClone()

        Clone this instance.

        Specified by:
        deepClone in interface com.aspose.ms.System.ICloneable
        Specified by:
        deepClone in class OdBrush
        Returns:
        The return new instance of source brush