org.jfree.chart.util.ObjectList Java Examples

The following examples show how to use org.jfree.chart.util.ObjectList. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: JGenProg2017_0044_t.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #2
Source File: Arja_0089_s.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #3
Source File: Arja_0062_t.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #4
Source File: Arja_00112_s.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #5
Source File: Arja_00112_t.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #6
Source File: Arja_0089_t.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #7
Source File: patch1-Chart-1-jMutRepair_patch1-Chart-1-jMutRepair_s.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #8
Source File: patch1-Chart-1-jMutRepair_patch1-Chart-1-jMutRepair_t.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #9
Source File: Elixir_000_t.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #10
Source File: JGenProg2017_0078_t.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #11
Source File: JGenProg2017_0078_s.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #12
Source File: JGenProg2017_00124_s.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #13
Source File: JGenProg2017_00124_t.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #14
Source File: Elixir_000_s.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #15
Source File: JGenProg2017_0044_s.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #16
Source File: 1_AbstractCategoryItemRenderer.java    From SimFix with GNU General Public License v2.0 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #17
Source File: JGenProg2017_00102_s.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #18
Source File: JGenProg2017_00102_t.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #19
Source File: JGenProg2017_000_s.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #20
Source File: JGenProg2017_000_t.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #21
Source File: jKali_000_s.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #22
Source File: jKali_000_t.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #23
Source File: jMutRepair_0020_s.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #24
Source File: jKali_0019_t.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #25
Source File: jKali_0019_s.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #26
Source File: jKali_0031_s.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #27
Source File: jKali_0031_t.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #28
Source File: jMutRepair_000_s.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #29
Source File: jMutRepair_000_t.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}
 
Example #30
Source File: jMutRepair_0020_t.java    From coming with MIT License 5 votes vote down vote up
/**
 * Creates a new renderer with no tool tip generator and no URL generator.
 * The defaults (no tool tip or URL generators) have been chosen to
 * minimise the processing required to generate a default chart.  If you
 * require tool tips or URLs, then you can easily add the required
 * generators.
 */
protected AbstractCategoryItemRenderer() {
    this.itemLabelGeneratorList = new ObjectList();
    this.toolTipGeneratorList = new ObjectList();
    this.urlGeneratorList = new ObjectList();
    this.legendItemLabelGenerator
            = new StandardCategorySeriesLabelGenerator();
    this.backgroundAnnotations = new ArrayList();
    this.foregroundAnnotations = new ArrayList();
}