CF2Sub
The Sub section of the CFF2 format
Constructors
| Constructor | Description |
|---|---|
| CF2Sub(String name) | Initializes a new instance of the CF2Sub class |
Methods
| Method | Description |
|---|---|
| getName() | The name of section. |
| setName(String value) | The name of section. |
| getDrawnElements() | The drawn elements |
CF2Sub(String name)
public CF2Sub(String name)
Initializes a new instance of the CF2Sub 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.
getDrawnElements()
public final List<CF2DrawnElement> getDrawnElements()
The drawn elements
Returns: List