Skip to main content

HintInfo Class

Provides information about a hint.

Declaration

public class HintInfo

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)

Inheritance

Object
HintInfo

Methods

getScreenPoint() Method

Returns the screen point at which a hint is invoked.

Declaration

public Point getScreenPoint()

Returns

Type Description
Point

The screen point.

getSeriesPointInfos() Method

Returns information about a series and its point indices for which a hint is shown.

Declaration

public SeriesPointInfo[] getSeriesPointInfos()

Returns

Type Description
SeriesPointInfo[]

An array of SeriesPointInfo objects.