com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IPatternFormat

  • All Known Implementing Classes:
    PatternFormat


    public interface IPatternFormat

    Represents a pattern to fill a shape.

    • Method Detail

      • getPatternStyle

        byte getPatternStyle()

        Returns or sets the pattern style. Read/write PatternStyle.

      • setPatternStyle

        void setPatternStyle(byte value)

        Returns or sets the pattern style. Read/write PatternStyle.

      • getTileImage

        android.graphics.Bitmap getTileImage(java.lang.Integer background,
                                             java.lang.Integer foreground)

        Creates a tile image for the pattern fill with a specified colors.

        Parameters:
        background - The background Integer for the pattern.
        foreground - The foreground Integer for the pattern.
        Returns:
        Tile Bitmap.
      • getTileImage

        android.graphics.Bitmap getTileImage(java.lang.Integer styleColor)

        Creates a tile image for the pattern fill.

        Parameters:
        styleColor - The default Integer, defined in ShapeEx's StyleEx object. Fill's colors can depend on this.
        Returns:
        Tile Bitmap.