Skip to main content
A newer version of this page is available.

HintStyle Class

Hint’s appearance settings storage.

Declaration

public class HintStyle
extends HintStyleBase

Remarks

The HintStyle class configures the following hint parameters:

Crosshair styled parameters

Inherited Members

java.lang.Object.equals(java.lang.Object)(Object)
java.lang.Object.hashCode()()
java.lang.Object.notify()()
java.lang.Object.notifyAll()()
java.lang.Object.toString()()
java.lang.Object.wait()()
java.lang.Object.wait(long)(long)
java.lang.Object.wait(long, int)(long,int)

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.