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
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERIES_NAME
- See Also:
-
-
Constructor Details
-
RealtimeChart04
public RealtimeChart04()
-
-
Method Details
-
main
-
buildPanel
-
getChart
- Specified by:
getChartin interfaceExampleChart<BubbleChart>
-
updateData
public void updateData()- Specified by:
updateDatain interfaceRealtimeExampleChart
-
getExampleChartName
- Specified by:
getExampleChartNamein interfaceExampleChart<BubbleChart>
-