package-summary.html

来自「JFreeChart的帮助文档」· HTML 代码 · 共 562 行 · 第 1/2 页

HTML
562
字号
<TD>A default implementation of the <A HREF="../../../org/jfree/data/CategoryDataset.html"><CODE>CategoryDataset</CODE></A> interface.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="DefaultContourDataset.html">DefaultContourDataset</A></B></TD><TD>A convenience class that provides a default implementation of the <A HREF="../../../org/jfree/data/ContourDataset.html"><CODE>ContourDataset</CODE></A> interface.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="DefaultHighLowDataset.html">DefaultHighLowDataset</A></B></TD><TD>A simple implementation of the HighLowDataset.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="DefaultIntervalCategoryDataset.html">DefaultIntervalCategoryDataset</A></B></TD><TD>A convenience class that provides a default implementation of the <A HREF="../../../org/jfree/data/IntervalCategoryDataset.html"><CODE>IntervalCategoryDataset</CODE></A> interface.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="DefaultKeyedValue.html">DefaultKeyedValue</A></B></TD><TD>A (key, value) pair.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="DefaultKeyedValueDataset.html">DefaultKeyedValueDataset</A></B></TD><TD>A default implementation of the <A HREF="../../../org/jfree/data/KeyedValueDataset.html"><CODE>KeyedValueDataset</CODE></A> interface.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="DefaultKeyedValues.html">DefaultKeyedValues</A></B></TD><TD>A collection of (key, value) pairs.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="DefaultKeyedValues2D.html">DefaultKeyedValues2D</A></B></TD><TD>A data structure that stores zero, one or many values, where each value is associated with two keys (a 'row' key and a 'column' key).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="DefaultKeyedValues2DDataset.html">DefaultKeyedValues2DDataset</A></B></TD><TD>A default implementation of the <A HREF="../../../org/jfree/data/KeyedValues2DDataset.html"><CODE>KeyedValues2DDataset</CODE></A> interface.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="DefaultKeyedValuesDataset.html">DefaultKeyedValuesDataset</A></B></TD><TD>A default implementation of the <A HREF="../../../org/jfree/data/KeyedValuesDataset.html"><CODE>KeyedValuesDataset</CODE></A> interface.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="DefaultMeterDataset.html">DefaultMeterDataset</A></B></TD><TD>A default implementation of the <A HREF="../../../org/jfree/data/MeterDataset.html"><CODE>MeterDataset</CODE></A> interface.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="DefaultPieDataset.html">DefaultPieDataset</A></B></TD><TD>A default implementation of the <A HREF="../../../org/jfree/data/PieDataset.html"><CODE>PieDataset</CODE></A> interface.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="DefaultStatisticalCategoryDataset.html">DefaultStatisticalCategoryDataset</A></B></TD><TD>A convenience class that provides a default implementation of the <A HREF="../../../org/jfree/data/StatisticalCategoryDataset.html"><CODE>StatisticalCategoryDataset</CODE></A> interface.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="DefaultValueDataset.html">DefaultValueDataset</A></B></TD><TD>A default implementation of the <A HREF="../../../org/jfree/data/ValueDataset.html"><CODE>ValueDataset</CODE></A> interface.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="DefaultWindDataset.html">DefaultWindDataset</A></B></TD><TD>A default implementation of the <A HREF="../../../org/jfree/data/WindDataset.html"><CODE>WindDataset</CODE></A> interface.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="HistogramDataset.html">HistogramDataset</A></B></TD><TD>A dataset that can be used for creating histograms.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="JDBCCategoryDataset.html">JDBCCategoryDataset</A></B></TD><TD>A <A HREF="../../../org/jfree/data/CategoryDataset.html"><CODE>CategoryDataset</CODE></A> implementation over a database JDBC result set.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="JDBCPieDataset.html">JDBCPieDataset</A></B></TD><TD>A <A HREF="../../../org/jfree/data/PieDataset.html"><CODE>PieDataset</CODE></A> that reads data from a database via JDBC.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="JDBCXYDataset.html">JDBCXYDataset</A></B></TD><TD>This class provides an <A HREF="../../../org/jfree/data/XYDataset.html"><CODE>XYDataset</CODE></A> implementation over a database JDBC result set.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="KeyedObject.html">KeyedObject</A></B></TD><TD>A (key, object) pair.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="KeyedObjects.html">KeyedObjects</A></B></TD><TD>A collection of (key, object) pairs.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="KeyedObjects2D.html">KeyedObjects2D</A></B></TD><TD>A data structure that stores zero, one or many objects, where each object is associated with two keys (a 'row' key and a 'column' key).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="KeyedValueComparator.html">KeyedValueComparator</A></B></TD><TD>A utility class that can compare and order two <A HREF="../../../org/jfree/data/KeyedValue.html"><CODE>KeyedValue</CODE></A> instances and sort them into ascending or descending order by key or by value.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="KeyedValueComparatorType.html">KeyedValueComparatorType</A></B></TD><TD>Uses to indicate the type of a <A HREF="../../../org/jfree/data/KeyedValueComparator.html"><CODE>KeyedValueComparator</CODE></A> : 'by key' or 'by value'.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="LineFunction2D.html">LineFunction2D</A></B></TD><TD>A function in the form y = a + bx.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="MatrixSeries.html">MatrixSeries</A></B></TD><TD>Represents a dense matrix M[i,j] where each Mij item of the matrix has a value (default is 0).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="MatrixSeriesCollection.html">MatrixSeriesCollection</A></B></TD><TD>Represents a collection of MatrixSeries that can be used as a dataset.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="MeanAndStandardDeviation.html">MeanAndStandardDeviation</A></B></TD><TD>A simple data structure that holds a mean value and a standard deviation value.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="MovingAverage.html">MovingAverage</A></B></TD><TD>A utility class for calculating moving averages of time series data.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="NonGridContourDataset.html">NonGridContourDataset</A></B></TD><TD>A convenience class that extends the <A HREF="../../../org/jfree/data/DefaultContourDataset.html"><CODE>DefaultContourDataset</CODE></A> to acommadate non-grid data.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="NormalizedMatrixSeries.html">NormalizedMatrixSeries</A></B></TD><TD>Represents a dense normalized matrix M[i,j] where each Mij item of the matrix has a value (default is 0).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="PowerFunction2D.html">PowerFunction2D</A></B></TD><TD>A function of the form y = a * x ^ b.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="Range.html">Range</A></B></TD><TD>Represents the visible range for an axis.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="Regression.html">Regression</A></B></TD><TD>A utility class for fitting regression curves to data.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="Series.html">Series</A></B></TD><TD>Base class representing a data series.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="SeriesChangeEvent.html">SeriesChangeEvent</A></B></TD><TD>An event with details of a change to a series.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="Statistics.html">Statistics</A></B></TD><TD>A utility class that provides some simple statistical functions.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="SubSeriesDataset.html">SubSeriesDataset</A></B></TD><TD>This class will create a dataset with one or more series from another <A HREF="../../../org/jfree/data/SeriesDataset.html"><CODE>SeriesDataset</CODE></A>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="TableXYDataset.html">TableXYDataset</A></B></TD><TD>An <A HREF="../../../org/jfree/data/XYDataset.html"><CODE>XYDataset</CODE></A> where every series shares the same x-values (required for generating stacked area charts).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="Task.html">Task</A></B></TD><TD>A simple representation of a task.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="TaskSeries.html">TaskSeries</A></B></TD><TD>A series that contains zero, one or many <A HREF="../../../org/jfree/data/Task.html"><CODE>Task</CODE></A> objects.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="TaskSeriesCollection.html">TaskSeriesCollection</A></B></TD><TD>A collection of <A HREF="../../../org/jfree/data/TaskSeries.html"><CODE>TaskSeries</CODE></A> objects.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="TimeSeriesTableModel.html">TimeSeriesTableModel</A></B></TD><TD>Wrapper around a time series to convert it to a table model for use in a JTable.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="XYDataItem.html">XYDataItem</A></B></TD><TD>Represents one (x, y) data item for an xy-series.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="XYDataPair.html">XYDataPair</A></B></TD><TD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../org/jfree/data/XYDataItem.html"><CODE>XYDataItem</CODE></A>.</I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="XYDatasetTableModel.html">XYDatasetTableModel</A></B></TD><TD>A READ-ONLY wrapper around an <A HREF="../../../org/jfree/data/XYDataset.html"><CODE>XYDataset</CODE></A> to convert it to a table model for use in a JTable.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="XYSeries.html">XYSeries</A></B></TD><TD>Represents a sequence of zero or more data items in the form (x, y).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="XYSeriesCollection.html">XYSeriesCollection</A></B></TD><TD>Represents a collection of XY series that can be used as a dataset.</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Exception Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="SeriesException.html">SeriesException</A></B></TD><TD>A general purpose exception class for data series.</TD></TR></TABLE>&nbsp;<P><A NAME="package_description"><!-- --></A><H2>Package org.jfree.data Description</H2><P>Data interfaces and classes.<P><P><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../org/jfree/chart/urls/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;&nbsp;<A HREF="../../../org/jfree/data/resources/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="package-summary.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT>  <!--  if(window==top) {    document.writeln('<A HREF="../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT><A HREF="../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?