plotter.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 1,380 行 · 第 1/4 页
HTML
1,380 行
<CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/plotter/Plotter.html#hasSaveImageButton()">hasSaveImageButton</A></B>()</CODE><BR> Returns true, if plotter has capability to save an image on his own.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/plotter/Plotter.html#isProvidingCoordinates()">isProvidingCoordinates</A></B>()</CODE><BR> Returns true, if plotter provides coordinates to show.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/plotter/Plotter.html#isSaveable()">isSaveable</A></B>()</CODE><BR> Indicates if the plotter can save the data.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/plotter/Plotter.html#isSupportingAbsoluteValues()">isSupportingAbsoluteValues</A></B>()</CODE><BR> Returns true if this plotter supports the usage of absolute values.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/plotter/Plotter.html#isSupportingLogScale(int)">isSupportingLogScale</A></B>(int axis)</CODE><BR> Returns true if a log scale for this column is supported.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/plotter/Plotter.html#isSupportingSorting()">isSupportingSorting</A></B>()</CODE><BR> Returns true if this plotter supports sorting for the selected plot dimension.</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="../../../../com/rapidminer/gui/plotter/Plotter.html#save()">save</A></B>()</CODE><BR> Should invoke the saving of the plotted data (file dialog,...).</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="../../../../com/rapidminer/gui/plotter/Plotter.html#setAbsolute(boolean)">setAbsolute</A></B>(boolean absolute)</CODE><BR> Indicates if absolute data values should be used instead of the actual data.</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="../../../../com/rapidminer/gui/plotter/Plotter.html#setAxis(int, int)">setAxis</A></B>(int plotterAxis, int dimension)</CODE><BR> Maps the given data dimension on the given plotterAxis.</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="../../../../com/rapidminer/gui/plotter/Plotter.html#setDataTable(com.rapidminer.datatable.DataTable)">setDataTable</A></B>(<A HREF="../../../../com/rapidminer/datatable/DataTable.html" title="interface in com.rapidminer.datatable">DataTable</A> dataTable)</CODE><BR> Sets the data table for this plotter.</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="../../../../com/rapidminer/gui/plotter/Plotter.html#setDragBounds(int, int, int, int)">setDragBounds</A></B>(int x, int y, int w, int h)</CODE><BR> Sets the bounds of the dragging rectangle.</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="../../../../com/rapidminer/gui/plotter/Plotter.html#setDrawRange(double, double, double, double)">setDrawRange</A></B>(double x, double y, double w, double h)</CODE><BR> Sets the drawing range in data space.</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="../../../../com/rapidminer/gui/plotter/Plotter.html#setJitter(int)">setJitter</A></B>(int jitter)</CODE><BR> Sets the amount of Jitter and initiates a repaint.</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="../../../../com/rapidminer/gui/plotter/Plotter.html#setKey(java.lang.String)">setKey</A></B>(java.lang.String key)</CODE><BR> Sets a key text (legend).</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="../../../../com/rapidminer/gui/plotter/Plotter.html#setLogScale(int, boolean)">setLogScale</A></B>(int axis, boolean logScale)</CODE><BR> Sets if the given axis should be plotted with log scale.</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="../../../../com/rapidminer/gui/plotter/Plotter.html#setMousePosInDataSpace(int, int)">setMousePosInDataSpace</A></B>(int mouseX, int mouseY)</CODE><BR> Indicates where the mouse is in the plotter component.</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="../../../../com/rapidminer/gui/plotter/Plotter.html#setParameter(com.rapidminer.datatable.DataTable, java.lang.String, java.lang.Object)">setParameter</A></B>(<A HREF="../../../../com/rapidminer/datatable/DataTable.html" title="interface in com.rapidminer.datatable">DataTable</A> dataTable, java.lang.String key, java.lang.Object parameter)</CODE><BR> Sets the given parameter.</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="../../../../com/rapidminer/gui/plotter/Plotter.html#setPlotColumn(int, boolean)">setPlotColumn</A></B>(int dimension, boolean plot)</CODE><BR> Sets if the given data dimension should be plotted in the value dimension.</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="../../../../com/rapidminer/gui/plotter/Plotter.html#setSorting(boolean)">setSorting</A></B>(boolean sorting)</CODE><BR> Indicates if the data should be sorted according to the currently selected plot dimension.</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="../../../../com/rapidminer/gui/plotter/Plotter.html#setZooming(int)">setZooming</A></B>(int zooming)</CODE><BR> Reacts to zoom setting changed.</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="../../../../com/rapidminer/gui/plotter/Plotter.html#showOptionsDialog()">showOptionsDialog</A></B>()</CODE><BR> Opens an options dialog.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_com.rapidminer.datatable.DataTableListener"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from interface com.rapidminer.datatable.<A HREF="../../../../com/rapidminer/datatable/DataTableListener.html" title="interface in com.rapidminer.datatable">DataTableListener</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../com/rapidminer/datatable/DataTableListener.html#dataTableUpdated(com.rapidminer.datatable.DataTable)">dataTableUpdated</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_com.rapidminer.report.Renderable"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from interface com.rapidminer.report.<A HREF="../../../../com/rapidminer/report/Renderable.html" title="interface in com.rapidminer.report">Renderable</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../com/rapidminer/report/Renderable.html#getRenderHeight(int)">getRenderHeight</A>, <A HREF="../../../../com/rapidminer/report/Renderable.html#getRenderWidth(int)">getRenderWidth</A>, <A HREF="../../../../com/rapidminer/report/Renderable.html#render(java.awt.Graphics, int, int)">render</A></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"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Field Detail</B></FONT></TH></TR></TABLE><A NAME="NO_SELECTION"><!-- --></A><H3>NO_SELECTION</H3><PRE>static final int <B>NO_SELECTION</B></PRE><DL><DD>Indicates that no plot values can be selected by the user.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.rapidminer.gui.plotter.Plotter.NO_SELECTION">Constant Field Values</A></DL></DL><HR><A NAME="SINGLE_SELECTION"><!-- --></A><H3>SINGLE_SELECTION</H3><PRE>static final int <B>SINGLE_SELECTION</B></PRE><DL><DD>Indicates that only single values can be selected by the user for a dimension.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.rapidminer.gui.plotter.Plotter.SINGLE_SELECTION">Constant Field Values</A></DL></DL><HR><A NAME="MULTIPLE_SELECTION"><!-- --></A><H3>MULTIPLE_SELECTION</H3><PRE>static final int <B>MULTIPLE_SELECTION</B></PRE><DL><DD>Indicates that multiple values can be selected by the user for a dimension.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.rapidminer.gui.plotter.Plotter.MULTIPLE_SELECTION">Constant Field Values</A></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="getPlotterName()"><!-- --></A><H3>getPlotterName</H3><PRE>java.lang.String <B>getPlotterName</B>()</PRE><DL><DD>Returns the name of this plotter.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setDataTable(com.rapidminer.datatable.DataTable)"><!-- --></A><H3>setDataTable</H3><PRE>void <B>setDataTable</B>(<A HREF="../../../../com/rapidminer/datatable/DataTable.html" title="interface in com.rapidminer.datatable">DataTable</A> dataTable)</PRE><DL><DD>Sets the data table for this plotter.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getPlotter()"><!-- --></A><H3>getPlotter</H3><PRE>javax.swing.JComponent <B>getPlotter</B>()</PRE><DL><DD>Returns the plotter component.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="forcePlotGeneration()"><!-- --></A><H3>forcePlotGeneration</H3><PRE>void <B>forcePlotGeneration</B>()</PRE><DL><DD>Forces the generation of a plotter which might be necessary for reporting plotters which are usually generated by user interaction. Plotter which are only generated by user interaction (for example the SOM plotter) should calculate the plot by overwriting this method.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getPlotterCondition()"><!-- --></A><H3>getPlotterCondition</H3><PRE><A HREF="../../../../com/rapidminer/gui/plotter/conditions/PlotterCondition.html" title="interface in com.rapidminer.gui.plotter.conditions">PlotterCondition</A> <B>getPlotterCondition</B>()</PRE><DL><DD>Returns the condition for data tables. Plotters which are able to plot all data tables should not return null but <A HREF="../../../../com/rapidminer/gui/plotter/conditions/BasicPlotterCondition.html" title="class in com.rapidminer.gui.plotter.conditions"><CODE>BasicPlotterCondition</CODE></A>.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getIcon(int)"><!-- --></A><H3>getIcon</H3><PRE>javax.swing.Icon <B>getIcon</B>(int index)</PRE>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?