HomeSort by relevance Sort by last modified time
    Searched full:categoryplot (Results 1 - 4 of 4) sorted by null

  /prebuilts/tools/common/jfreechart/
README.txt 283 - added fixed legend item options to CategoryPlot and XYPlot;
351 - extended box-and-whisker plots to work with the CategoryPlot class
386 into the CategoryPlot class;
389 - CategoryPlot and XYPlot now support both horizontal and vertical
408 a CategoryPlot;
417 CategoryPlot;
520 CategoryPlot classes.
521 - gridlines are now controlled by the CategoryPlot and XYPlot
523 addition of gridlines for the CategoryPlot domain values).
643 through the one class (CategoryPlot) with plug-in renderers
    [all...]
jfreechart-1.0.9.jar 
jfreechart-1.0.9-swt.jar 
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java 57 import org.jfree.chart.plot.CategoryPlot;
623 if (plot instanceof CategoryPlot) {
625 CategoryPlot categoryPlot = (CategoryPlot)plot;
628 CategoryAxis domainAxis = categoryPlot.getDomainAxis();
631 CategoryItemRenderer renderer = categoryPlot.getRenderer();
    [all...]

Completed in 587 milliseconds