Characteristics

Inheritance: java.lang.Object

public final class Characteristics

Represents annotation characteristics

Methods

MethodDescription
getBackground()Gets color of the background
setBackground(Object value)Sets color of the background
getBorder()Gets color of the border.
setBorder(Color value)Sets color of the border.
setBorder(Color value)Sets color of the border.
getRotate()Gets rotation of the annotation.
setRotate(int value)Sets rotation of the annotation.

getBackground()

public Color getBackground()

Gets color of the background

Returns: Color - Color Object

setBackground(Object value)

public void setBackground(Object value)

Sets color of the background

Parameters:

ParameterTypeDescription
valuejava.lang.ObjectColor Object

getBorder()

public Color getBorder()

Gets color of the border.

Returns: Color - Color Object

setBorder(Color value)

public void setBorder(Color value)

Sets color of the border.

Parameters:

ParameterTypeDescription
valueColorColor Object

setBorder(Color value)

public void setBorder(Color value)

Sets color of the border.

Parameters:

ParameterTypeDescription
valuejava.awt.ColorColor Object

getRotate()

public int getRotate()

Gets rotation of the annotation.

Returns: int - Rotation element

setRotate(int value)

public void setRotate(int value)

Sets rotation of the annotation.

Parameters:

ParameterTypeDescription
valueintRotation element