thermometerplot.html
来自「JFreeChart的帮助文档」· HTML 代码 · 共 1,444 行 · 第 1/5 页
HTML
1,444 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Thu Sep 11 11:26:58 BST 2003 --><TITLE>ThermometerPlot (JFreeChart Class Library (version 0.9.12))</TITLE><META NAME="keywords" CONTENT="org.jfree.chart.plot.ThermometerPlot,ThermometerPlot class"><LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"></HEAD><SCRIPT>function asd(){parent.document.title="ThermometerPlot (JFreeChart Class Library (version 0.9.12))";}</SCRIPT><BODY BGCOLOR="white" onload="asd();"><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_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> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </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="../../../../org/jfree/chart/plot/PlotOrientation.html"><B>PREV CLASS</B></A> <A HREF="../../../../org/jfree/chart/plot/XYPlot.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="ThermometerPlot.html" TARGET="_top"><B>NO FRAMES</B></A> <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><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><!-- ======== START OF CLASS DATA ======== --><H2><FONT SIZE="-1">org.jfree.chart.plot</FONT><BR>Class ThermometerPlot</H2><PRE>java.lang.Object | +--<A HREF="../../../../org/jfree/chart/plot/Plot.html">org.jfree.chart.plot.Plot</A> | +--<B>org.jfree.chart.plot.ThermometerPlot</B></PRE><DL><DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/jfree/chart/event/AxisChangeListener.html">AxisChangeListener</A>, <A HREF="../../../../org/jfree/chart/axis/AxisConstants.html">AxisConstants</A>, java.lang.Cloneable, <A HREF="../../../../org/jfree/data/DatasetChangeListener.html">DatasetChangeListener</A>, java.util.EventListener, java.io.Serializable, <A HREF="../../../../org/jfree/chart/plot/ValueAxisPlot.html">ValueAxisPlot</A></DD></DL><HR><DL><DT>public class <B>ThermometerPlot</B><DT>extends <A HREF="../../../../org/jfree/chart/plot/Plot.html">Plot</A><DT>implements <A HREF="../../../../org/jfree/chart/plot/ValueAxisPlot.html">ValueAxisPlot</A>, java.lang.Cloneable, java.io.Serializable</DL><P>A plot that displays a single value (from a <A HREF="../../../../org/jfree/data/ValueDataset.html"><CODE>ValueDataset</CODE></A>) in a thermometer type display. <p> This plot supports a number of options: <ol> <li>three sub-ranges which could be viewed as 'Normal', 'Warning' and 'Critical' ranges.</li> <li>the thermometer can be run in two modes: <ul> <li>fixed range, or</li> <li>range adjusts to current sub-range.</li> </ul> </li> <li>settable units to be displayed.</li> <li>settable display location for the value text.</li> </ol><P><P><DL><DT><B>Author:</B></DT> <DD>Bryan Scott</DD><DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html" TARGET="org.jfree.chart.plot.ThermometerPlot">Serialized Form</A></DL><HR><P><!-- ======== NESTED CLASS SUMMARY ======== --><!-- =========== FIELD SUMMARY =========== --><A NAME="field_summary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Field Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/ThermometerPlot.html#AXIS_GAP">AXIS_GAP</A></B></CODE><BR> The axis gap.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/ThermometerPlot.html#BULB">BULB</A></B></CODE><BR> A constant for the value label position (in the thermometer bulb).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/ThermometerPlot.html#BULB_DIAMETER">BULB_DIAMETER</A></B></CODE><BR> The bulb diameter.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/ThermometerPlot.html#BULB_RADIUS">BULB_RADIUS</A></B></CODE><BR> The bulb radius.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/ThermometerPlot.html#COLUMN_DIAMETER">COLUMN_DIAMETER</A></B></CODE><BR> The column diameter.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/ThermometerPlot.html#COLUMN_RADIUS">COLUMN_RADIUS</A></B></CODE><BR> The column radius.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/ThermometerPlot.html#CRITICAL">CRITICAL</A></B></CODE><BR> A constant for the 'critical' range.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected static double</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/ThermometerPlot.html#DEFAULT_LOWER_BOUND">DEFAULT_LOWER_BOUND</A></B></CODE><BR> The default lower bound.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected static double</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/ThermometerPlot.html#DEFAULT_UPPER_BOUND">DEFAULT_UPPER_BOUND</A></B></CODE><BR> The default upper bound.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/ThermometerPlot.html#DISPLAY_HIGH">DISPLAY_HIGH</A></B></CODE><BR> Index for display high value in subrangeInfo matrix.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/ThermometerPlot.html#DISPLAY_LOW">DISPLAY_LOW</A></B></CODE><BR> Index for display low value in subrangeInfo matrix.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/ThermometerPlot.html#GAP_DIAMETER">GAP_DIAMETER</A></B></CODE><BR> The gap diameter.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/ThermometerPlot.html#GAP_RADIUS">GAP_RADIUS</A></B></CODE><BR> The gap radius.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected static java.util.ResourceBundle</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/ThermometerPlot.html#localizationResources">localizationResources</A></B></CODE><BR> The resourceBundle for the localization.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/ThermometerPlot.html#NONE">NONE</A></B></CODE><BR> A constant for the value label position (no label).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/ThermometerPlot.html#NORMAL">NORMAL</A></B></CODE><BR> A constant for the 'normal' range.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/ThermometerPlot.html#RANGE_HIGH">RANGE_HIGH</A></B></CODE><BR> Index for high value in subrangeInfo matrix.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/ThermometerPlot.html#RANGE_LOW">RANGE_LOW</A></B></CODE><BR> Index for low value in subrangeInfo matrix.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/ThermometerPlot.html#RIGHT">RIGHT</A></B></CODE><BR> A constant for the value label position (right of the thermometer).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected static java.lang.String[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/jfree/chart/plot/ThermometerPlot.html#UNITS">UNITS</A></B></CODE><BR> The unit strings.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor">
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?