📄 index-2.html
字号:
Constructor for class org.jfree.chart.block.<A HREF="../org/jfree/chart/block/BlockResult.html" title="class in org.jfree.chart.block">BlockResult</A><DD>Creates a new result instance.<DT><A HREF="../org/jfree/chart/block/BorderArrangement.html" title="class in org.jfree.chart.block"><B>BorderArrangement</B></A> - Class in <A HREF="../org/jfree/chart/block/package-summary.html">org.jfree.chart.block</A><DD>An arrangement manager that lays out blocks in a similar way to Swing's BorderLayout class.<DT><A HREF="../org/jfree/chart/block/BorderArrangement.html#BorderArrangement()"><B>BorderArrangement()</B></A> - Constructor for class org.jfree.chart.block.<A HREF="../org/jfree/chart/block/BorderArrangement.html" title="class in org.jfree.chart.block">BorderArrangement</A><DD>Creates a new instance.<DT><A HREF="../org/jfree/chart/axis/AxisLocation.html#BOTTOM_OR_LEFT"><B>BOTTOM_OR_LEFT</B></A> - Static variable in class org.jfree.chart.axis.<A HREF="../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</A><DD>Axis at the bottom or left.<DT><A HREF="../org/jfree/chart/axis/AxisLocation.html#BOTTOM_OR_RIGHT"><B>BOTTOM_OR_RIGHT</B></A> - Static variable in class org.jfree.chart.axis.<A HREF="../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</A><DD>Axis at the bottom or right.<DT><A HREF="../org/jfree/chart/axis/CyclicNumberAxis.html#boundMappedToLastCycle"><B>boundMappedToLastCycle</B></A> - Variable in class org.jfree.chart.axis.<A HREF="../org/jfree/chart/axis/CyclicNumberAxis.html" title="class in org.jfree.chart.axis">CyclicNumberAxis</A><DD>??.<DT><A HREF="../org/jfree/data/statistics/BoxAndWhiskerCalculator.html" title="class in org.jfree.data.statistics"><B>BoxAndWhiskerCalculator</B></A> - Class in <A HREF="../org/jfree/data/statistics/package-summary.html">org.jfree.data.statistics</A><DD>A utility class that calculates the mean, median, quartiles Q1 and Q3, plus a list of outlier values...all from an arbitrary list of <code>Number</code> objects.<DT><A HREF="../org/jfree/data/statistics/BoxAndWhiskerCalculator.html#BoxAndWhiskerCalculator()"><B>BoxAndWhiskerCalculator()</B></A> - Constructor for class org.jfree.data.statistics.<A HREF="../org/jfree/data/statistics/BoxAndWhiskerCalculator.html" title="class in org.jfree.data.statistics">BoxAndWhiskerCalculator</A><DD> <DT><A HREF="../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html" title="interface in org.jfree.data.statistics"><B>BoxAndWhiskerCategoryDataset</B></A> - Interface in <A HREF="../org/jfree/data/statistics/package-summary.html">org.jfree.data.statistics</A><DD>A category dataset that defines various medians, outliers and an average value for each item.<DT><A HREF="../org/jfree/data/statistics/BoxAndWhiskerItem.html" title="class in org.jfree.data.statistics"><B>BoxAndWhiskerItem</B></A> - Class in <A HREF="../org/jfree/data/statistics/package-summary.html">org.jfree.data.statistics</A><DD>Represents one data item within a box-and-whisker dataset.<DT><A HREF="../org/jfree/data/statistics/BoxAndWhiskerItem.html#BoxAndWhiskerItem(java.lang.Number, java.lang.Number, java.lang.Number, java.lang.Number, java.lang.Number, java.lang.Number, java.lang.Number, java.lang.Number, java.util.List)"><B>BoxAndWhiskerItem(Number, Number, Number, Number, Number, Number, Number, Number, List)</B></A> - Constructor for class org.jfree.data.statistics.<A HREF="../org/jfree/data/statistics/BoxAndWhiskerItem.html" title="class in org.jfree.data.statistics">BoxAndWhiskerItem</A><DD>Creates a new box-and-whisker item.<DT><A HREF="../org/jfree/chart/renderer/category/BoxAndWhiskerRenderer.html" title="class in org.jfree.chart.renderer.category"><B>BoxAndWhiskerRenderer</B></A> - Class in <A HREF="../org/jfree/chart/renderer/category/package-summary.html">org.jfree.chart.renderer.category</A><DD>A box-and-whisker renderer.<DT><A HREF="../org/jfree/chart/renderer/category/BoxAndWhiskerRenderer.html#BoxAndWhiskerRenderer()"><B>BoxAndWhiskerRenderer()</B></A> - Constructor for class org.jfree.chart.renderer.category.<A HREF="../org/jfree/chart/renderer/category/BoxAndWhiskerRenderer.html" title="class in org.jfree.chart.renderer.category">BoxAndWhiskerRenderer</A><DD>Default constructor.<DT><A HREF="../org/jfree/chart/labels/BoxAndWhiskerToolTipGenerator.html" title="class in org.jfree.chart.labels"><B>BoxAndWhiskerToolTipGenerator</B></A> - Class in <A HREF="../org/jfree/chart/labels/package-summary.html">org.jfree.chart.labels</A><DD>An item label generator for plots that use data from a <A HREF="../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html" title="interface in org.jfree.data.statistics"><CODE>BoxAndWhiskerCategoryDataset</CODE></A>.<DT><A HREF="../org/jfree/chart/labels/BoxAndWhiskerToolTipGenerator.html#BoxAndWhiskerToolTipGenerator()"><B>BoxAndWhiskerToolTipGenerator()</B></A> - Constructor for class org.jfree.chart.labels.<A HREF="../org/jfree/chart/labels/BoxAndWhiskerToolTipGenerator.html" title="class in org.jfree.chart.labels">BoxAndWhiskerToolTipGenerator</A><DD>Creates a default tool tip generator.<DT><A HREF="../org/jfree/chart/labels/BoxAndWhiskerToolTipGenerator.html#BoxAndWhiskerToolTipGenerator(java.lang.String, java.text.NumberFormat)"><B>BoxAndWhiskerToolTipGenerator(String, NumberFormat)</B></A> - Constructor for class org.jfree.chart.labels.<A HREF="../org/jfree/chart/labels/BoxAndWhiskerToolTipGenerator.html" title="class in org.jfree.chart.labels">BoxAndWhiskerToolTipGenerator</A><DD>Creates a tool tip formatter.<DT><A HREF="../org/jfree/data/statistics/BoxAndWhiskerXYDataset.html" title="interface in org.jfree.data.statistics"><B>BoxAndWhiskerXYDataset</B></A> - Interface in <A HREF="../org/jfree/data/statistics/package-summary.html">org.jfree.data.statistics</A><DD>An interface that defines data in the form of (x, max, min, average, median) tuples.<DT><A HREF="../org/jfree/chart/labels/BoxAndWhiskerXYToolTipGenerator.html" title="class in org.jfree.chart.labels"><B>BoxAndWhiskerXYToolTipGenerator</B></A> - Class in <A HREF="../org/jfree/chart/labels/package-summary.html">org.jfree.chart.labels</A><DD>An item label generator for plots that use data from a <A HREF="../org/jfree/data/statistics/BoxAndWhiskerXYDataset.html" title="interface in org.jfree.data.statistics"><CODE>BoxAndWhiskerXYDataset</CODE></A>.<DT><A HREF="../org/jfree/chart/labels/BoxAndWhiskerXYToolTipGenerator.html#BoxAndWhiskerXYToolTipGenerator()"><B>BoxAndWhiskerXYToolTipGenerator()</B></A> - Constructor for class org.jfree.chart.labels.<A HREF="../org/jfree/chart/labels/BoxAndWhiskerXYToolTipGenerator.html" title="class in org.jfree.chart.labels">BoxAndWhiskerXYToolTipGenerator</A><DD>Creates a default item label generator.<DT><A HREF="../org/jfree/chart/labels/BoxAndWhiskerXYToolTipGenerator.html#BoxAndWhiskerXYToolTipGenerator(java.lang.String, java.text.DateFormat, java.text.NumberFormat)"><B>BoxAndWhiskerXYToolTipGenerator(String, DateFormat, NumberFormat)</B></A> - Constructor for class org.jfree.chart.labels.<A HREF="../org/jfree/chart/labels/BoxAndWhiskerXYToolTipGenerator.html" title="class in org.jfree.chart.labels">BoxAndWhiskerXYToolTipGenerator</A><DD>Creates a new item label generator.<DT><A HREF="../org/jfree/chart/labels/BubbleXYItemLabelGenerator.html" title="class in org.jfree.chart.labels"><B>BubbleXYItemLabelGenerator</B></A> - Class in <A HREF="../org/jfree/chart/labels/package-summary.html">org.jfree.chart.labels</A><DD>An item label generator defined for use with the <A HREF="../org/jfree/chart/renderer/xy/XYBubbleRenderer.html" title="class in org.jfree.chart.renderer.xy"><CODE>XYBubbleRenderer</CODE></A> class, or any other class that uses an <A HREF="../org/jfree/data/xy/XYZDataset.html" title="interface in org.jfree.data.xy"><CODE>XYZDataset</CODE></A>.<DT><A HREF="../org/jfree/chart/labels/BubbleXYItemLabelGenerator.html#BubbleXYItemLabelGenerator()"><B>BubbleXYItemLabelGenerator()</B></A> - Constructor for class org.jfree.chart.labels.<A HREF="../org/jfree/chart/labels/BubbleXYItemLabelGenerator.html" title="class in org.jfree.chart.labels">BubbleXYItemLabelGenerator</A><DD>Creates a new tool tip generator using default number formatters for the x, y and z-values.<DT><A HREF="../org/jfree/chart/labels/BubbleXYItemLabelGenerator.html#BubbleXYItemLabelGenerator(java.lang.String, java.text.NumberFormat, java.text.NumberFormat, java.text.NumberFormat)"><B>BubbleXYItemLabelGenerator(String, NumberFormat, NumberFormat, NumberFormat)</B></A> - Constructor for class org.jfree.chart.labels.<A HREF="../org/jfree/chart/labels/BubbleXYItemLabelGenerator.html" title="class in org.jfree.chart.labels">BubbleXYItemLabelGenerator</A><DD>Constructs a new tool tip generator using the specified number formatters.<DT><A HREF="../org/jfree/chart/labels/BubbleXYItemLabelGenerator.html#BubbleXYItemLabelGenerator(java.lang.String, java.text.DateFormat, java.text.DateFormat, java.text.DateFormat)"><B>BubbleXYItemLabelGenerator(String, DateFormat, DateFormat, DateFormat)</B></A> - Constructor for class org.jfree.chart.labels.<A HREF="../org/jfree/chart/labels/BubbleXYItemLabelGenerator.html" title="class in org.jfree.chart.labels">BubbleXYItemLabelGenerator</A><DD>Constructs a new item label generator using the specified date formatters.<DT><A HREF="../org/jfree/data/contour/NonGridContourDataset.html#buildGrid(int, int, int)"><B>buildGrid(int, int, int)</B></A> - Method in class org.jfree.data.contour.<A HREF="../org/jfree/data/contour/NonGridContourDataset.html" title="class in org.jfree.data.contour">NonGridContourDataset</A><DD>Builds a regular grid.<DT><A HREF="../org/jfree/chart/plot/ThermometerPlot.html#BULB"><B>BULB</B></A> - Static variable in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/ThermometerPlot.html" title="class in org.jfree.chart.plot">ThermometerPlot</A><DD>A constant for the value label position (in the thermometer bulb).<DT><A HREF="../org/jfree/chart/plot/ThermometerPlot.html#BULB_DIAMETER"><B>BULB_DIAMETER</B></A> - Static variable in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/ThermometerPlot.html" title="class in org.jfree.chart.plot">ThermometerPlot</A><DD>The bulb diameter.<DT><A HREF="../org/jfree/chart/plot/ThermometerPlot.html#BULB_RADIUS"><B>BULB_RADIUS</B></A> - Static variable in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/ThermometerPlot.html" title="class in org.jfree.chart.plot">ThermometerPlot</A><DD>The bulb radius.<DT><A HREF="../org/jfree/data/KeyedValueComparatorType.html#BY_KEY"><B>BY_KEY</B></A> - Static variable in class org.jfree.data.<A HREF="../org/jfree/data/KeyedValueComparatorType.html" title="class in org.jfree.data">KeyedValueComparatorType</A><DD>An object representing 'by key' sorting.<DT><A HREF="../org/jfree/data/KeyedValueComparatorType.html#BY_VALUE"><B>BY_VALUE</B></A> - Static variable in class org.jfree.data.<A HREF="../org/jfree/data/KeyedValueComparatorType.html" title="class in org.jfree.data">KeyedValueComparatorType</A><DD>An object representing 'by value' sorting.</DL><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index-1.html"><B>PREV LETTER</B></A> <A HREF="index-3.html"><B>NEXT LETTER</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?index-filesindex-2.html" target="_top"><B>FRAMES</B></A> <A HREF="index-2.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">X</A> <A HREF="index-25.html">Y</A> <A HREF="index-26.html">Z</A> <HR></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -