com.aspose.xps

Class XpsTilingBrush

    • Method Detail

      • getViewbox

        public Rectangle2D getViewbox()

        Returns the region of the source content of the brush that is to be mapped to the viewport.

        Returns:
        The region of the source content of the brush that is to be mapped to the viewport.
      • setViewbox

        public void setViewbox(Rectangle2D value)

        Sets the region of the source content of the brush that is to be mapped to the viewport.

        Parameters:
        value - The region of the source content of the brush that is to be mapped to the viewport.
      • getViewport

        public Rectangle2D getViewport()

        Returns the position and dimensions of the first brush tile. Subsequent tiles are positioned relative to this tile, as specified by the tile mode.

        Returns:
        The position and dimensions of the first brush tile.
      • setViewport

        public void setViewport(Rectangle2D value)

        Sets the position and dimensions of the first brush tile. Subsequent tiles are positioned relative to this tile, as specified by the tile mode.

        Parameters:
        value - The position and dimensions of the first brush tile.
      • getTileMode

        public XpsTileMode getTileMode()

        Returns value specifying how tiling is performed in the filled geometry.

        Returns:
        Value specifying how tiling is performed in the filled geometry.
      • setTileMode

        public void setTileMode(XpsTileMode value)

        Sets value specifying how tiling is performed in the filled geometry.

        Parameters:
        value - Value specifying how tiling is performed in the filled geometry.