Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadLwPolyline

    • Constructor Detail

      • CadLwPolyline

        public CadLwPolyline()

        Initializes a new instance of the CadLwPolyline class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

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

        public final List<Cad2DPoint> getCoordinates()

        Gets or sets the coordinates.

        Returns:
        The coordinates.
      • setCoordinates

        public final void setCoordinates(List<Cad2DPoint> value)

        Gets or sets the coordinates.

        Parameters:
        value - The coordinates.
      • getElevation

        public final double getElevation()

        Gets or sets the elevation.

        Returns:
        The elevation.
      • setElevation

        public final void setElevation(double value)

        Gets or sets the elevation.

        Parameters:
        value - The elevation.
      • getConstantWidth

        public final double getConstantWidth()

        Gets or sets the Constant Width.

        Returns:
        The Constant Width.
      • setConstantWidth

        public final void setConstantWidth(double value)

        Gets or sets the Constant Width.

        Parameters:
        value - The Constant Width.
      • getEndWidth

        public final List<Double> getEndWidth()

        Gets or sets the end width.

        Returns:
        The end width.
      • setEndWidth

        public final void setEndWidth(List<Double> value)

        Gets or sets the end width.

        Parameters:
        value - The end width.
      • getBugle

        public final List<Double> getBugle()

        Gets or sets the bugle.

        Returns:
        The bugle.
      • setBugle

        public final void setBugle(List<Double> value)

        Gets or sets the bugle.

        Parameters:
        value - The bugle.
      • getVertexIds

        public final List<Integer> getVertexIds()

        Gets or sets the vertex ids.

        Value: The vertex ids.
      • setVertexIds

        public final void setVertexIds(List<Integer> value)

        Gets or sets the vertex ids.

        Value: The vertex ids.
      • getFlag

        public final short getFlag()

        Gets or sets the flag.

        Returns:
        The flag.
      • setFlag

        public final void setFlag(short value)

        Gets or sets the flag.

        Parameters:
        value - The flag.
      • getStartWidth

        public final List<Double> getStartWidth()

        Gets or sets the start width.

        Returns:
        The start width.
      • setStartWidth

        public final void setStartWidth(List<Double> value)

        Gets or sets the start width.

        Parameters:
        value - The start width.
      • getThickness

        public final double getThickness()

        Gets or sets the Thickness

        Returns:
        The Thickness.
      • setThickness

        public final void setThickness(double value)

        Gets or sets the Thickness

        Parameters:
        value - The Thickness.
      • getPointCount

        public final int getPointCount()

        Gets or sets the PointCount

        Returns:
        The count of points.
      • setPointCount

        public final void setPointCount(int value)

        Gets or sets the PointCount

        Parameters:
        value - The count of points.