Uses of Class
com.aspose.xps.XpsBrush

  • Packages that use XpsBrush 
    Package Description
    com.aspose.xps  
    • Uses of XpsBrush in com.aspose.xps

      Subclasses of XpsBrush in com.aspose.xps 
      Modifier and Type Class and Description
      class  XpsGradientBrush
      Class incapsulating common features of LinerGradientBrush and RadialGradientBrush elements.
      class  XpsImageBrush
      Class incapsulating ImageBrush property element features.
      class  XpsLinearGradientBrush
      Class incapsulating LinearGradientBrush property element features.
      class  XpsRadialGradientBrush
      Class incapsulating RadialGradientBrush property element features.
      class  XpsSolidColorBrush
      Class incapsulating SolidColorBrush property element features.
      class  XpsTilingBrush
      Class incapsulating common features of tiling brushes elements (VisualBrush and ImageBrush).
      class  XpsTransformableBrush
      Class incapsulating common features of transformable brushes elements (all except SolidColorBrush).
      class  XpsVisualBrush
      Class incapsulating VisualBrush property element features.
      Methods in com.aspose.xps that return XpsBrush 
      Modifier and Type Method and Description
      XpsBrush XpsGlyphs.getFill()
      Returns the brush used to fill the shape of the rendered glyphs.
      XpsBrush XpsPath.getFill()
      Returns the brush used to paint the geometry specified by the Data property of the path.
      XpsBrush XpsCanvas.getOpacityMask()
      Returns the brush specifying a mask of alpha values that is applied to the canvas in the same fashion as the Opacity attribute, but allowing different alpha values for different areas of the element.
      XpsBrush XpsGlyphs.getOpacityMask()
      Returns the brush specifying a mask of alpha values that is applied to the glyphs in the same fashion as the Opacity attribute, but allowing different alpha values for different areas of the element.
      XpsBrush XpsPath.getOpacityMask()
      Returns the brush specifying a mask of alpha values that is applied to the path in the same fashion as the Opacity attribute, but allowing different alpha values for different areas of the element.
      XpsBrush XpsPath.getStroke()
      Returns the brush used to draw the stroke.
      Methods in com.aspose.xps with parameters of type XpsBrush 
      Modifier and Type Method and Description
      void XpsGlyphs.setFill(XpsBrush value)
      Sets the brush used to fill the shape of the rendered glyphs.
      void XpsPath.setFill(XpsBrush value)
      Sets the brush used to paint the geometry specified by the Data property of the path.
      void XpsCanvas.setOpacityMask(XpsBrush value)
      Sets the brush specifying a mask of alpha values that is applied to the canvas in the same fashion as the Opacity attribute, but allowing different alpha values for different areas of the element.
      void XpsGlyphs.setOpacityMask(XpsBrush value)
      Sets the brush specifying a mask of alpha values that is applied to the glyphs in the same fashion as the Opacity attribute, but allowing different alpha values for different areas of the element.
      void XpsPath.setOpacityMask(XpsBrush value)
      Sets the brush specifying a mask of alpha values that is applied to the path in the same fashion as the Opacity attribute, but allowing different alpha values for different areas of the element.
      void XpsPath.setStroke(XpsBrush value)
      Sets the brush used to draw the stroke.