Packages

 

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

Class CadHatch

    • Constructor Detail

      • CadHatch

        public CadHatch()
    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

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

        public final List<CadReservedForFutureValues> getReservedForFutureValues()

        Gets or sets the reserved for future.

        Returns:
        The reserved for future.
      • setReservedForFutureValues

        public final void setReservedForFutureValues(List<CadReservedForFutureValues> value)

        Gets or sets the reserved for future.

        Parameters:
        value - The reserved for future.
      • getHatchString

        public final String getHatchString()

        Gets or sets the hatch string.

        Returns:
        The hatch string.
      • setHatchString

        public final void setHatchString(String value)

        Gets or sets the hatch string.

        Parameters:
        value - The hatch string.
      • getZeroIsReserved

        public final int getZeroIsReserved()

        Gets or sets the zero is reserved.

        Returns:
        The zero is reserved.
      • setZeroIsReserved

        public final void setZeroIsReserved(int value)

        Gets or sets the zero is reserved.

        Parameters:
        value - The zero is reserved.
      • getAssociativeFlag

        public final short getAssociativeFlag()

        Gets or sets the associative flag.

      • setAssociativeFlag

        public final void setAssociativeFlag(short value)

        Gets or sets the associative flag.

      • getBoundaryAnnotation

        public final short getBoundaryAnnotation()

        Gets or sets the boundary annotation.

      • setBoundaryAnnotation

        public final void setBoundaryAnnotation(short value)

        Gets or sets the boundary annotation.

      • setBoundaryPaths

        public final void setBoundaryPaths(List<CadHatchBoundaryPathContainer> value)

        Gets or sets the boundary paths.

        Parameters:
        value - The boundary paths.
      • getElevation

        public final double getElevation()

        Gets or sets the elevation.

      • setElevation

        public final void setElevation(double value)

        Gets or sets the elevation.

      • getGradientColorTint

        public final double getGradientColorTint()

        Gets or sets the gradient color tint.

        Returns:
        The gradient color tint.
      • setGradientColorTint

        public final void setGradientColorTint(double value)

        Gets or sets the gradient color tint.

        Parameters:
        value - The gradient color tint.
      • getGradientColorsType

        public final int getGradientColorsType()

        Gets or sets the gradient colors type.

      • setGradientColorsType

        public final void setGradientColorsType(int value)

        Gets or sets the gradient colors type.

      • getGradientDefinition

        public final double getGradientDefinition()

        Gets or sets the gradient definition.

      • setGradientDefinition

        public final void setGradientDefinition(double value)

        Gets or sets the gradient definition.

      • getGradientRotationAngle

        public final double getGradientRotationAngle()

        Gets or sets the gradient rotation angle.

      • setGradientRotationAngle

        public final void setGradientRotationAngle(double value)

        Gets or sets the gradient rotation angle.

      • getGradientType

        public final int getGradientType()

        Gets or sets the gradient type.

      • setGradientType

        public final void setGradientType(int value)

        Gets or sets the gradient type.

      • getHatchAngle

        public final double getHatchAngle()

        Gets or sets the hatch angle.

      • setHatchAngle

        public final void setHatchAngle(double value)

        Gets or sets the hatch angle.

      • getHatchPatternDoubleFlag

        public final short getHatchPatternDoubleFlag()

        Gets or sets the hatch pattern double flag.

      • setHatchPatternDoubleFlag

        public final void setHatchPatternDoubleFlag(short value)

        Gets or sets the hatch pattern double flag.

      • getHatchPatternType

        public final short getHatchPatternType()

        Gets or sets the hatch pattern type.

      • setHatchPatternType

        public final void setHatchPatternType(short value)

        Gets or sets the hatch pattern type.

      • getHatchScaleOrSpacing

        public final double getHatchScaleOrSpacing()

        Gets or sets the hatch scale or spacing.

      • setHatchScaleOrSpacing

        public final void setHatchScaleOrSpacing(double value)

        Gets or sets the hatch scale or spacing.

      • getHatchStyle

        public final short getHatchStyle()

        Gets or sets the hatch style.

      • setHatchStyle

        public final void setHatchStyle(short value)

        Gets or sets the hatch style.

      • getIgnoredBoundaries

        public final int getIgnoredBoundaries()

        Gets or sets the ignored boundaries.

      • setIgnoredBoundaries

        public final void setIgnoredBoundaries(int value)

        Gets or sets the ignored boundaries.

      • getNumberOfBoundaries

        public final int getNumberOfBoundaries()

        Gets or sets the number of boundaries.

      • setNumberOfBoundaries

        public final void setNumberOfBoundaries(int value)

        Gets or sets the number of boundaries.

      • getNumberOfPatternDefinitions

        public final short getNumberOfPatternDefinitions()

        Gets or sets the number of pattern definitions.

      • setNumberOfPatternDefinitions

        public final void setNumberOfPatternDefinitions(short value)

        Gets or sets the number of pattern definitions.

      • getNumberOfSeedPoints

        public final int getNumberOfSeedPoints()

        Gets or sets the number of seed points.

      • setNumberOfSeedPoints

        public final void setNumberOfSeedPoints(int value)

        Gets or sets the number of seed points.

      • getOffsetVector

        public final double getOffsetVector()

        Gets or sets the offset vector.

      • setOffsetVector

        public final void setOffsetVector(double value)

        Gets or sets the offset vector.

      • getPatternFillColor

        public final short getPatternFillColor()

        Gets or sets the pattern fill color.

      • setPatternFillColor

        public final void setPatternFillColor(short value)

        Gets or sets the pattern fill color.

      • getPatternName

        public final String getPatternName()

        Gets or sets the pattern name.

      • setPatternName

        public final void setPatternName(String value)

        Gets or sets the pattern name.

      • getPixelSize

        public final double getPixelSize()

        Gets or sets the pixel size.

      • setPixelSize

        public final void setPixelSize(double value)

        Gets or sets the pixel size.

      • getSeedPoints

        public final List<Cad2DPoint> getSeedPoints()

        Gets or sets the seed points.

      • setSeedPoints

        public final void setSeedPoints(List<Cad2DPoint> value)

        Gets or sets the seed points.

      • getFitPoints

        public final List<Cad2DPoint> getFitPoints()

        Gets or sets the fit points.

      • setFitPoints

        public final void setFitPoints(List<Cad2DPoint> value)

        Gets or sets the fit points.

      • getStartTangent

        public final Cad2DPoint getStartTangent()

        The Start Tangent

      • setStartTangent

        public final void setStartTangent(Cad2DPoint value)

        The Start Tangent

      • getEndTangent

        public final Cad2DPoint getEndTangent()

        The End Tangent

      • setEndTangent

        public final void setEndTangent(Cad2DPoint value)

        The End Tangent

      • getSolidFillFlag

        public final short getSolidFillFlag()

        Gets or sets the solid fill flag.

      • setSolidFillFlag

        public final void setSolidFillFlag(short value)

        Gets or sets the solid fill flag.

      • getSolidOrGradient

        public final int getSolidOrGradient()

        Gets or sets the solid or gradient.

      • setSolidOrGradient

        public final void setSolidOrGradient(int value)

        Gets or sets the solid or gradient.

      • getPatternDefinitions

        public final List<CadHatchPatternData> getPatternDefinitions()

        Gets or sets the pattern definitions.

      • setPatternDefinitions

        public final void setPatternDefinitions(List<CadHatchPatternData> value)

        Gets or sets the pattern definitions.

      • getGradientName

        public final String getGradientName()

        The Gradient Name

      • setGradientName

        public final void setGradientName(String value)

        The Gradient Name