Packages

 

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

Class OdSolidBrush

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


    public class OdSolidBrush
    extends OdBrush

    The open document solid brush

    See Also:
    OdBrush
    • Constructor Detail

      • OdSolidBrush

        public OdSolidBrush()
    • Method Detail

      • getBrushStyle

        public int getBrushStyle()

        Gets the style.

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

        public final int getArgb32Color()

        Gets the color of the argb32.

        Returns:
        the color of the argb32.
      • setArgb32Color

        public final void setArgb32Color(int value)

        Sets the color of the argb32.

        Parameters:
        value - the color of the argb32.
      • 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