Packages

 

com.aspose.cad.fileformats.cad.cadobjects.mlinestyleobject

Class CadMLineStyleObject

    • Constructor Detail

      • CadMLineStyleObject

        public CadMLineStyleObject()

        Initializes a new instance of the CadMLineStyleObject class.

    • Method Detail

      • getStyleName

        public final String getStyleName()

        Gets or sets the name of the style.

        Returns:
        The name of the style.
      • setStyleName

        public final void setStyleName(String value)

        Gets or sets the name of the style.

        Parameters:
        value - The name of the style.
      • getFlags

        public final short getFlags()

        Gets or sets the flags.

        Returns:
        The flags.
      • setFlags

        public final void setFlags(short value)

        Gets or sets the flags.

        Parameters:
        value - The flags.
      • getStyleDescription

        public final String getStyleDescription()

        Gets or sets the style description.

        Returns:
        The style description.
      • setStyleDescription

        public final void setStyleDescription(String value)

        Gets or sets the style description.

        Parameters:
        value - The style description.
      • getFillColor

        public final Short getFillColor()

        Gets or sets the color of the fill.

        Returns:
        The color of the fill.
      • setFillColor

        public final void setFillColor(Short value)

        Gets or sets the color of the fill.

        Parameters:
        value - The color of the fill.
      • getStartAngle

        public final Double getStartAngle()

        Gets or sets the start angle.

        Returns:
        The start angle.
      • setStartAngle

        public final void setStartAngle(Double value)

        Gets or sets the start angle.

        Parameters:
        value - The start angle.
      • getEndAngle

        public final Double getEndAngle()

        Gets or sets the end angle.

        Returns:
        The end angle.
      • setEndAngle

        public final void setEndAngle(Double value)

        Gets or sets the end angle.

        Parameters:
        value - The end angle.
      • getElementsNumber

        public final short getElementsNumber()

        Gets or sets the elements number.

        Returns:
        The elements number.
      • setElementsNumber

        public final void setElementsNumber(short value)

        Gets or sets the elements number.

        Parameters:
        value - The elements number.
      • getMLineStyleElements

        public final List<CadMLineStyleElement> getMLineStyleElements()

        Gets or sets the m line style elements.

        Returns:
        The m line style elements.
      • setMLineStyleElements

        public final void setMLineStyleElements(List<CadMLineStyleElement> value)

        Gets or sets the m line style elements.

        Parameters:
        value - The m line style elements.