📄 normalizedmatrixseries.html
字号:
</TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../org/jfree/data/MatrixSeries.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../org/jfree/data/MatrixSeries.html#get(int, int)">get</A>, <A HREF="../../../org/jfree/data/MatrixSeries.html#getColumnsCount()">getColumnsCount</A>, <A HREF="../../../org/jfree/data/MatrixSeries.html#getItemColumn(int)">getItemColumn</A>, <A HREF="../../../org/jfree/data/MatrixSeries.html#getItemCount()">getItemCount</A>, <A HREF="../../../org/jfree/data/MatrixSeries.html#getItemRow(int)">getItemRow</A>, <A HREF="../../../org/jfree/data/MatrixSeries.html#getRowCount()">getRowCount</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_org.jfree.data.Series"><!-- --></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/Series.html" title="class in org.jfree.data">Series</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../org/jfree/data/Series.html#addChangeListener(org.jfree.data.SeriesChangeListener)">addChangeListener</A>, <A HREF="../../../org/jfree/data/Series.html#addPropertyChangeListener(java.beans.PropertyChangeListener)">addPropertyChangeListener</A>, <A HREF="../../../org/jfree/data/Series.html#clone()">clone</A>, <A HREF="../../../org/jfree/data/Series.html#firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)">firePropertyChange</A>, <A HREF="../../../org/jfree/data/Series.html#fireSeriesChanged()">fireSeriesChanged</A>, <A HREF="../../../org/jfree/data/Series.html#getDescription()">getDescription</A>, <A HREF="../../../org/jfree/data/Series.html#getName()">getName</A>, <A HREF="../../../org/jfree/data/Series.html#getNotify()">getNotify</A>, <A HREF="../../../org/jfree/data/Series.html#hashCode()">hashCode</A>, <A HREF="../../../org/jfree/data/Series.html#notifyListeners(org.jfree.data.SeriesChangeEvent)">notifyListeners</A>, <A HREF="../../../org/jfree/data/Series.html#removeChangeListener(org.jfree.data.SeriesChangeListener)">removeChangeListener</A>, <A HREF="../../../org/jfree/data/Series.html#removePropertyChangeListener(java.beans.PropertyChangeListener)">removePropertyChangeListener</A>, <A HREF="../../../org/jfree/data/Series.html#setDescription(java.lang.String)">setDescription</A>, <A HREF="../../../org/jfree/data/Series.html#setName(java.lang.String)">setName</A>, <A HREF="../../../org/jfree/data/Series.html#setNotify(boolean)">setNotify</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>finalize, getClass, notify, notifyAll, toString, wait, wait, wait</CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Field Detail</B></FONT></TD></TR></TABLE><A NAME="DEFAULT_SCALE_FACTOR"><!-- --></A><H3>DEFAULT_SCALE_FACTOR</H3><PRE>public static final double <B>DEFAULT_SCALE_FACTOR</B></PRE><DL><DD>The default scale factor.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.jfree.data.NormalizedMatrixSeries.DEFAULT_SCALE_FACTOR">Constant Field Values</A></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="NormalizedMatrixSeries(java.lang.String, int, int)"><!-- --></A><H3>NormalizedMatrixSeries</H3><PRE>public <B>NormalizedMatrixSeries</B>(java.lang.String name, int rows, int columns)</PRE><DL><DD>Constructor for NormalizedMatrixSeries.<P><DT><B>Parameters:</B><DD><CODE>name</CODE> - the series name.<DD><CODE>rows</CODE> - the number of rows.<DD><CODE>columns</CODE> - the number of columns.</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="getItem(int)"><!-- --></A><H3>getItem</H3><PRE>public java.lang.Number <B>getItem</B>(int itemIndex)</PRE><DL><DD>Returns an item.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/jfree/data/MatrixSeries.html#getItem(int)">getItem</A></CODE> in class <CODE><A HREF="../../../org/jfree/data/MatrixSeries.html" title="class in org.jfree.data">MatrixSeries</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>itemIndex</CODE> - the index.<DT><B>Returns:</B><DD>The value.<DT><B>See Also:</B><DD><A HREF="../../../org/jfree/data/MatrixSeries.html#getItem(int)"><CODE>MatrixSeries.getItem(int)</CODE></A></DL></DD></DL><HR><A NAME="setScaleFactor(double)"><!-- --></A><H3>setScaleFactor</H3><PRE>public void <B>setScaleFactor</B>(double factor)</PRE><DL><DD>Sets the factor that multiplies each item in this series when observed using getItem mehtod.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>factor</CODE> - new factor to set.<DT><B>See Also:</B><DD><A HREF="../../../org/jfree/data/NormalizedMatrixSeries.html#DEFAULT_SCALE_FACTOR"><CODE>DEFAULT_SCALE_FACTOR</CODE></A></DL></DD></DL><HR><A NAME="getScaleFactor()"><!-- --></A><H3>getScaleFactor</H3><PRE>public double <B>getScaleFactor</B>()</PRE><DL><DD>Returns the factor that multiplies each item in this series when observed using getItem mehtod.<P><DD><DL><DT><B>Returns:</B><DD>the factor</DL></DD></DL><HR><A NAME="update(int, int, double)"><!-- --></A><H3>update</H3><PRE>public void <B>update</B>(int i, int j, double mij)</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../org/jfree/data/MatrixSeries.html" title="class in org.jfree.data">MatrixSeries</A></CODE></B></DD><DD>Updates the value of the specified item in this matrix series.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/jfree/data/MatrixSeries.html#update(int, int, double)">update</A></CODE> in class <CODE><A HREF="../../../org/jfree/data/MatrixSeries.html" title="class in org.jfree.data">MatrixSeries</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>i</CODE> - the row of the item.<DD><CODE>j</CODE> - the column of the item.<DD><CODE>mij</CODE> - the new value for the item.<DT><B>See Also:</B><DD><A HREF="../../../org/jfree/data/MatrixSeries.html#update(int, int, double)"><CODE>MatrixSeries.update(int, int, double)</CODE></A></DL></DD></DL><HR><A NAME="zeroAll()"><!-- --></A><H3>zeroAll</H3><PRE>public void <B>zeroAll</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../org/jfree/data/MatrixSeries.html" title="class in org.jfree.data">MatrixSeries</A></CODE></B></DD><DD>Sets all matrix values to zero and sends a <A HREF="../../../org/jfree/data/SeriesChangeEvent.html" title="class in org.jfree.data"><CODE>SeriesChangeEvent</CODE></A> to all registered listeners.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/jfree/data/MatrixSeries.html#zeroAll()">zeroAll</A></CODE> in class <CODE><A HREF="../../../org/jfree/data/MatrixSeries.html" title="class in org.jfree.data">MatrixSeries</A></CODE></DL></DD><DD><DL><DT><B>See Also:</B><DD><A HREF="../../../org/jfree/data/MatrixSeries.html#zeroAll()"><CODE>MatrixSeries.zeroAll()</CODE></A></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><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=3 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"> <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/data/NormalDistributionFunction2D.html" title="class in org.jfree.data"><B>PREV CLASS</B></A> <A HREF="../../../org/jfree/data/OHLCDataItem.html" title="class in org.jfree.data"><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="NormalizedMatrixSeries.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><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><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -