Packages

 

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

Class CadHatchPatternData

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


  • public class CadHatchPatternData
    extends Object

    Cad hatch pattern class

    • Constructor Detail

      • CadHatchPatternData

        public CadHatchPatternData()

        Initializes a new instance of the CadHatchPatternData class.

    • Method Detail

      • getDashLengthCount

        public final short getDashLengthCount()

        Gets or sets the dash length count.

        Returns:
        The dash length count.
      • setDashLengthCount

        public final void setDashLengthCount(short value)

        Gets or sets the dash length count.

        Parameters:
        value - The dash length count.
      • getDashLengths

        public final List<Double> getDashLengths()

        Gets or sets the dash lengths.

        Returns:
        The dash lengths.
      • setDashLengths

        public final void setDashLengths(List<Double> value)

        Gets or sets the dash lengths.

        Parameters:
        value - The dash lengths.
      • getLineAngle

        public final double getLineAngle()

        Gets or sets the line angle.

        Returns:
        The line angle.
      • setLineAngle

        public final void setLineAngle(double value)

        Gets or sets the line angle.

        Parameters:
        value - The line angle.
      • getLineBasePoint

        public final Cad2DPoint getLineBasePoint()

        Gets or sets the line base point.

        Returns:
        The line base point.
      • setLineBasePoint

        public final void setLineBasePoint(Cad2DPoint value)

        Gets or sets the line base point.

        Parameters:
        value - The line base point.
      • getLineOffset

        public final Cad2DPoint getLineOffset()

        Gets or sets the line offset.

        Returns:
        The line offset.
      • setLineOffset

        public final void setLineOffset(Cad2DPoint value)

        Gets or sets the line offset.

        Parameters:
        value - The line offset.