Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jfree.chart.labels.junit.* (18)

org.jfree.chart.labels: Javadoc index of package org.jfree.chart.labels.


Package Samples:

org.jfree.chart.labels.junit: Generators and other classes used for the display of item labels and tooltips.  

Classes:

BoxAndWhiskerToolTipGenerator: An item label generator for plots that use data from a org.jfree.data.statistics.BoxAndWhiskerCategoryDataset . The tooltip text and item label text are composed using a java.text.MessageFormat object, that can aggregate some or all of the following string values into a message. 0 Series Name 1 X (value or date) 2 Mean 3 Median 4 Minimum 5 Maximum 6 Quartile 1 7 Quartile 3
BoxAndWhiskerXYToolTipGenerator: An item label generator for plots that use data from a org.jfree.data.statistics.BoxAndWhiskerXYDataset . The tooltip text and item label text are composed using a java.text.MessageFormat object, that can aggregate some or all of the following string values into a message. 0 Series Name 1 X (value or date) 2 Mean 3 Median 4 Minimum 5 Maximum 6 Quartile 1 7 Quartile 3
CategoryLabelGenerator: A category item label generator is an object that can be assigned to a org.jfree.chart.renderer.category.CategoryItemRenderer and that assumes responsibility for creating text items to be used as labels for the items in a org.jfree.chart.plot.CategoryPlot . To assist with cloning charts, classes that implement this interface should also implement the org.jfree.util.PublicCloneable interface.
CategoryItemLabelGenerator: A category item label generator is an object that can be assigned to a org.jfree.chart.renderer.category.CategoryItemRenderer and that assumes responsibility for creating text items to be used as labels for the items in a org.jfree.chart.plot.CategoryPlot . To assist with cloning charts, classes that implement this interface should also implement the org.jfree.util.PublicCloneable interface.
CategoryToolTipGenerator: A category tool tip generator is an object that can be assigned to a org.jfree.chart.renderer.category.CategoryItemRenderer and that assumes responsibility for creating text items to be used as tooltips for the items in a org.jfree.chart.plot.CategoryPlot . To assist with cloning charts, classes that implement this interface should also implement the org.jfree.util.PublicCloneable interface (in JCommon).
StandardPieItemLabelGenerator: A standard item label generator for plots that use data from a org.jfree.data.general.PieDataset . For the label format, use {0} where the pie section key should be inserted, {1} for the absolute section value and {2} for the percent amount of the pie section, e.g. "{0} = {1} ({2})" will display as apple = 120 (5%) .
StandardPieSectionLabelGenerator: A standard item label generator for plots that use data from a org.jfree.data.general.PieDataset . For the label format, use {0} where the pie section key should be inserted, {1} for the absolute section value and {2} for the percent amount of the pie section, e.g. "{0} = {1} ({2})" will display as apple = 120 (5%) .
StandardXYZToolTipGenerator: A standard item label generator for use with org.jfree.data.xy.XYZDataset data. Each value can be formatted as a number or as a date.
IntervalCategoryToolTipGenerator: A tooltip generator for plots that use data from an org.jfree.data.category.IntervalCategoryDataset .
IntervalCategoryItemLabelGenerator: A label generator for plots that use data from an org.jfree.data.category.IntervalCategoryDataset .
StandardCategorySeriesLabelGenerator: A standard series label generator for plots that use data from a org.jfree.data.category.CategoryDataset .
IntervalCategoryLabelGenerator: A label generator for plots that use data from an org.jfree.data.category.IntervalCategoryDataset .
ContourToolTipGenerator: Interface for a tooltip generator for plots that use data from a org.jfree.data.contour.ContourDataset .
AbstractCategoryItemLabelGenerator: A base class that can be used to create a label or tooltip generator that can be assigned to a org.jfree.chart.renderer.category.CategoryItemRenderer .
StandardContourToolTipGenerator: A standard tooltip generator for plots that use data from an org.jfree.data.contour.ContourDataset .
IntervalCategoryLabelGeneratorTests: Tests for the org.jfree.chart.labels.IntervalCategoryItemLabelGenerator class.
StandardCategoryItemLabelGeneratorTests: Tests for the org.jfree.chart.labels.StandardCategoryItemLabelGenerator class.
PieSectionLabelGenerator: Interface for a label generator for plots that use data from a org.jfree.data.general.PieDataset .
CategorySeriesLabelGenerator: A generator that creates labels for the series in a org.jfree.data.category.CategoryDataset .
StandardCategoryToolTipGeneratorTests: Tests for the org.jfree.chart.labels.StandardCategoryToolTipGenerator class.
StandardPieSectionLabelGeneratorTests: Tests for the org.jfree.chart.labels.StandardPieSectionLabelGenerator class.
BoxAndWhiskerXYToolTipGeneratorTests: Tests for the org.jfree.chart.labels.BoxAndWhiskerXYToolTipGenerator class.
StandardContourToolTipGeneratorTests: Tests for the org.jfree.chart.labels.StandardContourToolTipGenerator class.
StandardCategoryLabelGeneratorTests: Tests for the org.jfree.chart.labels.StandardCategoryLabelGenerator class.
XYZToolTipGenerator: Interface for a tooltip generator for plots that use data from an org.jfree.data.xy.XYZDataset .

Home | Contact Us | Privacy Policy | Terms of Service