📄 index-1.html
字号:
<DD>Default constructor.<DT><A HREF="../org/jfree/data/general/AbstractSeriesDataset.html" title="class in org.jfree.data.general"><B>AbstractSeriesDataset</B></A> - Class in <A HREF="../org/jfree/data/general/package-summary.html">org.jfree.data.general</A><DD>An abstract implementation of the <A HREF="../org/jfree/data/general/SeriesDataset.html" title="interface in org.jfree.data.general"><CODE>SeriesDataset</CODE></A> interface, containing a mechanism for registering change listeners.<DT><A HREF="../org/jfree/data/general/AbstractSeriesDataset.html#AbstractSeriesDataset()"><B>AbstractSeriesDataset()</B></A> - Constructor for class org.jfree.data.general.<A HREF="../org/jfree/data/general/AbstractSeriesDataset.html" title="class in org.jfree.data.general">AbstractSeriesDataset</A><DD>Creates a new dataset.<DT><A HREF="../org/jfree/chart/annotations/AbstractXYAnnotation.html" title="class in org.jfree.chart.annotations"><B>AbstractXYAnnotation</B></A> - Class in <A HREF="../org/jfree/chart/annotations/package-summary.html">org.jfree.chart.annotations</A><DD>The interface that must be supported by annotations that are to be added to an <A HREF="../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><CODE>XYPlot</CODE></A>.<DT><A HREF="../org/jfree/chart/annotations/AbstractXYAnnotation.html#AbstractXYAnnotation()"><B>AbstractXYAnnotation()</B></A> - Constructor for class org.jfree.chart.annotations.<A HREF="../org/jfree/chart/annotations/AbstractXYAnnotation.html" title="class in org.jfree.chart.annotations">AbstractXYAnnotation</A><DD>Creates a new instance that has no tool tip or URL specified.<DT><A HREF="../org/jfree/data/xy/AbstractXYDataset.html" title="class in org.jfree.data.xy"><B>AbstractXYDataset</B></A> - Class in <A HREF="../org/jfree/data/xy/package-summary.html">org.jfree.data.xy</A><DD>An base class that you can use to create new implementations of the <A HREF="../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy"><CODE>XYDataset</CODE></A> interface.<DT><A HREF="../org/jfree/data/xy/AbstractXYDataset.html#AbstractXYDataset()"><B>AbstractXYDataset()</B></A> - Constructor for class org.jfree.data.xy.<A HREF="../org/jfree/data/xy/AbstractXYDataset.html" title="class in org.jfree.data.xy">AbstractXYDataset</A><DD> <DT><A HREF="../org/jfree/chart/labels/AbstractXYItemLabelGenerator.html" title="class in org.jfree.chart.labels"><B>AbstractXYItemLabelGenerator</B></A> - Class in <A HREF="../org/jfree/chart/labels/package-summary.html">org.jfree.chart.labels</A><DD>A base class for creating item label generators.<DT><A HREF="../org/jfree/chart/labels/AbstractXYItemLabelGenerator.html#AbstractXYItemLabelGenerator()"><B>AbstractXYItemLabelGenerator()</B></A> - Constructor for class org.jfree.chart.labels.<A HREF="../org/jfree/chart/labels/AbstractXYItemLabelGenerator.html" title="class in org.jfree.chart.labels">AbstractXYItemLabelGenerator</A><DD>Creates an item label generator using default number formatters.<DT><A HREF="../org/jfree/chart/labels/AbstractXYItemLabelGenerator.html#AbstractXYItemLabelGenerator(java.lang.String, java.text.NumberFormat, java.text.NumberFormat)"><B>AbstractXYItemLabelGenerator(String, NumberFormat, NumberFormat)</B></A> - Constructor for class org.jfree.chart.labels.<A HREF="../org/jfree/chart/labels/AbstractXYItemLabelGenerator.html" title="class in org.jfree.chart.labels">AbstractXYItemLabelGenerator</A><DD>Creates an item label generator using the specified number formatters.<DT><A HREF="../org/jfree/chart/labels/AbstractXYItemLabelGenerator.html#AbstractXYItemLabelGenerator(java.lang.String, java.text.DateFormat, java.text.NumberFormat)"><B>AbstractXYItemLabelGenerator(String, DateFormat, NumberFormat)</B></A> - Constructor for class org.jfree.chart.labels.<A HREF="../org/jfree/chart/labels/AbstractXYItemLabelGenerator.html" title="class in org.jfree.chart.labels">AbstractXYItemLabelGenerator</A><DD>Creates an item label generator using the specified number formatters.<DT><A HREF="../org/jfree/chart/labels/AbstractXYItemLabelGenerator.html#AbstractXYItemLabelGenerator(java.lang.String, java.text.DateFormat, java.text.DateFormat)"><B>AbstractXYItemLabelGenerator(String, DateFormat, DateFormat)</B></A> - Constructor for class org.jfree.chart.labels.<A HREF="../org/jfree/chart/labels/AbstractXYItemLabelGenerator.html" title="class in org.jfree.chart.labels">AbstractXYItemLabelGenerator</A><DD>Creates an item label generator using the specified number formatters.<DT><A HREF="../org/jfree/chart/renderer/xy/AbstractXYItemRenderer.html" title="class in org.jfree.chart.renderer.xy"><B>AbstractXYItemRenderer</B></A> - Class in <A HREF="../org/jfree/chart/renderer/xy/package-summary.html">org.jfree.chart.renderer.xy</A><DD>A base class that can be used to create new <A HREF="../org/jfree/chart/renderer/xy/XYItemRenderer.html" title="interface in org.jfree.chart.renderer.xy"><CODE>XYItemRenderer</CODE></A> implementations.<DT><A HREF="../org/jfree/chart/renderer/xy/AbstractXYItemRenderer.html#AbstractXYItemRenderer()"><B>AbstractXYItemRenderer()</B></A> - Constructor for class org.jfree.chart.renderer.xy.<A HREF="../org/jfree/chart/renderer/xy/AbstractXYItemRenderer.html" title="class in org.jfree.chart.renderer.xy">AbstractXYItemRenderer</A><DD>Creates a renderer where the tooltip generator and the URL generator are both <code>null</code>.<DT><A HREF="../org/jfree/data/xy/AbstractXYZDataset.html" title="class in org.jfree.data.xy"><B>AbstractXYZDataset</B></A> - Class in <A HREF="../org/jfree/data/xy/package-summary.html">org.jfree.data.xy</A><DD>An base class that you can use to create new implementations of the <A HREF="../org/jfree/data/xy/XYZDataset.html" title="interface in org.jfree.data.xy"><CODE>XYZDataset</CODE></A> interface.<DT><A HREF="../org/jfree/data/xy/AbstractXYZDataset.html#AbstractXYZDataset()"><B>AbstractXYZDataset()</B></A> - Constructor for class org.jfree.data.xy.<A HREF="../org/jfree/data/xy/AbstractXYZDataset.html" title="class in org.jfree.data.xy">AbstractXYZDataset</A><DD> <DT><A HREF="../org/jfree/data/statistics/SimpleHistogramBin.html#accepts(double)"><B>accepts(double)</B></A> - Method in class org.jfree.data.statistics.<A HREF="../org/jfree/data/statistics/SimpleHistogramBin.html" title="class in org.jfree.data.statistics">SimpleHistogramBin</A><DD>Returns <code>true</code> if the specified value belongs in the bin, and <code>false</code> otherwise.<DT><A HREF="../org/jfree/chart/ChartPanel.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> - Method in class org.jfree.chart.<A HREF="../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart">ChartPanel</A><DD>Handles action events generated by the popup menu.<DT><A HREF="../org/jfree/chart/PolarChartPanel.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> - Method in class org.jfree.chart.<A HREF="../org/jfree/chart/PolarChartPanel.html" title="class in org.jfree.chart">PolarChartPanel</A><DD>Handles action events generated by the popup menu.<DT><A HREF="../org/jfree/chart/axis/AxisCollection.html#add(org.jfree.chart.axis.Axis, org.jfree.ui.RectangleEdge)"><B>add(Axis, RectangleEdge)</B></A> - Method in class org.jfree.chart.axis.<A HREF="../org/jfree/chart/axis/AxisCollection.html" title="class in org.jfree.chart.axis">AxisCollection</A><DD>Adds an axis to the collection.<DT><A HREF="../org/jfree/chart/axis/AxisSpace.html#add(double, org.jfree.ui.RectangleEdge)"><B>add(double, RectangleEdge)</B></A> - Method in class org.jfree.chart.axis.<A HREF="../org/jfree/chart/axis/AxisSpace.html" title="class in org.jfree.chart.axis">AxisSpace</A><DD>Adds space to the top, bottom, left or right edge of the plot area.<DT><A HREF="../org/jfree/chart/axis/TickUnits.html#add(org.jfree.chart.axis.TickUnit)"><B>add(TickUnit)</B></A> - Method in class org.jfree.chart.axis.<A HREF="../org/jfree/chart/axis/TickUnits.html" title="class in org.jfree.chart.axis">TickUnits</A><DD>Adds a tick unit to the collection.<DT><A HREF="../org/jfree/chart/block/Arrangement.html#add(org.jfree.chart.block.Block, java.lang.Object)"><B>add(Block, Object)</B></A> - Method in interface org.jfree.chart.block.<A HREF="../org/jfree/chart/block/Arrangement.html" title="interface in org.jfree.chart.block">Arrangement</A><DD>Adds a block and a key which can be used to determine the position of the block in the arrangement.<DT><A HREF="../org/jfree/chart/block/BlockContainer.html#add(org.jfree.chart.block.Block)"><B>add(Block)</B></A> - Method in class org.jfree.chart.block.<A HREF="../org/jfree/chart/block/BlockContainer.html" title="class in org.jfree.chart.block">BlockContainer</A><DD>Adds a block to the container.<DT><A HREF="../org/jfree/chart/block/BlockContainer.html#add(org.jfree.chart.block.Block, java.lang.Object)"><B>add(Block, Object)</B></A> - Method in class org.jfree.chart.block.<A HREF="../org/jfree/chart/block/BlockContainer.html" title="class in org.jfree.chart.block">BlockContainer</A><DD>Adds a block to the container.<DT><A HREF="../org/jfree/chart/block/BorderArrangement.html#add(org.jfree.chart.block.Block, java.lang.Object)"><B>add(Block, Object)</B></A> - Method in class org.jfree.chart.block.<A HREF="../org/jfree/chart/block/BorderArrangement.html" title="class in org.jfree.chart.block">BorderArrangement</A><DD>Adds a block to the arrangement manager at the specified edge.<DT><A HREF="../org/jfree/chart/block/CenterArrangement.html#add(org.jfree.chart.block.Block, java.lang.Object)"><B>add(Block, Object)</B></A> - Method in class org.jfree.chart.block.<A HREF="../org/jfree/chart/block/CenterArrangement.html" title="class in org.jfree.chart.block">CenterArrangement</A><DD>Adds a block to be managed by this instance.<DT><A HREF="../org/jfree/chart/block/ColumnArrangement.html#add(org.jfree.chart.block.Block, java.lang.Object)"><B>add(Block, Object)</B></A> - Method in class org.jfree.chart.block.<A HREF="../org/jfree/chart/block/ColumnArrangement.html" title="class in org.jfree.chart.block">ColumnArrangement</A><DD>Adds a block to be managed by this instance.<DT><A HREF="../org/jfree/chart/block/FlowArrangement.html#add(org.jfree.chart.block.Block, java.lang.Object)"><B>add(Block, Object)</B></A> - Method in class org.jfree.chart.block.<A HREF="../org/jfree/chart/block/FlowArrangement.html" title="class in org.jfree.chart.block">FlowArrangement</A><DD>Adds a block to be managed by this instance.<DT><A HREF="../org/jfree/chart/block/GridArrangement.html#add(org.jfree.chart.block.Block, java.lang.Object)"><B>add(Block, Object)</B></A> - Method in class org.jfree.chart.block.<A HREF="../org/jfree/chart/block/GridArrangement.html" title="class in org.jfree.chart.block">GridArrangement</A><DD>Adds a block and a key which can be used to determine the position of the block in the arrangement.<DT><A HREF="../org/jfree/chart/entity/EntityCollection.html#add(org.jfree.chart.entity.ChartEntity)"><B>add(ChartEntity)</B></A> - Method in interface org.jfree.chart.entity.<A HREF="../org/jfree/chart/entity/EntityCollection.html" title="interface in org.jfree.chart.entity">EntityCollection</A><DD>Adds an entity to the collection.<DT><A HREF="../org/jfree/chart/entity/StandardEntityCollection.html#add(org.jfree.chart.entity.ChartEntity)"><B>add(ChartEntity)</B></A> - Method in class org.jfree.chart.entity.<A HREF="../org/jfree/chart/entity/StandardEntityCollection.html" title="class in org.jfree.chart.entity">StandardEntityCollection</A><DD>Adds an entity to the collection.<DT><A HREF="../org/jfree/chart/LegendItemCollection.html#add(org.jfree.chart.LegendItem)"><B>add(LegendItem)</B></A> - Method in class org.jfree.chart.<A HREF="../org/jfree/chart/LegendItemCollection.html" title="class in org.jfree.chart">LegendItemCollection</A><DD>Adds a legend item to the collection.<DT><A HREF="../org/jfree/chart/plot/CombinedDomainCategoryPlot.html#add(org.jfree.chart.plot.CategoryPlot)"><B>add(CategoryPlot)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/CombinedDomainCategoryPlot.html" title="class in org.jfree.chart.plot">CombinedDomainCategoryPlot</A><DD>Adds a subplot to the combined chart and sends a <A HREF="../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><CODE>PlotChangeEvent</CODE></A> to all registered listeners.<DT><A HREF="../org/jfree/chart/plot/CombinedDomainCategoryPlot.html#add(org.jfree.chart.plot.CategoryPlot, int)"><B>add(CategoryPlot, int)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/CombinedDomainCategoryPlot.html" title="class in org.jfree.chart.plot">CombinedDomainCategoryPlot</A><DD>Adds a subplot to the combined chart and sends a <A HREF="../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><CODE>PlotChangeEvent</CODE></A> to all registered listeners.<DT><A HREF="../org/jfree/chart/plot/CombinedDomainXYPlot.html#add(org.jfree.chart.plot.XYPlot)"><B>add(XYPlot)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/CombinedDomainXYPlot.html" title="class in org.jfree.chart.plot">CombinedDomainXYPlot</A><DD>Adds a subplot (with a default 'weight' of 1) and sends a <A HREF="../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><CODE>PlotChangeEvent</CODE></A> to all registered listeners.<DT><A HREF="../org/jfree/chart/plot/CombinedDomainXYPlot.html#add(org.jfree.chart.plot.XYPlot, int)"><B>add(XYPlot, int)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/CombinedDomainXYPlot.html" title="class in org.jfree.chart.plot">CombinedDomainXYPlot</A><DD>Adds a subplot with the specified weight and sends a <A HREF="../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><CODE>PlotChangeEvent</CODE></A> to all registered listeners.<DT><A HREF="../org/jfree/chart/plot/CombinedRangeCategoryPlot.html#add(org.jfree.chart.plot.CategoryPlot)"><B>add(CategoryPlot)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/CombinedRangeCategoryPlot.html" title="class in org.jfree.chart.plot">CombinedRangeCategoryPlot</A><DD>Adds a subplot (with a default 'weight' of 1) and sends a <A HREF="../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><CODE>PlotChangeEvent</CODE></A> to all registered listeners.<DT><A HREF="../org/jfree/chart/plot/CombinedRangeCategoryPlot.html#add(org.jfree.chart.plot.CategoryPlot, int)"><B>add(CategoryPlot, int)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/CombinedRangeCategoryPlot.html" title="class in org.jfree.chart.plot">CombinedRangeCategoryPlot</A><DD>Adds a subplot and sends a <A HREF="../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><CODE>PlotChangeEvent</CODE></A> to all registered listeners.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -