Characteristics
Inheritance: java.lang.Object
public final class Characteristics
Represents annotation characteristics
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | java.lang.Object | Color 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:
Parameter | Type | Description |
---|---|---|
value | Color | Color Object |
setBorder(Color value)
public void setBorder(Color value)
Sets color of the border.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.awt.Color | Color 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:
Parameter | Type | Description |
---|---|---|
value | int | Rotation element |