HintBase Class
Declaration
public abstract class HintBase
extends StyledElement
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
ChartElement
StyledElement
HintBase
HintBase()
Initializes a new HintBase class instance with default parameters.
Declaration
public HintBase()
Methods
getShowMode() Method
Returns the HintShowMode enumeration value that specifies which touch gesture invokes a hint.
Declaration
public HintShowMode getShowMode()
Returns
Type | Description |
---|---|
HintShowMode | The HintShowMode enumeration value. |
isEnabled() Method
Returns the value that indicates whether hints are enabled.
Declaration
public boolean isEnabled()
Returns
Type | Description |
---|---|
boolean | true if hints are enabled; otherwise false. |
setEnabled(boolean) Method
Specifies the value that indicates whether hints are enabled.
Declaration
public void setEnabled(boolean value)
Parameters
Name | Type | Description |
---|---|---|
value | boolean | true if hints are enabled; otherwise false. |
setShowMode(HintShowMode) Method
Specifies the HintShowMode enumeration value that specifies which touch gesture invokes a hint.
Declaration
public void setShowMode(HintShowMode showMode)
Parameters
Name | Type | Description |
---|---|---|
showMode | HintShowMode | The HintShowMode enumeration value. |