| |
|
| javax.swing.JFrame org.jfree.experimental.chart.demo.DialDemo5
Method Summary | |
public static void | main(String[] args) Starting point for the demo application. | public void | stateChanged(ChangeEvent e) Handle a change in the slider by updating the dataset value. |
slider1 | JSlider slider1(Code) | | A slider to update the first dataset value.
|
slider2 | JSlider slider2(Code) | | A slider to update the second dataset value.
|
DialDemo5 | public DialDemo5(String title)(Code) | | Creates a new instance.
Parameters: title - the frame title. |
main | public static void main(String[] args)(Code) | | Starting point for the demo application.
Parameters: args - ignored. |
stateChanged | public void stateChanged(ChangeEvent e)(Code) | | Handle a change in the slider by updating the dataset value. This
automatically triggers a chart repaint.
Parameters: e - the event. |
|
|
|