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
|
PointF |
getLeftLowerCorner()
The coordinates of the lower left corner of the cutting
|
String |
getName()
The name of section.
|
PointF |
getScale()
The scale
|
CF2SystemCoordinate |
getSystemCoordinate()
The type of coordinate system.
|
PointF |
getUpperRightCorner()
The coordinates of the upper right corner of the cutting
|
void |
setLeftLowerCorner(PointF value)
The coordinates of the lower left corner of the cutting
|
void |
setName(String value)
The name of section.
|
void |
setScale(PointF value)
The scale
|
void |
setSystemCoordinate(CF2SystemCoordinate value)
The type of coordinate system.
|
void |
setUpperRightCorner(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 CF2SystemCoordinate getSystemCoordinate()
The type of coordinate system.
public final void setSystemCoordinate(CF2SystemCoordinate value)
The type of coordinate system.
public final PointF getLeftLowerCorner()
The coordinates of the lower left corner of the cutting
public final void setLeftLowerCorner(PointF value)
The coordinates of the lower left corner of the cutting
public final PointF getUpperRightCorner()
The coordinates of the upper right corner of the cutting
public final void setUpperRightCorner(PointF value)
The coordinates of the upper right corner of the cutting
public final PointF getScale()
The scale
public final void setScale(PointF value)
The scale
public final List<CF2DrawnElement> getDrawnElements()
The drawn elements
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.