List of usage examples for org.jfree.chart ChartPanel subclass-usage
From source file net.footballpredictions.footballstats.swing.ResultsPieChart.java
/** * Displays wins, draws and defeats for an individual team as a pie chart. * @author Daniel Dyer */ class ResultsPieChart extends ChartPanel { private final ResourceBundle messageResources;
From source file jamel.gui.charts.industry.CapacityUtilization.java
/** * A <code>ChartPanel</code> that contains * a time chart with the wages series. */ @SuppressWarnings("serial") public class CapacityUtilization extends ChartPanel {
From source file net.footballpredictions.footballstats.swing.PointsGraph.java
/** * Plot points earned against number of matches played for one or more teams. * @author Daniel Dyer */ class PointsGraph extends ChartPanel { private final ResourceBundle messageResources;
From source file it.alus.GPSreceiver.instruments.Accelerometer.java
public class Accelerometer extends ChartPanel { private static final long serialVersionUID = -9175426572282645279L; private JFreeChart jChart; private DefaultValueDataset dataset; public Accelerometer() {
From source file it.alus.GPSreceiver.instruments.Variometer.java
public class Variometer extends ChartPanel { private static final long serialVersionUID = 5923210898165025281L; private JFreeChart jChart; private DefaultValueDataset dataset; public Variometer() {
From source file it.alus.GPSreceiver.instruments.Turnometer.java
public class Turnometer extends ChartPanel { private static final long serialVersionUID = 1684818020480074843L; private JFreeChart jChart; private DefaultValueDataset dataset; public Turnometer() {
From source file net.footballpredictions.footballstats.swing.GoalsGraph.java
/** * Plot goals scored and conceded against number of matches played. * @author Daniel Dyer */ class GoalsGraph extends ChartPanel { private final ResourceBundle messageResources;
From source file jamel.gui.charts.money.Bankruptcies.java
/** * A <code>ChartPanel</code> that contains a time chart * with the main ratios of the bank sector. */ @SuppressWarnings("serial") public class Bankruptcies extends ChartPanel {
From source file ste.travian.gui.WorldChartPanel.java
/** * * @author ste */ public class WorldChartPanel extends ChartPanel {
From source file net.footballpredictions.footballstats.swing.LeaguePositionGraph.java
/** * Plot league positions by date for one or more teams. * @author Daniel Dyer */ class LeaguePositionGraph extends ChartPanel { private final ResourceBundle messageResources;