Packages

 

com.aspose.imaging.fileformats.cdr.types

Class CdrImageFill



  • public class CdrImageFill
    extends Object

    The cdr image fill

    • Constructor Detail

      • CdrImageFill

        public CdrImageFill(int id,
                            double width,
                            double height,
                            boolean isRelative,
                            double xOffset,
                            double yOffset,
                            double rpcOffset,
                            byte flags)

        Initializes a new instance of the CdrImageFill class.

        Parameters:
        id - The identifier.
        width - The width.
        height - The height.
        isRelative - if set to true [is relative].
        xOffset - The x offset.
        yOffset - The y offset.
        rpcOffset - The RPC offset.
        flags - The flags.
    • Method Detail

      • getId

        public final int getId()

        Gets the identifier.

        Returns:
        the identifier.
      • setId

        public final void setId(int value)

        Sets the identifier.

        Parameters:
        value - the identifier.
      • getWidth

        public final double getWidth()

        Gets the width.

        Returns:
        the width.
      • setWidth

        public final void setWidth(double value)

        Sets the width.

        Parameters:
        value - the width.
      • getHeight

        public final double getHeight()

        Gets the height.

        Returns:
        the height.
      • setHeight

        public final void setHeight(double value)

        Sets the height.

        Parameters:
        value - the height.
      • isRelative

        public final boolean isRelative()

        Gets a value indicating whether this instance is relative.

      • setRelative

        public final void setRelative(boolean value)

        Sets a value indicating whether this instance is relative.

        Parameters:
        value - a value indicating whether this instance is relative.
      • getXOffset

        public final double getXOffset()

        Gets the x offset.

        Returns:
        the x offset.
      • setXOffset

        public final void setXOffset(double value)

        Sets the x offset.

        Parameters:
        value - the x offset.
      • getYOffset

        public final double getYOffset()

        Gets the y offset.

        Returns:
        the y offset.
      • setYOffset

        public final void setYOffset(double value)

        Sets the y offset.

        Parameters:
        value - the y offset.
      • getRcpOffset

        public final double getRcpOffset()

        Gets the RCP offset.

        Returns:
        the RCP offset.
      • setRcpOffset

        public final void setRcpOffset(double value)

        Sets the RCP offset.

        Parameters:
        value - the RCP offset.
      • getFlags

        public final byte getFlags()

        Gets the flags.

        Returns:
        the flags.
      • setFlags

        public final void setFlags(byte value)

        Sets the flags.

        Parameters:
        value - the flags.