public class CadHatchPatternData extends Object
Cad hatch pattern class
Constructor and Description |
---|
CadHatchPatternData()
Initializes a new instance of the
CadHatchPatternData class. |
Modifier and Type | Method and Description |
---|---|
short |
getDashLengthCount()
Gets or sets the dash length count.
|
List<Double> |
getDashLengths()
Gets or sets the dash lengths.
|
double |
getLineAngle()
Gets or sets the line angle.
|
Cad2DPoint |
getLineBasePoint()
Gets or sets the line base point.
|
Cad2DPoint |
getLineOffset()
Gets or sets the line offset.
|
void |
setDashLengthCount(short value)
Gets or sets the dash length count.
|
void |
setDashLengths(List<Double> value)
Gets or sets the dash lengths.
|
void |
setLineAngle(double value)
Gets or sets the line angle.
|
void |
setLineBasePoint(Cad2DPoint value)
Gets or sets the line base point.
|
void |
setLineOffset(Cad2DPoint value)
Gets or sets the line offset.
|
public CadHatchPatternData()
Initializes a new instance of the CadHatchPatternData
class.
public final short getDashLengthCount()
Gets or sets the dash length count.
public final void setDashLengthCount(short value)
Gets or sets the dash length count.
value
- The dash length count.public final List<Double> getDashLengths()
Gets or sets the dash lengths.
public final void setDashLengths(List<Double> value)
Gets or sets the dash lengths.
value
- The dash lengths.public final double getLineAngle()
Gets or sets the line angle.
public final void setLineAngle(double value)
Gets or sets the line angle.
value
- The line angle.public final Cad2DPoint getLineBasePoint()
Gets or sets the line base point.
public final void setLineBasePoint(Cad2DPoint value)
Gets or sets the line base point.
value
- The line base point.public final Cad2DPoint getLineOffset()
Gets or sets the line offset.
public final void setLineOffset(Cad2DPoint value)
Gets or sets the line offset.
value
- The line offset.