public class CadSectionGeometrySettings extends Object
The SectionGeometrySettings data
Constructor and Description |
---|
CadSectionGeometrySettings() |
Modifier and Type | Method and Description |
---|---|
int |
getBitflags()
Gets or sets the bitflags.
|
short |
getColorData()
Gets or sets the color data.
|
short |
getEdgeTransparency()
Gets or sets the edge transparency.
|
short |
getFaceTransparency()
Gets or sets the face transparency.
|
int |
getGeometryCount()
Gets or sets the geometry count.
|
double |
getHatchAngle()
Gets or sets the hatch angle.
|
String |
getHatchPatternName()
Gets or sets the name of the hatch pattern.
|
short |
getHatchPatternType()
Gets or sets the type of the hatch pattern.
|
double |
getHatchScale()
Gets or sets the hatch scale.
|
double |
getHatchSpacing()
Gets or sets the hatch spacing.
|
String |
getLayerName()
Gets or sets the name of the layer.
|
String |
getLinetypeName()
Gets or sets the name of the linetype.
|
double |
getLinetypeScale()
Gets or sets the linetype scale.
|
short |
getLineWeight()
Gets or sets the line weight.
|
String |
getPlotstyleName()
Gets or sets the name of the plotstyle.
|
String |
getSectionGeometrySettingsEndDataMarker()
Gets or sets the section geometry settings end data marker.
|
int |
getSectionType()
Gets or sets the type of the section.
|
void |
setBitflags(int value)
Gets or sets the bitflags.
|
void |
setColorData(short value)
Gets or sets the color data.
|
void |
setEdgeTransparency(short value)
Gets or sets the edge transparency.
|
void |
setFaceTransparency(short value)
Gets or sets the face transparency.
|
void |
setGeometryCount(int value)
Gets or sets the geometry count.
|
void |
setHatchAngle(double value)
Gets or sets the hatch angle.
|
void |
setHatchPatternName(String value)
Gets or sets the name of the hatch pattern.
|
void |
setHatchPatternType(short value)
Gets or sets the type of the hatch pattern.
|
void |
setHatchScale(double value)
Gets or sets the hatch scale.
|
void |
setHatchSpacing(double value)
Gets or sets the hatch spacing.
|
void |
setLayerName(String value)
Gets or sets the name of the layer.
|
void |
setLinetypeName(String value)
Gets or sets the name of the linetype.
|
void |
setLinetypeScale(double value)
Gets or sets the linetype scale.
|
void |
setLineWeight(short value)
Gets or sets the line weight.
|
void |
setPlotstyleName(String value)
Gets or sets the name of the plotstyle.
|
void |
setSectionGeometrySettingsEndDataMarker(String value)
Gets or sets the section geometry settings end data marker.
|
void |
setSectionType(int value)
Gets or sets the type of the section.
|
public final int getSectionType()
Gets or sets the type of the section.
public final void setSectionType(int value)
Gets or sets the type of the section.
value
- The type of the section.public final int getGeometryCount()
Gets or sets the geometry count.
public final void setGeometryCount(int value)
Gets or sets the geometry count.
value
- The geometry count.public final int getBitflags()
Gets or sets the bitflags.
public final void setBitflags(int value)
Gets or sets the bitflags.
value
- The bitflags.public final short getColorData()
Gets or sets the color data.
public final void setColorData(short value)
Gets or sets the color data.
value
- The color data.public final String getLayerName()
Gets or sets the name of the layer.
public final void setLayerName(String value)
Gets or sets the name of the layer.
value
- The name of the layer.public final String getLinetypeName()
Gets or sets the name of the linetype.
public final void setLinetypeName(String value)
Gets or sets the name of the linetype.
value
- The name of the linetype.public final double getLinetypeScale()
Gets or sets the linetype scale.
public final void setLinetypeScale(double value)
Gets or sets the linetype scale.
value
- The linetype scale.public final String getPlotstyleName()
Gets or sets the name of the plotstyle.
public final void setPlotstyleName(String value)
Gets or sets the name of the plotstyle.
value
- The name of the plotstyle.public final short getLineWeight()
Gets or sets the line weight.
public final void setLineWeight(short value)
Gets or sets the line weight.
value
- The line weight.public final short getFaceTransparency()
Gets or sets the face transparency.
public final void setFaceTransparency(short value)
Gets or sets the face transparency.
value
- The face transparency.public final short getEdgeTransparency()
Gets or sets the edge transparency.
public final void setEdgeTransparency(short value)
Gets or sets the edge transparency.
value
- The edge transparency.public final short getHatchPatternType()
Gets or sets the type of the hatch pattern.
public final void setHatchPatternType(short value)
Gets or sets the type of the hatch pattern.
value
- The type of the hatch pattern.public final String getHatchPatternName()
Gets or sets the name of the hatch pattern.
public final void setHatchPatternName(String value)
Gets or sets the name of the hatch pattern.
value
- The name of the hatch pattern.public final double getHatchAngle()
Gets or sets the hatch angle.
public final void setHatchAngle(double value)
Gets or sets the hatch angle.
value
- The hatch angle.public final double getHatchScale()
Gets or sets the hatch scale.
public final void setHatchScale(double value)
Gets or sets the hatch scale.
value
- The hatch scale.public final double getHatchSpacing()
Gets or sets the hatch spacing.
public final void setHatchSpacing(double value)
Gets or sets the hatch spacing.
value
- The hatch spacing.public final String getSectionGeometrySettingsEndDataMarker()
Gets or sets the section geometry settings end data marker.
public final void setSectionGeometrySettingsEndDataMarker(String value)
Gets or sets the section geometry settings end data marker.
value
- The section geometry settings end data marker.