Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadMultiLine

    • Constructor Detail

      • CadMultiLine

        public CadMultiLine()

        Initializes a new instance of the CadMultiLine class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

        Overrides:
        getTypeName in class CadBaseEntity
        Returns:
        The name of the type.
      • getNumberOfStyleElements

        public final short getNumberOfStyleElements()

        Gets or sets the number of style elements.

        Returns:
        The number of style elements.
      • setNumberOfStyleElements

        public final void setNumberOfStyleElements(short value)

        Gets or sets the number of style elements.

        Parameters:
        value - The number of style elements.
      • getVectorBlocks

        public final List<CadMultiLineVectorBlock> getVectorBlocks()

        Gets or sets the vector blocks.

        Returns:
        The vector blocks.
      • setVectorBlocks

        public final void setVectorBlocks(List<CadMultiLineVectorBlock> value)

        Gets or sets the vector blocks.

        Parameters:
        value - The vector blocks.
      • getStartPoint

        public final Cad3DPoint getStartPoint()

        Gets the start point.

      • setStartPoint

        public final void setStartPoint(Cad3DPoint value)

        Gets the start point.

      • getStyleName

        public final String getStyleName()

        Gets or sets the style name.

      • setStyleName

        public final void setStyleName(String value)

        Gets or sets the style name.

      • getFlags

        public final short getFlags()

        Gets or sets flags

      • setFlags

        public final void setFlags(short value)

        Gets or sets flags

      • getScale

        public final double getScale()

        Gets or sets scale

      • setScale

        public final void setScale(double value)

        Gets or sets scale

      • getNumberOfVertices

        public final short getNumberOfVertices()

        Gets or sets the number of vertices.

      • setNumberOfVertices

        public final void setNumberOfVertices(short value)

        Gets or sets the number of vertices.

      • getJustification

        public final short getJustification()

        Gets or sets the justification: 0 = Top; 1 = Zero; 2 = Bottom

      • setJustification

        public final void setJustification(short value)

        Gets or sets the justification: 0 = Top; 1 = Zero; 2 = Bottom