Packages

 

com.aspose.cad.fileformats.cad.cadobjects.section

Class CadSectionGeometrySettings

  • java.lang.Object
    • com.aspose.cad.fileformats.cad.cadobjects.section.CadSectionGeometrySettings


  • public class CadSectionGeometrySettings
    extends Object

    The SectionGeometrySettings data

    • Constructor Detail

      • CadSectionGeometrySettings

        public CadSectionGeometrySettings()
    • Method Detail

      • getSectionType

        public final int getSectionType()

        Gets or sets the type of the section.

        Returns:
        The type of the section.
      • setSectionType

        public final void setSectionType(int value)

        Gets or sets the type of the section.

        Parameters:
        value - The type of the section.
      • getGeometryCount

        public final int getGeometryCount()

        Gets or sets the geometry count.

        Returns:
        The geometry count.
      • setGeometryCount

        public final void setGeometryCount(int value)

        Gets or sets the geometry count.

        Parameters:
        value - The geometry count.
      • getBitflags

        public final int getBitflags()

        Gets or sets the bitflags.

        Returns:
        The bitflags.
      • setBitflags

        public final void setBitflags(int value)

        Gets or sets the bitflags.

        Parameters:
        value - The bitflags.
      • getColorData

        public final short getColorData()

        Gets or sets the color data.

        Returns:
        The color data.
      • setColorData

        public final void setColorData(short value)

        Gets or sets the color data.

        Parameters:
        value - The color data.
      • getLayerName

        public final String getLayerName()

        Gets or sets the name of the layer.

        Returns:
        The name of the layer.
      • setLayerName

        public final void setLayerName(String value)

        Gets or sets the name of the layer.

        Parameters:
        value - The name of the layer.
      • getLinetypeName

        public final String getLinetypeName()

        Gets or sets the name of the linetype.

        Returns:
        The name of the linetype.
      • setLinetypeName

        public final void setLinetypeName(String value)

        Gets or sets the name of the linetype.

        Parameters:
        value - The name of the linetype.
      • getLinetypeScale

        public final double getLinetypeScale()

        Gets or sets the linetype scale.

        Returns:
        The linetype scale.
      • setLinetypeScale

        public final void setLinetypeScale(double value)

        Gets or sets the linetype scale.

        Parameters:
        value - The linetype scale.
      • getPlotstyleName

        public final String getPlotstyleName()

        Gets or sets the name of the plotstyle.

        Returns:
        The name of the plotstyle.
      • setPlotstyleName

        public final void setPlotstyleName(String value)

        Gets or sets the name of the plotstyle.

        Parameters:
        value - The name of the plotstyle.
      • getLineWeight

        public final short getLineWeight()

        Gets or sets the line weight.

        Returns:
        The line weight.
      • setLineWeight

        public final void setLineWeight(short value)

        Gets or sets the line weight.

        Parameters:
        value - The line weight.
      • getFaceTransparency

        public final short getFaceTransparency()

        Gets or sets the face transparency.

        Returns:
        The face transparency.
      • setFaceTransparency

        public final void setFaceTransparency(short value)

        Gets or sets the face transparency.

        Parameters:
        value - The face transparency.
      • getEdgeTransparency

        public final short getEdgeTransparency()

        Gets or sets the edge transparency.

        Returns:
        The edge transparency.
      • setEdgeTransparency

        public final void setEdgeTransparency(short value)

        Gets or sets the edge transparency.

        Parameters:
        value - The edge transparency.
      • getHatchPatternType

        public final short getHatchPatternType()

        Gets or sets the type of the hatch pattern.

        Returns:
        The type of the hatch pattern.
      • setHatchPatternType

        public final void setHatchPatternType(short value)

        Gets or sets the type of the hatch pattern.

        Parameters:
        value - The type of the hatch pattern.
      • getHatchPatternName

        public final String getHatchPatternName()

        Gets or sets the name of the hatch pattern.

        Returns:
        The name of the hatch pattern.
      • setHatchPatternName

        public final void setHatchPatternName(String value)

        Gets or sets the name of the hatch pattern.

        Parameters:
        value - The name of the hatch pattern.
      • getHatchAngle

        public final double getHatchAngle()

        Gets or sets the hatch angle.

        Returns:
        The hatch angle.
      • setHatchAngle

        public final void setHatchAngle(double value)

        Gets or sets the hatch angle.

        Parameters:
        value - The hatch angle.
      • getHatchScale

        public final double getHatchScale()

        Gets or sets the hatch scale.

        Returns:
        The hatch scale.
      • setHatchScale

        public final void setHatchScale(double value)

        Gets or sets the hatch scale.

        Parameters:
        value - The hatch scale.
      • getHatchSpacing

        public final double getHatchSpacing()

        Gets or sets the hatch spacing.

        Returns:
        The hatch spacing.
      • setHatchSpacing

        public final void setHatchSpacing(double value)

        Gets or sets the hatch spacing.

        Parameters:
        value - The hatch spacing.
      • getSectionGeometrySettingsEndDataMarker

        public final String getSectionGeometrySettingsEndDataMarker()

        Gets or sets the section geometry settings end data marker.

        Returns:
        The section geometry settings end data marker.
      • setSectionGeometrySettingsEndDataMarker

        public final void setSectionGeometrySettingsEndDataMarker(String value)

        Gets or sets the section geometry settings end data marker.

        Parameters:
        value - The section geometry settings end data marker.