Packages

 

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

Class CadHatch

    • Constructor Detail

      • CadHatch

        public CadHatch()

        Initializes a new instance of the CadHatch class.

    • Method Detail

      • getReservedForFutureValues

        public List<CadReservedForFutureValues> getReservedForFutureValues()

        Gets or sets the reserved for future.

        Returns:
        The reserved for future.
      • setReservedForFutureValues

        public void setReservedForFutureValues(List<CadReservedForFutureValues> value)

        Gets or sets the reserved for future.

        Parameters:
        value - The reserved for future.
      • getHatchString

        public String getHatchString()

        Gets or sets the hatch string.

        Returns:
        The hatch string.
      • setHatchString

        public void setHatchString(String value)

        Gets or sets the hatch string.

        Parameters:
        value - The hatch string.
      • getZeroIsReserved

        public int getZeroIsReserved()

        Gets or sets the zero is reserved.

        Returns:
        The zero is reserved.
      • setZeroIsReserved

        public void setZeroIsReserved(int value)

        Gets or sets the zero is reserved.

        Parameters:
        value - The zero is reserved.
      • getAssociativeFlag

        public short getAssociativeFlag()

        Gets or sets the associative flag.

      • setAssociativeFlag

        public void setAssociativeFlag(short value)

        Gets or sets the associative flag.

      • getBoundaryAnnotation

        public short getBoundaryAnnotation()

        Gets or sets the boundary annotation.

      • setBoundaryAnnotation

        public void setBoundaryAnnotation(short value)

        Gets or sets the boundary annotation.

      • setBoundaryPaths

        public void setBoundaryPaths(List<CadHatchBoundaryPathContainer> value)

        Gets or sets the boundary paths.

        Parameters:
        value - The boundary paths.
      • getElevation

        public Cad3DPoint getElevation()

        Gets or sets the elevation.

      • setElevation

        public void setElevation(Cad3DPoint value)

        Gets or sets the elevation.

      • getGradientColorTint

        public double getGradientColorTint()

        Gets or sets the gradient color tint.

        Returns:
        The gradient color tint.
      • setGradientColorTint

        public void setGradientColorTint(double value)

        Gets or sets the gradient color tint.

        Parameters:
        value - The gradient color tint.
      • getGradientColorsType

        public int getGradientColorsType()

        Gets or sets the gradient colors type.

      • setGradientColorsType

        public void setGradientColorsType(int value)

        Gets or sets the gradient colors type.

      • getGradientDefinition

        public double getGradientDefinition()

        Gets or sets the gradient definition.

      • setGradientDefinition

        public void setGradientDefinition(double value)

        Gets or sets the gradient definition.

      • getGradientRotationAngle

        public double getGradientRotationAngle()

        Gets or sets the gradient rotation angle.

      • setGradientRotationAngle

        public void setGradientRotationAngle(double value)

        Gets or sets the gradient rotation angle.

      • getGradientType

        public int getGradientType()

        Gets or sets the gradient type.

      • setGradientType

        public void setGradientType(int value)

        Gets or sets the gradient type.

      • getHatchAngle

        public double getHatchAngle()

        Gets or sets the hatch angle.

      • setHatchAngle

        public void setHatchAngle(double value)

        Gets or sets the hatch angle.

      • getHatchPatternDoubleFlag

        public short getHatchPatternDoubleFlag()

        Gets or sets the hatch pattern double flag.

      • setHatchPatternDoubleFlag

        public void setHatchPatternDoubleFlag(short value)

        Gets or sets the hatch pattern double flag.

      • getHatchPatternType

        public short getHatchPatternType()

        Gets or sets the hatch pattern type.

      • setHatchPatternType

        public void setHatchPatternType(short value)

        Gets or sets the hatch pattern type.

      • getHatchScaleOrSpacing

        public double getHatchScaleOrSpacing()

        Gets or sets the hatch scale or spacing.

      • setHatchScaleOrSpacing

        public void setHatchScaleOrSpacing(double value)

        Gets or sets the hatch scale or spacing.

      • getHatchStyle

        public short getHatchStyle()

        Gets or sets the hatch style.

      • setHatchStyle

        public void setHatchStyle(short value)

        Gets or sets the hatch style.

      • getIgnoredBoundaries

        public int getIgnoredBoundaries()

        Gets or sets the ignored boundaries.

      • setIgnoredBoundaries

        public void setIgnoredBoundaries(int value)

        Gets or sets the ignored boundaries.

      • getNumberOfBoundaries

        public int getNumberOfBoundaries()

        Gets or sets the number of boundaries.

      • setNumberOfBoundaries

        public void setNumberOfBoundaries(int value)

        Gets or sets the number of boundaries.

      • getNumberOfPatternDefinitions

        public short getNumberOfPatternDefinitions()

        Gets or sets the number of pattern definitions.

      • setNumberOfPatternDefinitions

        public void setNumberOfPatternDefinitions(short value)

        Gets or sets the number of pattern definitions.

      • getNumberOfSeedPoints

        public CadIntParameter getNumberOfSeedPoints()

        Gets or sets the number of seed points.

      • setNumberOfSeedPoints

        public void setNumberOfSeedPoints(CadIntParameter value)

        Gets or sets the number of seed points.

      • getOffsetVector

        public double getOffsetVector()

        Gets or sets the offset vector.

      • setOffsetVector

        public void setOffsetVector(double value)

        Gets or sets the offset vector.

      • getPatternFillColor

        public short getPatternFillColor()

        Gets or sets the pattern fill color.

      • setPatternFillColor

        public void setPatternFillColor(short value)

        Gets or sets the pattern fill color.

      • getPatternName

        public String getPatternName()

        Gets or sets the pattern name.

      • setPatternName

        public void setPatternName(String value)

        Gets or sets the pattern name.

      • getPixelSize

        public double getPixelSize()

        Gets or sets the pixel size.

      • setPixelSize

        public void setPixelSize(double value)

        Gets or sets the pixel size.

      • getSeedPoints

        public List<Cad2DPoint> getSeedPoints()

        Gets or sets the seed points.

      • setSeedPoints

        public void setSeedPoints(List<Cad2DPoint> value)

        Gets or sets the seed points.

      • getSolidFillFlag

        public short getSolidFillFlag()

        Gets or sets the solid fill flag.

      • setSolidFillFlag

        public void setSolidFillFlag(short value)

        Gets or sets the solid fill flag.

      • getSolidOrGradient

        public int getSolidOrGradient()

        Gets or sets the solid or gradient.

      • setSolidOrGradient

        public void setSolidOrGradient(int value)

        Gets or sets the solid or gradient.

      • getPatternDefinitions

        public List<CadHatchPatternData> getPatternDefinitions()

        Gets or sets the pattern definitions.

      • setPatternDefinitions

        public void setPatternDefinitions(List<CadHatchPatternData> value)

        Gets or sets the pattern definitions.