📄 ezbin.html
字号:
<A HREF="../../swarm/defobj/DefinedObject.html#perform$with$with$with(swarm.Selector, java.lang.Object, java.lang.Object, java.lang.Object)">perform$with$with$with</A>, <A HREF="../../swarm/defobj/DefinedObject.html#respondsTo(swarm.Selector)">respondsTo</A>, <A HREF="../../swarm/defobj/DefinedObject.html#setDisplayName(java.lang.String)">setDisplayName</A>, <A HREF="../../swarm/defobj/DefinedObject.html#xfprint()">xfprint</A>, <A HREF="../../swarm/defobj/DefinedObject.html#xfprintid()">xfprintid</A>, <A HREF="../../swarm/defobj/DefinedObject.html#xprint()">xprint</A>, <A HREF="../../swarm/defobj/DefinedObject.html#xprintid()">xprintid</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_swarm.defobj.GetName"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface swarm.defobj.<A HREF="../../swarm/defobj/GetName.html">GetName</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../swarm/defobj/GetName.html#getName()">getName</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="setPrecision(int)"><!-- --></A><H3>setPrecision</H3><PRE>public void <B>setPrecision</B>(int precision)</PRE><DL><DD>Sets the number of significant figures shown for major-tick labels.<DD><DL></DL></DD></DL><HR><A NAME="reset()"><!-- --></A><H3>reset</H3><PRE>public void <B>reset</B>()</PRE><DL><DD>The reset method resets the histogram.<DD><DL></DL></DD></DL><HR><A NAME="update()"><!-- --></A><H3>update</H3><PRE>public void <B>update</B>()</PRE><DL><DD>The update method polls the collection of objects and adds the data to the final data set. It is possible to poll the same collection of objects repeatedly, thus increasing the amount of data included in the final dataset, before generating output.<DD><DL></DL></DD></DL><HR><A NAME="outputGraph()"><!-- --></A><H3>outputGraph</H3><PRE>public void <B>outputGraph</B>()</PRE><DL><DD>The ouputGraph method causes the graphical display to be updated with the information extracted by the previous call to update. If setGraphics==0, nothing is done.<DD><DL></DL></DD></DL><HR><A NAME="outputToFile()"><!-- --></A><H3>outputToFile</H3><PRE>public void <B>outputToFile</B>()</PRE><DL><DD>The outputToFile method causes the number of entries per bin to be sent to the output file, using the data extracted by the previous call to update. If setFileOutput==0, nothing is done.<DD><DL></DL></DD></DL><HR><A NAME="output()"><!-- --></A><H3>output</H3><PRE>public void <B>output</B>()</PRE><DL><DD>The output: method combines the actions of -outputGraph and -outputToFile. If graph updates and file output need to happen at different frequencies, schedule calls to -outputGraph and -outputToFile instead of -output.<DD><DL></DL></DD></DL><HR><A NAME="getCount()"><!-- --></A><H3>getCount</H3><PRE>public int <B>getCount</B>()</PRE><DL><DD>The getCount method gets the number of entries which landed within the bounds of the histogram.<DD><DL></DL></DD></DL><HR><A NAME="getOutliers()"><!-- --></A><H3>getOutliers</H3><PRE>public int <B>getOutliers</B>()</PRE><DL><DD>The getOutliers method gets the number of entries which landed out of the bounds of the histogram. Pressing the "o" key on the graphical representation of the histogram will display this value both as an integer and as a percentage of the total number of attempted entries.<DD><DL></DL></DD></DL><HR><A NAME="getBinCount()"><!-- --></A><H3>getBinCount</H3><PRE>public int <B>getBinCount</B>()</PRE><DL><DD>The getBinCount method gets the number of bins in the histogram.<DD><DL></DL></DD></DL><HR><A NAME="getBinColorCount()"><!-- --></A><H3>getBinColorCount</H3><PRE>public int <B>getBinColorCount</B>()</PRE><DL><DD>The getBinColorCount method gets the number of distinct bin colors allocated (by default, or by the user).<DD><DL></DL></DD></DL><HR><A NAME="getLowerBound()"><!-- --></A><H3>getLowerBound</H3><PRE>public double <B>getLowerBound</B>()</PRE><DL><DD>The getLowerBound method gets the lower bound on the histogram range.<DD><DL></DL></DD></DL><HR><A NAME="getUpperBound()"><!-- --></A><H3>getUpperBound</H3><PRE>public double <B>getUpperBound</B>()</PRE><DL><DD>The getUpperBound method gets the upper bound on the histogram range.<DD><DL></DL></DD></DL><HR><A NAME="getMin()"><!-- --></A><H3>getMin</H3><PRE>public double <B>getMin</B>()</PRE><DL><DD>The getMin method gets the minimum value in the dataset.<DD><DL></DL></DD></DL><HR><A NAME="getMax()"><!-- --></A><H3>getMax</H3><PRE>public double <B>getMax</B>()</PRE><DL><DD>The getMax method gets the maximum value in the dataset.<DD><DL></DL></DD></DL><HR><A NAME="getAverage()"><!-- --></A><H3>getAverage</H3><PRE>public double <B>getAverage</B>()</PRE><DL><DD>The getAverage method gets the average value in the dataset. The value is read out of the object, not computed everytime it is asked for.<DD><DL></DL></DD></DL><HR><A NAME="getStdDev()"><!-- --></A><H3>getStdDev</H3><PRE>public double <B>getStdDev</B>()</PRE><DL><DD>The getStd method gets the standard deviation in the dataset. The value is read out of the object, not computed everytime it is asked for.<DD><DL></DL></DD></DL><HR><A NAME="getHistogram()"><!-- --></A><H3>getHistogram</H3><PRE>public <A HREF="../../swarm/gui/Histogram.html">Histogram</A> <B>getHistogram</B>()</PRE><DL><DD>Return the histogram widget.<DD><DL></DL></DD></DL><HR><A NAME="getTitle()"><!-- --></A><H3>getTitle</H3><PRE>public java.lang.String <B>getTitle</B>()</PRE><DL><DD>Return the title string.<DD><DL></DL></DD></DL><HR><A NAME="getFileName()"><!-- --></A><H3>getFileName</H3><PRE>public java.lang.String <B>getFileName</B>()</PRE><DL><DD>Return the filename string.<DD><DL></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_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 ID="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT ID="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 ID="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT ID="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="../../swarm/analysis/EZAverageSequenceS.html"><B>PREV CLASS</B></A> <A HREF="../../swarm/analysis/EZBinC.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="EZBin.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -