📄 defaultcontourdataset.html
字号:
<DL></DL></DL><HR><A NAME="xIndex"><!-- --></A><H3>xIndex</H3><PRE>protected int[] <A HREF="../../../../src-html/org/jfree/data/contour/DefaultContourDataset.html#line.79"><B>xIndex</B></A></PRE><DL><DD>The index for the start of each column in the data.<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"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="DefaultContourDataset()"><!-- --></A><H3>DefaultContourDataset</H3><PRE>public <A HREF="../../../../src-html/org/jfree/data/contour/DefaultContourDataset.html#line.87"><B>DefaultContourDataset</B></A>()</PRE><DL><DD>Creates a new dataset, initially empty.<P></DL><HR><A NAME="DefaultContourDataset(java.lang.Comparable, java.lang.Object[], java.lang.Object[], java.lang.Object[])"><!-- --></A><H3>DefaultContourDataset</H3><PRE>public <A HREF="../../../../src-html/org/jfree/data/contour/DefaultContourDataset.html#line.99"><B>DefaultContourDataset</B></A>(java.lang.Comparable seriesKey, java.lang.Object[] xData, java.lang.Object[] yData, java.lang.Object[] zData)</PRE><DL><DD>Constructs a new dataset with the given data.<P><DL><DT><B>Parameters:</B><DD><CODE>seriesKey</CODE> - the series key.<DD><CODE>xData</CODE> - the x values.<DD><CODE>yData</CODE> - the y values.<DD><CODE>zData</CODE> - the z values.</DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="initialize(java.lang.Object[], java.lang.Object[], java.lang.Object[])"><!-- --></A><H3>initialize</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/data/contour/DefaultContourDataset.html#line.115"><B>initialize</B></A>(java.lang.Object[] xData, java.lang.Object[] yData, java.lang.Object[] zData)</PRE><DL><DD>Initialises the dataset.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>xData</CODE> - the x values.<DD><CODE>yData</CODE> - the y values.<DD><CODE>zData</CODE> - the z values.</DL></DD></DL><HR><A NAME="formObjectArray(double[][])"><!-- --></A><H3>formObjectArray</H3><PRE>public static java.lang.Object[][] <A HREF="../../../../src-html/org/jfree/data/contour/DefaultContourDataset.html#line.183"><B>formObjectArray</B></A>(double[][] data)</PRE><DL><DD>Creates an object array from an array of doubles.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>data</CODE> - the data.<DT><B>Returns:</B><DD>An array of <code>Double</code> objects.</DL></DD></DL><HR><A NAME="formObjectArray(double[])"><!-- --></A><H3>formObjectArray</H3><PRE>public static java.lang.Object[] <A HREF="../../../../src-html/org/jfree/data/contour/DefaultContourDataset.html#line.201"><B>formObjectArray</B></A>(double[] data)</PRE><DL><DD>Creates an object array from an array of doubles.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>data</CODE> - the data.<DT><B>Returns:</B><DD>An array of <code>Double</code> objects.</DL></DD></DL><HR><A NAME="getItemCount(int)"><!-- --></A><H3>getItemCount</H3><PRE>public int <A HREF="../../../../src-html/org/jfree/data/contour/DefaultContourDataset.html#line.217"><B>getItemCount</B></A>(int series)</PRE><DL><DD>Returns the number of items in the specified series. This method is provided to satisfy the <A HREF="../../../../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy"><CODE>XYDataset</CODE></A> interface implementation.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/xy/XYDataset.html#getItemCount(int)">getItemCount</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/xy/XYDataset.html" title="interface in org.jfree.data.xy">XYDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - must be zero, as this dataset only supports one series.<DT><B>Returns:</B><DD>The item count.</DL></DD></DL><HR><A NAME="getMaxZValue()"><!-- --></A><H3>getMaxZValue</H3><PRE>public double <A HREF="../../../../src-html/org/jfree/data/contour/DefaultContourDataset.html#line.229"><B>getMaxZValue</B></A>()</PRE><DL><DD>Returns the maximum z-value.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/contour/ContourDataset.html#getMaxZValue()">getMaxZValue</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/contour/ContourDataset.html" title="interface in org.jfree.data.contour">ContourDataset</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The maximum z-value.</DL></DD></DL><HR><A NAME="getMinZValue()"><!-- --></A><H3>getMinZValue</H3><PRE>public double <A HREF="../../../../src-html/org/jfree/data/contour/DefaultContourDataset.html#line.244"><B>getMinZValue</B></A>()</PRE><DL><DD>Returns the minimum z-value.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/contour/ContourDataset.html#getMinZValue()">getMinZValue</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/contour/ContourDataset.html" title="interface in org.jfree.data.contour">ContourDataset</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The minimum z-value.</DL></DD></DL><HR><A NAME="getZValueRange(org.jfree.data.Range, org.jfree.data.Range)"><!-- --></A><H3>getZValueRange</H3><PRE>public <A HREF="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</A> <A HREF="../../../../src-html/org/jfree/data/contour/DefaultContourDataset.html#line.262"><B>getZValueRange</B></A>(<A HREF="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</A> x, <A HREF="../../../../org/jfree/data/Range.html" title="class in org.jfree.data">Range</A> y)</PRE><DL><DD>Returns the maximum z-value within visible region of plot.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/contour/ContourDataset.html#getZValueRange(org.jfree.data.Range, org.jfree.data.Range)">getZValueRange</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/contour/ContourDataset.html" title="interface in org.jfree.data.contour">ContourDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>x</CODE> - the x range.<DD><CODE>y</CODE> - the y range.<DT><B>Returns:</B><DD>The z range.</DL></DD></DL><HR><A NAME="getMinZValue(double, double, double, double)"><!-- --></A><H3>getMinZValue</H3><PRE>public double <A HREF="../../../../src-html/org/jfree/data/contour/DefaultContourDataset.html#line.296"><B>getMinZValue</B></A>(double minX, double minY, double maxX, double maxY)</PRE><DL><DD>Returns the minimum z-value.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>minX</CODE> - the minimum x value.<DD><CODE>minY</CODE> - the minimum y value.<DD><CODE>maxX</CODE> - the maximum x value.<DD><CODE>maxY</CODE> - the maximum y value.<DT><B>Returns:</B><DD>The minimum z-value.</DL></DD></DL><HR><A NAME="getSeriesCount()"><!-- --></A><H3>getSeriesCount</H3><PRE>public int <A HREF="../../../../src-html/org/jfree/data/contour/DefaultContourDataset.html#line.318"><B>getSeriesCount</B></A>()</PRE><DL><DD>Returns the number of series. <P> Required by XYDataset interface (this will always return 1)<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/general/SeriesDataset.html#getSeriesCount()">getSeriesCount</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/general/SeriesDataset.html" title="interface in org.jfree.data.general">SeriesDataset</A></CODE><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/general/AbstractSeriesDataset.html#getSeriesCount()">getSeriesCount</A></CODE> in class <CODE><A HREF="../../../../org/jfree/data/general/AbstractSeriesDataset.html" title="class in org.jfree.data.general">AbstractSeriesDataset</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>1.</DL></DD></DL><HR><A NAME="getSeriesKey(int)"><!-- --></A><H3>getSeriesKey</H3><PRE>public java.lang.Comparable <A HREF="../../../../src-html/org/jfree/data/contour/DefaultContourDataset.html#line.331"><B>getSeriesKey</B></A>(int series)</PRE><DL><DD>Returns the name of the specified series. Method provided to satisfy the XYDataset interface implementation<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/general/SeriesDataset.html#getSeriesKey(int)">getSeriesKey</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/general/SeriesDataset.html" title="interface in org.jfree.data.general">SeriesDataset</A></CODE><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/general/AbstractSeriesDataset.html#getSeriesKey(int)">getSeriesKey</A></CODE> in class <CODE><A HREF="../../../../org/jfree/data/general/AbstractSeriesDataset.html" title="class in org.jfree.data.general">AbstractSeriesDataset</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>series</CODE> - must be zero.<DT><B>Returns:</B><DD>The series name.</DL></DD></DL><HR><A NAME="getXIndices()"><!-- --></A><H3>getXIndices</H3><PRE>public int[] <A HREF="../../../../src-html/org/jfree/data/contour/DefaultContourDataset.html#line.343"><B>getXIndices</B></A>()</PRE><DL><DD>Returns the index of the xvalues.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/contour/ContourDataset.html#getXIndices()">getXIndices</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/contour/ContourDataset.html" title="interface in org.jfree.data.contour">ContourDataset</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The x values.</DL></DD></DL><HR><A NAME="getXValues()"><!-- --></A><H3>getXValues</H3><PRE>public java.lang.Number[] <A HREF="../../../../src-html/org/jfree/data/contour/DefaultContourDataset.html#line.352"><B>getXValues</B></A>()</PRE><DL><DD>Returns the x values.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/contour/ContourDataset.html#getXValues()">getXValues</A></CODE> in interface <CODE><A HREF="../../../../org/jfree/data/contour/ContourDataset.html" title="interface in org.jfree.data.contour">ContourDataset</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The x values.</DL></DD></DL><HR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -