Example usage for org.jfree.chart StandardChartTheme subclass-usage

List of usage examples for org.jfree.chart StandardChartTheme subclass-usage

Introduction

In this page you can find the example usage for org.jfree.chart StandardChartTheme subclass-usage.

Usage

From source file OAT.ui.util.DefaultTheme.java

/**
 *
 * @author Antonio Yip
 */
public class DefaultTheme extends StandardChartTheme {

From source file org.gumtree.vis.awt.DefaultChartTheme.java

/**
 * @author nxi
 *
 */
public class DefaultChartTheme extends StandardChartTheme {

From source file org.martus.client.reports.MartusChartTheme.java

public class MartusChartTheme extends StandardChartTheme {
    public MartusChartTheme() {
        super("Martus");

        // NOTE: JFreeChart default is "Tahoma", which somehow maps to Dialog,
        // which for some reason (in J6) doesn't fall back to the fallback fonts, 

From source file net.sf.mzmine.chartbasics.chartthemes.EStandardChartTheme.java

/**
 * More options for the StandardChartTheme
 * 
 * @author Robin Schmid (robinschmid@uni-muenster.de)
 */
public class EStandardChartTheme extends StandardChartTheme {

From source file org.webcat.grader.graphs.WCChartTheme.java

/**
 * A JFreeChart theme that pulls information about colors from a user's current
 * Web-CAT theme.
 *
 * @author Tony Allevato
 * @version $Id: WCChartTheme.java,v 1.3 2010/09/26 16:24:50 stedwar2 Exp $