CF2Sub

The Sub section of the CFF2 format

Constructors

ConstructorDescription
CF2Sub(String name)Initializes a new instance of the CF2Sub class

Methods

MethodDescription
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:

ParameterTypeDescription
nameStringThe 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