📄 defaultmeterdataset.html
字号:
<BR> <B>Deprecated.</B> Sets the border type.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/data/DefaultMeterDataset.html#setCriticalRange(java.lang.Number, java.lang.Number)">setCriticalRange</A></B>(java.lang.Number minCritical, java.lang.Number maxCritical)</CODE><BR> <B>Deprecated.</B> Sets the critical range for the dataset.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/data/DefaultMeterDataset.html#setNormalRange(java.lang.Number, java.lang.Number)">setNormalRange</A></B>(java.lang.Number minNormal, java.lang.Number maxNormal)</CODE><BR> <B>Deprecated.</B> Sets the normal range for the dataset.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/data/DefaultMeterDataset.html#setRange(java.lang.Number, java.lang.Number)">setRange</A></B>(java.lang.Number min, java.lang.Number max)</CODE><BR> <B>Deprecated.</B> Sets the range for the dataset.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/data/DefaultMeterDataset.html#setUnits(java.lang.String)">setUnits</A></B>(java.lang.String units)</CODE><BR> <B>Deprecated.</B> Sets the measurement unit description.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/data/DefaultMeterDataset.html#setValue(double)">setValue</A></B>(double value)</CODE><BR> <B>Deprecated.</B> Sets the value.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/data/DefaultMeterDataset.html#setValue(java.lang.Number)">setValue</A></B>(java.lang.Number value)</CODE><BR> <B>Deprecated.</B> Sets the value for the dataset.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/data/DefaultMeterDataset.html#setWarningRange(java.lang.Number, java.lang.Number)">setWarningRange</A></B>(java.lang.Number minWarning, java.lang.Number maxWarning)</CODE><BR> <B>Deprecated.</B> Sets the warning range for the dataset.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_org.jfree.data.AbstractDataset"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class org.jfree.data.<A HREF="../../../org/jfree/data/AbstractDataset.html" title="class in org.jfree.data">AbstractDataset</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../org/jfree/data/AbstractDataset.html#addChangeListener(org.jfree.data.DatasetChangeListener)">addChangeListener</A>, <A HREF="../../../org/jfree/data/AbstractDataset.html#clone()">clone</A>, <A HREF="../../../org/jfree/data/AbstractDataset.html#fireDatasetChanged()">fireDatasetChanged</A>, <A HREF="../../../org/jfree/data/AbstractDataset.html#getGroup()">getGroup</A>, <A HREF="../../../org/jfree/data/AbstractDataset.html#notifyListeners(org.jfree.data.DatasetChangeEvent)">notifyListeners</A>, <A HREF="../../../org/jfree/data/AbstractDataset.html#removeChangeListener(org.jfree.data.DatasetChangeListener)">removeChangeListener</A>, <A HREF="../../../org/jfree/data/AbstractDataset.html#setGroup(org.jfree.data.DatasetGroup)">setGroup</A>, <A HREF="../../../org/jfree/data/AbstractDataset.html#validateObject()">validateObject</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.lang.Object</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_org.jfree.data.Dataset"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface org.jfree.data.<A HREF="../../../org/jfree/data/Dataset.html" title="interface in org.jfree.data">Dataset</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../org/jfree/data/Dataset.html#addChangeListener(org.jfree.data.DatasetChangeListener)">addChangeListener</A>, <A HREF="../../../org/jfree/data/Dataset.html#getGroup()">getGroup</A>, <A HREF="../../../org/jfree/data/Dataset.html#removeChangeListener(org.jfree.data.DatasetChangeListener)">removeChangeListener</A>, <A HREF="../../../org/jfree/data/Dataset.html#setGroup(org.jfree.data.DatasetGroup)">setGroup</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><!-- ========= 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="DefaultMeterDataset()"><!-- --></A><H3>DefaultMeterDataset</H3><PRE>public <B>DefaultMeterDataset</B>()</PRE><DL><DD><B>Deprecated.</B> <DD>Default constructor.<P></DL><HR><A NAME="DefaultMeterDataset(java.lang.Number, java.lang.Number, java.lang.Number, java.lang.String)"><!-- --></A><H3>DefaultMeterDataset</H3><PRE>public <B>DefaultMeterDataset</B>(java.lang.Number min, java.lang.Number max, java.lang.Number value, java.lang.String units)</PRE><DL><DD><B>Deprecated.</B> <DD>Creates a new dataset.<P><DT><B>Parameters:</B><DD><CODE>min</CODE> - the minimum value.<DD><CODE>max</CODE> - the maximum value.<DD><CODE>value</CODE> - the current value.<DD><CODE>units</CODE> - the unit description.</DL><HR><A NAME="DefaultMeterDataset(java.lang.Number, java.lang.Number, java.lang.Number, java.lang.String, java.lang.Number, java.lang.Number, java.lang.Number, java.lang.Number, java.lang.Number, java.lang.Number, int)"><!-- --></A><H3>DefaultMeterDataset</H3><PRE>public <B>DefaultMeterDataset</B>(java.lang.Number min, java.lang.Number max, java.lang.Number value, java.lang.String units, java.lang.Number minCritical, java.lang.Number maxCritical, java.lang.Number minWarning, java.lang.Number maxWarning, java.lang.Number minNormal, java.lang.Number maxNormal, int borderType)</PRE><DL><DD><B>Deprecated.</B> <DD>Creates a new dataset.<P><DT><B>Parameters:</B><DD><CODE>min</CODE> - the lower bound for the overall range.<DD><CODE>max</CODE> - the upper bound for the overall range.<DD><CODE>value</CODE> - the current value.<DD><CODE>units</CODE> - the unit description.<DD><CODE>minCritical</CODE> - the minimum critical value.<DD><CODE>maxCritical</CODE> - the maximum critical value.<DD><CODE>minWarning</CODE> - the minimum warning value.<DD><CODE>maxWarning</CODE> - the maximum warning value.<DD><CODE>minNormal</CODE> - the minimum normal value.<DD><CODE>maxNormal</CODE> - the maximum normal value.<DD><CODE>borderType</CODE> - the border type.</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="isValueValid()"><!-- --></A><H3>isValueValid</H3><PRE>public boolean <B>isValueValid</B>()</PRE><DL><DD><B>Deprecated.</B> <DD>Returns <code>true</code> if the value is valid, and <code>false</code> otherwise.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/jfree/data/MeterDataset.html#isValueValid()">isValueValid</A></CODE> in interface <CODE><A HREF="../../../org/jfree/data/MeterDataset.html" title="interface in org.jfree.data">MeterDataset</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>A boolean.</DL></DD></DL><HR><A NAME="getValue()"><!-- --></A><H3>getValue</H3><PRE>public java.lang.Number <B>getValue</B>()</PRE><DL><DD><B>Deprecated.</B> <DD>Returns the value.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/jfree/data/Value.html#getValue()">getValue</A></CODE> in interface <CODE><A HREF="../../../org/jfree/data/Value.html" title="interface in org.jfree.data">Value</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The value.</DL></DD></DL><HR><A NAME="setValue(double)"><!-- --></A><H3>setValue</H3><PRE>public void <B>setValue</B>(double value)</PRE><DL><DD><B>Deprecated.</B> <DD>Sets the value.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value.</DL></DD></DL><HR><A NAME="setValue(java.lang.Number)"><!-- --></A><H3>setValue</H3><PRE>public void <B>setValue</B>(java.lang.Number value)</PRE><DL><DD><B>Deprecated.</B> <DD>Sets the value for the dataset.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value.</DL></DD></DL><HR><A NAME="getMinimumValue()"><!-- --></A><H3>getMinimumValue</H3><PRE>public java.lang.Number <B>getMinimumValue</B>()</PRE><DL><DD><B>Deprecated.</B> <DD>Returns the minimum value.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/jfree/data/MeterDataset.html#getMinimumValue()">getMinimumValue</A></CODE> in interface <CODE><A HREF="../../../org/jfree/data/MeterDataset.html" title="interface in org.jfree.data">MeterDataset</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The minimum value.</DL></DD></DL><HR><A NAME="getMaximumValue()"><!-- --></A><H3>getMaximumValue</H3><PRE>public java.lang.Number <B>getMaximumValue</B>()</PRE><DL><DD><B>Deprecated.</B> <DD>Returns the maximum value.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/jfree/data/MeterDataset.html#getMaximumValue()">getMaximumValue</A></CODE> in interface <CODE><A HREF="../../../org/jfree/data/MeterDataset.html" title="interface in org.jfree.data">MeterDataset</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The maximum value.</DL></DD></DL><HR><A NAME="getMinimumNormalValue()"><!-- --></A><H3>getMinimumNormalValue</H3><PRE>public java.lang.Number <B>getMinimumNormalValue</B>()</PRE><DL><DD><B>Deprecated.</B> <DD>Returns the minimum normal value.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/jfree/data/MeterDataset.html#getMinimumNormalValue()">getMinimumNormalValue</A></CODE> in interface <CODE><A HREF="../../../org/jfree/data/MeterDataset.html" title="interface in org.jfree.data">MeterDataset</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The minimum normal value.</DL></DD></DL><HR><A NAME="getMaximumNormalValue()"><!-- --></A><H3>getMaximumNormalValue</H3><PRE>public java.lang.Number <B>getMaximumNormalValue</B>()</PRE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -