Class RealtimeChart04
java.lang.Object
org.knowm.xchart.demo.charts.realtime.RealtimeChart04
- All Implemented Interfaces:
ExampleChart<BubbleChart>
,RealtimeExampleChart
public class RealtimeChart04
extends Object
implements ExampleChart<BubbleChart>, RealtimeExampleChart
Real-time Bubble Chart
Demonstrates the following:
- real-time chart updates
- multiple series
- Bubble chart
- GGPlot2 theme
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
SERIES_NAME
- See Also:
-
-
Constructor Details
-
RealtimeChart04
public RealtimeChart04()
-
-
Method Details
-
main
-
buildPanel
-
getChart
- Specified by:
getChart
in interfaceExampleChart<BubbleChart>
-
updateData
public void updateData()- Specified by:
updateData
in interfaceRealtimeExampleChart
-
getExampleChartName
- Specified by:
getExampleChartName
in interfaceExampleChart<BubbleChart>
-