com.aspose.xps

Class XpsSolidColorBrush

  • All Implemented Interfaces:
    Iterable<XpsElement>


    public final class XpsSolidColorBrush
    extends XpsBrush

    Class incapsulating SolidColorBrush property element features. This element is used to fill defined geometric regions with a solid color.

    • Method Detail

      • getColor

        public XpsColor getColor()

        Returns the color for filled elements.

        Returns:
        The color for filled elements.
      • setColor

        public void setColor(XpsColor value)

        Sets the color for filled elements.

        Parameters:
        value - The color for filled elements.
      • deepClone

        public XpsSolidColorBrush deepClone()

        Clones this solid color brush.

        Returns:
        Clone of this solid color brush.