public class CF2Main extends Object
The Main section of the CFF2 format
Constructor and Description |
---|
CF2Main(String name)
Initializes a new instance of the
CF2Main class |
Modifier and Type | Method and Description |
---|---|
List<CF2DrawnElement> |
getDrawnElements()
The drawn elements
|
com.aspose.cad.PointF |
getLeftLowerCorner()
The coordinates of the lower left corner of the cutting
|
String |
getName()
The name of section.
|
com.aspose.cad.PointF |
getScale()
The scale
|
int |
getSystemCoordinate()
The type of coordinate system.
|
com.aspose.cad.PointF |
getUpperRightCorner()
The coordinates of the upper right corner of the cutting
|
void |
setLeftLowerCorner(com.aspose.cad.PointF value)
The coordinates of the lower left corner of the cutting
|
void |
setName(String value)
The name of section.
|
void |
setScale(com.aspose.cad.PointF value)
The scale
|
void |
setSystemCoordinate(int value)
The type of coordinate system.
|
void |
setUpperRightCorner(com.aspose.cad.PointF value)
The coordinates of the upper right corner of the cutting
|
public final String getName()
The name of section.
public final void setName(String value)
The name of section.
public final int getSystemCoordinate()
The type of coordinate system.
public final void setSystemCoordinate(int value)
The type of coordinate system.
public final com.aspose.cad.PointF getLeftLowerCorner()
The coordinates of the lower left corner of the cutting
public final void setLeftLowerCorner(com.aspose.cad.PointF value)
The coordinates of the lower left corner of the cutting
public final com.aspose.cad.PointF getUpperRightCorner()
The coordinates of the upper right corner of the cutting
public final void setUpperRightCorner(com.aspose.cad.PointF value)
The coordinates of the upper right corner of the cutting
public final com.aspose.cad.PointF getScale()
The scale
public final void setScale(com.aspose.cad.PointF value)
The scale
public final List<CF2DrawnElement> getDrawnElements()
The drawn elements