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