Packages

 

com.aspose.imaging.fileformats.cdr.objects

Class CdrOutline

    • Constructor Detail

      • CdrOutline

        public CdrOutline()
    • Method Detail

      • getLineType

        public final short getLineType()

        Gets the type of the line.

        Returns:
        the type of the line.
      • setLineType

        public final void setLineType(short value)

        Sets the type of the line.

        Parameters:
        value - the type of the line.
      • getCapsType

        public final short getCapsType()

        Gets the type of the caps.

        Returns:
        the type of the caps.
      • setCapsType

        public final void setCapsType(short value)

        Sets the type of the caps.

        Parameters:
        value - the type of the caps.
      • getJoinType

        public final short getJoinType()

        Gets the type of the join.

        Returns:
        the type of the join.
      • setJoinType

        public final void setJoinType(short value)

        Sets the type of the join.

        Parameters:
        value - the type of the join.
      • getLineWidth

        public final double getLineWidth()

        Gets the width of the line.

        Returns:
        the width of the line.
      • setLineWidth

        public final void setLineWidth(double value)

        Sets the width of the line.

        Parameters:
        value - the width of the line.
      • getStretch

        public final double getStretch()

        Gets the stretch.

        Returns:
        the stretch.
      • setStretch

        public final void setStretch(double value)

        Sets the stretch.

        Parameters:
        value - the stretch.
      • getAangle

        public final double getAangle()

        Gets the angle.

        Returns:
        the angle.
      • setAangle

        public final void setAangle(double value)

        Sets the angle.

        Parameters:
        value - the angle.
      • getColor

        public final CdrColor getColor()

        Gets the color.

        Returns:
        the color.
      • setColor

        public final void setColor(CdrColor value)

        Sets the color.

        Parameters:
        value - the color.
      • getDashArray

        public final List<Integer> getDashArray()

        Gets the dash array.

        Returns:
        the dash array.
      • setDashArray

        public final void setDashArray(List<Integer> value)

        Sets the dash array.

        Parameters:
        value - the dash array.
      • getStartMarkerId

        public final int getStartMarkerId()

        Gets the start marker identifier.

        Returns:
        the start marker identifier.
      • setStartMarkerId

        public final void setStartMarkerId(int value)

        Sets the start marker identifier.

        Parameters:
        value - the start marker identifier.
      • getEndMarkerId

        public final int getEndMarkerId()

        Gets the end marker identifier.

        Returns:
        the end marker identifier.
      • setEndMarkerId

        public final void setEndMarkerId(int value)

        Sets the end marker identifier.

        Parameters:
        value - the end marker identifier.