Packages

 

com.aspose.cad.fileformats.cad.cadobjects.hatch

Class CadPolylineBoundaryPath

  • java.lang.Object
    • com.aspose.cad.fileformats.cad.cadobjects.hatch.CadPolylineBoundaryPath
    • Constructor Detail

      • CadPolylineBoundaryPath

        public CadPolylineBoundaryPath()
    • Method Detail

      • hasBugle

        public final boolean hasBugle()

        Gets or sets a value indicating whether has bugle.

      • setBugle

        public final void setBugle(boolean value)

        Gets or sets a value indicating whether has bugle.

      • isClosed

        public final boolean isClosed()

        Gets or sets a value indicating whether is closed.

      • setClosed

        public final void setClosed(boolean value)

        Gets or sets a value indicating whether is closed.

      • getMaxArrayLen

        public final int getMaxArrayLen()

        Gets or sets the max array len.

      • setMaxArrayLen

        public final void setMaxArrayLen(int value)

        Gets or sets the max array len.

      • getVertices

        public final List<Point2D> getVertices()

        Gets list of vertices.

      • setVertices

        public final void setVertices(List<Point2D> value)

        Gets list of vertices.

      • getBugles

        public final List<Double> getBugles()

        Gets list of bugles.

      • setBugles

        public final void setBugles(List<Double> value)

        Gets list of bugles.