Package reportWriter
Class ReportChart.ReportChartFX
java.lang.Object
reportWriter.ReportChart.ReportChartFX
- Enclosing class:
 ReportChart
Inner class that does all of the work.  This uses a lot of JavaFX objects, and so
 before we create it the FX Toolkit needs to have been initialized.  That's why we
 couldn't simply declare the FX fields (like NumberAxis and LineChart) in the outer
 class - they would have been created before the constructor was run, and therefore before
 the FX Toolkit had been initialized
- Author:
 - mo55
 
- 
Method Summary