CF2GeometryElement

Inheritance: java.lang.Object, CF2DrawnElement

The basic of the geometry elements

Constructors

ConstructorDescription
CF2GeometryElement()

Methods

MethodDescription
getLineThickness()The line thickness
setLineThickness(int value)The line thickness
getLineType()The line type
setLineType(int value)The line type
getAdditionLineType()The addition line type
setAdditionLineType(int value)The addition line type

CF2GeometryElement()

public CF2GeometryElement()

getLineThickness()

public final int getLineThickness()

The line thickness

Returns: int

setLineThickness(int value)

public final void setLineThickness(int value)

The line thickness

getLineType()

public final int getLineType()

The line type

Returns: int

setLineType(int value)

public final void setLineType(int value)

The line type

getAdditionLineType()

public final int getAdditionLineType()

The addition line type

Returns: int

setAdditionLineType(int value)

public final void setAdditionLineType(int value)

The addition line type