com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IPatternFormatEffectiveData

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.Integer getBackColor()
      Returns the background pattern color.
      java.lang.Integer getForeColor()
      Returns the foreground pattern color.
      byte getPatternStyle()
      Returns the pattern style.
      android.graphics.Bitmap getTileImage(java.lang.Integer background, java.lang.Integer foreground)
      Creates a tile image for the pattern fill with a specified colors.
    • Method Detail

      • getPatternStyle

        byte getPatternStyle()

        Returns the pattern style. Read-only PatternStyle.

      • getForeColor

        java.lang.Integer getForeColor()

        Returns the foreground pattern color. Read-only Integer.

      • getBackColor

        java.lang.Integer getBackColor()

        Returns the background pattern color. Read-only Integer.

      • 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.