|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SelectableChartPanel.WindowSelectionMode>
schmitzm.jfree.chart.SelectableChartPanel.WindowSelectionMode
public static enum SelectableChartPanel.WindowSelectionMode
Types of window selection on chart panel.
Enum Constant Summary | |
---|---|
SELECT_ADD
Add objects to the selection on window selection. |
|
SELECT_REMOVE
Remove objects from the selection on window selection. |
|
SELECT_SET
Set the set of selected objects to the inclusions of the window selection. |
|
SELECT_SWAP
Swap the "selection-state" of data objects in the chart on window selection. |
|
ZOOM_IN_CHART
Zoom on window selection (normal behavior of org.jfree.chart.ChartPanel ) |
Method Summary | |
---|---|
static SelectableChartPanel.WindowSelectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SelectableChartPanel.WindowSelectionMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SelectableChartPanel.WindowSelectionMode ZOOM_IN_CHART
org.jfree.chart.ChartPanel
)
public static final SelectableChartPanel.WindowSelectionMode SELECT_SWAP
public static final SelectableChartPanel.WindowSelectionMode SELECT_SET
public static final SelectableChartPanel.WindowSelectionMode SELECT_ADD
public static final SelectableChartPanel.WindowSelectionMode SELECT_REMOVE
Method Detail |
---|
public static SelectableChartPanel.WindowSelectionMode[] values()
for (SelectableChartPanel.WindowSelectionMode c : SelectableChartPanel.WindowSelectionMode.values()) System.out.println(c);
public static SelectableChartPanel.WindowSelectionMode valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |