com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class PatternFormat

    • Method Detail

      • getTileImage

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

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

        Specified by:
        getTileImage in interface IPatternFormat
        Parameters:
        background - The background Integer for the pattern.
        foreground - The foreground Integer for the pattern.
        Returns:
        Tile Bitmap.
      • getTileImage

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

        Creates a tile image for the pattern fill.

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