⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 thermometerplot.html

📁 JFreeChart 9.20的文档 需要用JAVA在网页上做统计图的东东
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<A NAME="GAP_DIAMETER"><!-- --></A><H3>GAP_DIAMETER</H3><PRE>protected static final int <B>GAP_DIAMETER</B></PRE><DL><DD>The gap diameter.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jfree.chart.plot.ThermometerPlot.GAP_DIAMETER">Constant Field Values</A></DL></DL><HR><A NAME="AXIS_GAP"><!-- --></A><H3>AXIS_GAP</H3><PRE>protected static final int <B>AXIS_GAP</B></PRE><DL><DD>The axis gap.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jfree.chart.plot.ThermometerPlot.AXIS_GAP">Constant Field Values</A></DL></DL><HR><A NAME="UNITS"><!-- --></A><H3>UNITS</H3><PRE>protected static final java.lang.String[] <B>UNITS</B></PRE><DL><DD>The unit strings.<P><DL></DL></DL><HR><A NAME="RANGE_LOW"><!-- --></A><H3>RANGE_LOW</H3><PRE>protected static final int <B>RANGE_LOW</B></PRE><DL><DD>Index for low value in subrangeInfo matrix.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jfree.chart.plot.ThermometerPlot.RANGE_LOW">Constant Field Values</A></DL></DL><HR><A NAME="RANGE_HIGH"><!-- --></A><H3>RANGE_HIGH</H3><PRE>protected static final int <B>RANGE_HIGH</B></PRE><DL><DD>Index for high value in subrangeInfo matrix.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jfree.chart.plot.ThermometerPlot.RANGE_HIGH">Constant Field Values</A></DL></DL><HR><A NAME="DISPLAY_LOW"><!-- --></A><H3>DISPLAY_LOW</H3><PRE>protected static final int <B>DISPLAY_LOW</B></PRE><DL><DD>Index for display low value in subrangeInfo matrix.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jfree.chart.plot.ThermometerPlot.DISPLAY_LOW">Constant Field Values</A></DL></DL><HR><A NAME="DISPLAY_HIGH"><!-- --></A><H3>DISPLAY_HIGH</H3><PRE>protected static final int <B>DISPLAY_HIGH</B></PRE><DL><DD>Index for display high value in subrangeInfo matrix.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jfree.chart.plot.ThermometerPlot.DISPLAY_HIGH">Constant Field Values</A></DL></DL><HR><A NAME="DEFAULT_LOWER_BOUND"><!-- --></A><H3>DEFAULT_LOWER_BOUND</H3><PRE>protected static final double <B>DEFAULT_LOWER_BOUND</B></PRE><DL><DD>The default lower bound.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jfree.chart.plot.ThermometerPlot.DEFAULT_LOWER_BOUND">Constant Field Values</A></DL></DL><HR><A NAME="DEFAULT_UPPER_BOUND"><!-- --></A><H3>DEFAULT_UPPER_BOUND</H3><PRE>protected static final double <B>DEFAULT_UPPER_BOUND</B></PRE><DL><DD>The default upper bound.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jfree.chart.plot.ThermometerPlot.DEFAULT_UPPER_BOUND">Constant Field Values</A></DL></DL><HR><A NAME="localizationResources"><!-- --></A><H3>localizationResources</H3><PRE>protected static java.util.ResourceBundle <B>localizationResources</B></PRE><DL><DD>The resourceBundle for the localization.<P><DL></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="ThermometerPlot()"><!-- --></A><H3>ThermometerPlot</H3><PRE>public <B>ThermometerPlot</B>()</PRE><DL><DD>Creates a new thermometer plot.<P></DL><HR><A NAME="ThermometerPlot(org.jfree.data.ValueDataset)"><!-- --></A><H3>ThermometerPlot</H3><PRE>public <B>ThermometerPlot</B>(<A HREF="../../../../org/jfree/data/ValueDataset.html" title="interface in org.jfree.data">ValueDataset</A>&nbsp;dataset)</PRE><DL><DD>Creates a new thermometer plot, using default attributes where necessary.<P><DT><B>Parameters:</B><DD><CODE>dataset</CODE> - the data set.</DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="getDataset()"><!-- --></A><H3>getDataset</H3><PRE>public <A HREF="../../../../org/jfree/data/ValueDataset.html" title="interface in org.jfree.data">ValueDataset</A> <B>getDataset</B>()</PRE><DL><DD>Returns the primary dataset for the plot.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The primary dataset (possibly <code>null</code>).</DL></DD></DL><HR><A NAME="setDataset(org.jfree.data.ValueDataset)"><!-- --></A><H3>setDataset</H3><PRE>public void <B>setDataset</B>(<A HREF="../../../../org/jfree/data/ValueDataset.html" title="interface in org.jfree.data">ValueDataset</A>&nbsp;dataset)</PRE><DL><DD>Sets the dataset for the plot, replacing the existing dataset if there is one.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>dataset</CODE> - the dataset (<code>null</code> permitted).</DL></DD></DL><HR><A NAME="getData()"><!-- --></A><H3>getData</H3><PRE>public <A HREF="../../../../org/jfree/data/ValueDataset.html" title="interface in org.jfree.data">ValueDataset</A> <B>getData</B>()</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>Use getDataset() instead.</I><P><DD>Returns the dataset cast to <A HREF="../../../../org/jfree/data/ValueDataset.html" title="interface in org.jfree.data"><CODE>ValueDataset</CODE></A> (provided for convenience).<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the dataset for the plot, cast as a <A HREF="../../../../org/jfree/data/ValueDataset.html" title="interface in org.jfree.data"><CODE>ValueDataset</CODE></A>.</DL></DD></DL><HR><A NAME="setData(org.jfree.data.ValueDataset)"><!-- --></A><H3>setData</H3><PRE>public void <B>setData</B>(<A HREF="../../../../org/jfree/data/ValueDataset.html" title="interface in org.jfree.data">ValueDataset</A>&nbsp;dataset)</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>Use setDataset(...) instead.</I><P><DD>Sets the data for the chart, replacing any existing data. <P> Registered listeners are notified that the plot has been modified (this will normally trigger a chart redraw).<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>dataset</CODE> - the new dataset.</DL></DD></DL><HR><A NAME="getRangeAxis()"><!-- --></A><H3>getRangeAxis</H3><PRE>public <A HREF="../../../../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</A> <B>getRangeAxis</B>()</PRE><DL><DD>Returns the range axis.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the range axis.</DL></DD></DL><HR><A NAME="setRangeAxis(org.jfree.chart.axis.ValueAxis)"><!-- --></A><H3>setRangeAxis</H3><PRE>public void <B>setRangeAxis</B>(<A HREF="../../../../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</A>&nbsp;axis)</PRE><DL><DD>Sets the range axis for the plot. <P> An exception is thrown if the new axis and the plot are not mutually compatible.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>axis</CODE> - the new axis.</DL></DD></DL><HR><A NAME="getLowerBound()"><!-- --></A><H3>getLowerBound</H3><PRE>public double <B>getLowerBound</B>()</PRE><DL><DD>Returns the lower bound for the thermometer. <p> The data value can be set lower than this, but it will not be shown in the thermometer.<P><DD><DL></DL></

⌨️ 快捷键说明

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