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() |
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.
|
CadCodeValue |
init_internalized(CadCodeValue code,
com.aspose.imaging_internal.fileformats.cad.IDxfReader reader)
The initialization function.
|
void |
setDashLengthCount(short value) |
void |
setDashLengths(List<Double> value) |
void |
setLineAngle(double value) |
void |
setLineBasePoint(Cad2DPoint value) |
void |
setLineOffset(Cad2DPoint value) |
public CadHatchPatternData()
Initializes a new instance of the CadHatchPatternData
class.
public short getDashLengthCount()
Gets or sets the dash length count.
Value: The dash length count.public void setDashLengthCount(short value)
public double getLineAngle()
Gets or sets the line angle.
Value: The line angle.public void setLineAngle(double value)
public Cad2DPoint getLineBasePoint()
Gets or sets the line base point.
Value: The line base point.public void setLineBasePoint(Cad2DPoint value)
public Cad2DPoint getLineOffset()
Gets or sets the line offset.
Value: The line offset.public void setLineOffset(Cad2DPoint value)
public CadCodeValue init_internalized(CadCodeValue code, com.aspose.imaging_internal.fileformats.cad.IDxfReader reader)
The initialization function.
code
- The code of the pattern data.reader
- The dxf reader.CadCodeValue
.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.