HintStyle Class
Hint’s appearance settings storage.
Declaration
public class HintStyle
extends HintStyleBase
Remarks
The HintStyle class configures the following hint parameters:

Inherited Members
Inheritance
HintStyle()
Initializes a new HintStyle class instance with default parameters.
Declaration
public HintStyle()
Methods
getArgumentLineStyle() Method
Returns the CrosshairLineStyle object that specifies an argument line’s appearance.
Declaration
public CrosshairLineStyle getArgumentLineStyle()
Returns
| Type | Description |
|---|---|
| CrosshairLineStyle | The CrosshairLineStyle object specifying an argument line’s style. |
getItemsIndent() Method
Returns the indent between a crosshair hint’s items.
Declaration
public Integer getItemsIndent()
Returns
| Type | Description |
|---|---|
| Integer | The distance between items in pixels. |
getValueLineStyle() Method
Returns the CrosshairLineStyle object that specifies a value line’s appearance.
Declaration
public CrosshairLineStyle getValueLineStyle()
Returns
| Type | Description |
|---|---|
| CrosshairLineStyle | The CrosshairLineStyle object specifying a value line’s style. |
setArgumentLineStyle(CrosshairLineStyle) Method
Specifies the CrosshairLineStyle object that specifies an argument line’s appearance.
Declaration
public void setArgumentLineStyle(CrosshairLineStyle style)
Parameters
| Name | Type | Description |
|---|---|---|
| style | CrosshairLineStyle | The CrosshairLineStyle object specifying an argument line’s style. |
setItemsIndent(Integer) Method
Specifies the indent between a crosshair hint’s items.
Declaration
public void setItemsIndent(Integer itemsIndent)
Parameters
| Name | Type | Description |
|---|---|---|
| itemsIndent | Integer | The distance between items in pixels. |
setValueLineStyle(CrosshairLineStyle) Method
Specifies the CrosshairLineStyle object that specifies a value line’s appearance.
Declaration
public void setValueLineStyle(CrosshairLineStyle style)
Parameters
| Name | Type | Description |
|---|---|---|
| style | CrosshairLineStyle | The CrosshairLineStyle object specifying a value line’s style. |