Packages

 

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

Class CadMLineStyleElement

  • java.lang.Object
    • com.aspose.cad.fileformats.cad.cadobjects.mlinestyleobject.CadMLineStyleElement


  • public class CadMLineStyleElement
    extends Object

    The CadMLineStyleElement data

    • Constructor Detail

      • CadMLineStyleElement

        public CadMLineStyleElement()
    • Method Detail

      • getElementLinetype

        public final String getElementLinetype()

        Gets or sets the element linetype.

        Returns:
        The element linetype.
      • setElementLinetype

        public final void setElementLinetype(String value)

        Gets or sets the element linetype.

        Parameters:
        value - The element linetype.
      • getElementColor

        public final short getElementColor()

        Gets or sets the color of the element.

        Returns:
        The color of the element.
      • setElementColor

        public final void setElementColor(short value)

        Gets or sets the color of the element.

        Parameters:
        value - The color of the element.
      • getElementOffset

        public final double getElementOffset()

        Gets or sets the element offset.

        Returns:
        The element offset.
      • setElementOffset

        public final void setElementOffset(double value)

        Gets or sets the element offset.

        Parameters:
        value - The element offset.