Example usage for org.jfree.data.category DefaultCategoryDataset subclass-usage

List of usage examples for org.jfree.data.category DefaultCategoryDataset subclass-usage

Introduction

In this page you can find the example usage for org.jfree.data.category DefaultCategoryDataset subclass-usage.

Usage

From source file info.financialecology.finance.utilities.datastruct.VersatileDataTable.java

/**
 * This class represents data in table form and provides methods to create,
 * transform, and format the table.
 * <p>
 * Tables are based on the <a href="http://tinyurl.com/cmdhzwn">
 * DefaultCategoryDataset</a> from the JFree library, where data 

From source file org.cyberoam.iview.charts.CustomCategoryDataset.java

/**
 * This class is used to represent category data sets for StackedColumn3D chart.
 * @author Vishal Vala
 * 
 */
class CustomCategoryDataset extends DefaultCategoryDataset {

From source file org.jfree.data.jdbc.JDBCCategoryDataset.java

/**
 * A {@link CategoryDataset} implementation over a database JDBC result set.
 * The dataset is populated via a call to {@link #executeQuery(String)} with
 * the string SQL query.  The SQL query must return at least two columns.  The
 * first column will be the category name and remaining columns values (each
 * column represents a series).  Subsequent calls to

From source file org.pentaho.platform.uifoundation.chart.CategoryDatasetChartDefinition.java

public class CategoryDatasetChartDefinition extends DefaultCategoryDataset implements ChartDefinition {

    private static final String STACKED_NODE_NAME = "is-stacked"; //$NON-NLS-1$

    private static final String ORIENTATION_NODE_NAME = "orientation"; //$NON-NLS-1$