logbook.gui.frontEnd.chart
Class HoursLineChart

java.lang.Object
  extended by logbook.gui.frontEnd.chart.HoursLineChart

public class HoursLineChart
extends java.lang.Object

An example of a time series chart. For the most part, default settings are used, except that the renderer is modified to show filled shapes (as well as lines) at each data point.


Constructor Summary
HoursLineChart()
           
 
Method Summary
 JFreeChart getHoursLineChart(LogBook logBook)
          A demonstration application showing how to create a simple time series chart.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HoursLineChart

public HoursLineChart()
Method Detail

getHoursLineChart

public JFreeChart getHoursLineChart(LogBook logBook)
A demonstration application showing how to create a simple time series chart. This example uses monthly data.

Parameters:
title - the frame title.


Copyright © JFlightLog GNU