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()

        Initializes a new instance of the CadMLineStyleElement class.

    • Method Detail

      • getElementLinetype

        public CadStringParameter getElementLinetype()

        Gets or sets the element linetype.

        Returns:
        The element linetype.
      • setElementLinetype

        public void setElementLinetype(CadStringParameter value)

        Gets or sets the element linetype.

        Parameters:
        value - The element linetype.
      • getElementColor

        public CadShortParameter getElementColor()

        Gets or sets the color of the element.

        Returns:
        The color of the element.
      • setElementColor

        public void setElementColor(CadShortParameter value)

        Gets or sets the color of the element.

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

        public CadDoubleParameter getElementOffset()

        Gets or sets the element offset.

        Returns:
        The element offset.
      • setElementOffset

        public void setElementOffset(CadDoubleParameter value)

        Gets or sets the element offset.

        Parameters:
        value - The element offset.