|
Chart FX for Java 6.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSoftwareFX.ChartFX.HighlightToolSettings
Provides access to the HighlightToolSettings object.
The HighlightToolSettings class members allow the developer to control how default Chart FX tools (DataEditor, Legends, etc.) will function when chart elements are highlighted. The HighlightGridSettings derives from this class, adding additional members specific for the Chart FX DataEditor.
Constructor Summary | |
HighlightToolSettings()
|
Method Summary | |
boolean |
isEnabled()
Gets or sets a value indicating whether the highlighting feature will be enabled in the selected Chart FX Tool. |
void |
setEnabled(boolean value)
Gets or sets a value indicating whether the highlighting feature will be enabled in the selected Chart FX Tool. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HighlightToolSettings()
Method Detail |
public boolean isEnabled()
Gets or sets a value indicating whether the highlighting feature will be enabled in the selected Chart FX Tool.
The Highlight property of the chart tools (data editor, series legend, values legend, etc.) exposes this property. Setting the Enabled property to false will disable the highlight feature for the specified tool.
The HighlightGridSettings
class may be used to customize the highlight attributes for the DataEditor object.
HighlightGridSettings
,
DataEditor
,
LegendBox
public void setEnabled(boolean value)
Gets or sets a value indicating whether the highlighting feature will be enabled in the selected Chart FX Tool.
The Highlight property of the chart tools (data editor, series legend, values legend, etc.) exposes this property. Setting the Enabled property to false will disable the highlight feature for the specified tool.
The HighlightGridSettings
class may be used to customize the highlight attributes for the DataEditor object.
HighlightGridSettings
,
DataEditor
,
LegendBox
|
http://www.softwarefx.com | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |