Packages

 

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

Class CadHatchBoundaryPathContainer

  • java.lang.Object
    • com.aspose.cad.fileformats.cad.cadobjects.hatch.CadHatchBoundaryPathContainer


  • public class CadHatchBoundaryPathContainer
    extends Object

    Boundary for hatch

    • Constructor Detail

    • Method Detail

      • getBoundaryPath

        public final List<ICadBoundaryPath> getBoundaryPath()

        Gets or sets the boundary path.

      • setBoundaryPath

        public final void setBoundaryPath(List<ICadBoundaryPath> value)

        Gets or sets the boundary path.

      • getBoundaryObjectCount

        public final int getBoundaryObjectCount()

        Gets or sets the boundary object count.

      • setBoundaryObjectCount

        public final void setBoundaryObjectCount(int value)

        Gets or sets the boundary object count.

      • getSourceBoundaryObjects

        public final List<String> getSourceBoundaryObjects()

        Gets or sets the source boundary objects.

        Returns:
        The source boundary objects.
      • setSourceBoundaryObjects

        public final void setSourceBoundaryObjects(List<String> value)

        Gets or sets the source boundary objects.

        Parameters:
        value - The source boundary objects.
      • getPathType

        public final int getPathType()

        Gets or sets the path type.

      • setPathType

        public final void setPathType(int value)

        Gets or sets the path type.