somplotter.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 1,108 行 · 第 1/5 页
HTML
1,108 行
double colorScale, <A HREF="../../../../../com/rapidminer/gui/plotter/som/SOMMatrixColorizer.html" title="interface in com.rapidminer.gui.plotter.som">SOMMatrixColorizer</A> colorizer)</CODE><BR> </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/som/SOMPlotter.html#paintComponent(java.awt.Graphics)">paintComponent</A></B>(java.awt.Graphics graphics)</CODE><BR> Invokes super method and sets correct color schemes.</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/som/SOMPlotter.html#prepareSOM(com.rapidminer.datatable.DataTable, double, int, boolean)">prepareSOM</A></B>(<A HREF="../../../../../com/rapidminer/datatable/DataTable.html" title="interface in com.rapidminer.datatable">DataTable</A> dataTable, double adaptationRadius, int trainRounds, boolean threadMode)</CODE><BR> </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/som/SOMPlotter.html#progressFinished()">progressFinished</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected java.lang.Object</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/gui/plotter/som/SOMPlotter.html#readResolve()">readResolve</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/gui/plotter/som/SOMPlotter.html#recalculateBackgroundImage()">recalculateBackgroundImage</A></B>()</CODE><BR> </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/som/SOMPlotter.html#setColoredPoints(boolean)">setColoredPoints</A></B>(boolean coloredPoints)</CODE><BR> </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/som/SOMPlotter.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> Since this method already adds this object as a listener, all methods overriding this one should invoke the super method.</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/som/SOMPlotter.html#setJitter(int)">setJitter</A></B>(int jitter)</CODE><BR> Sets the level 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/som/SOMPlotter.html#setMatrixType(int)">setMatrixType</A></B>(int matrixType)</CODE><BR> </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/som/SOMPlotter.html#setMousePosInDataSpace(int, int)">setMousePosInDataSpace</A></B>(int x, int y)</CODE><BR> Sets the mouse position in the shown 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/som/SOMPlotter.html#setPlotColumn(int, boolean)">setPlotColumn</A></B>(int column, boolean plot)</CODE><BR> Does nothing.</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/som/SOMPlotter.html#setProgress(int)">setProgress</A></B>(int value)</CODE><BR> </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/som/SOMPlotter.html#startCalculation(boolean)">startCalculation</A></B>(boolean threadMode)</CODE><BR> </TD></TR></TABLE> <A NAME="methods_inherited_from_class_com.rapidminer.gui.plotter.PlotterAdapter"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class com.rapidminer.gui.plotter.<A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html" title="class in com.rapidminer.gui.plotter">PlotterAdapter</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#canHandleContinousJittering()">canHandleContinousJittering</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#canHandleZooming()">canHandleZooming</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#dataTableUpdated(com.rapidminer.datatable.DataTable)">dataTableUpdated</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#drawGenericNominalLegend(java.awt.Graphics, java.lang.String[], com.rapidminer.gui.plotter.PlotterAdapter.PointStyle[], java.awt.Color[], int, int)">drawGenericNominalLegend</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#drawLegend(java.awt.Graphics, com.rapidminer.datatable.DataTable, int)">drawLegend</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#drawLegend(java.awt.Graphics, com.rapidminer.datatable.DataTable, int, int, int)">drawLegend</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#drawPoint(java.awt.Graphics2D, double, double, java.awt.Color, java.awt.Color)">drawPoint</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#drawPoint(java.awt.Graphics2D, com.rapidminer.gui.plotter.PlotterAdapter.PointStyle, double, double, java.awt.Color, java.awt.Color)">drawPoint</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#drawToolTip(java.awt.Graphics2D, com.rapidminer.gui.plotter.ToolTip)">drawToolTip</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#drawWeightRectangle(java.awt.Graphics2D, com.rapidminer.datatable.DataTable, int, double, int)">drawWeightRectangle</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getAxis(int)">getAxis</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getAxisName(int)">getAxisName</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getIcon(int)">getIcon</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getInitialZoomFactor()">getInitialZoomFactor</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getMaxWeight(com.rapidminer.datatable.DataTable)">getMaxWeight</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getNumberOfAxes()">getNumberOfAxes</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getNumberOfPlots(com.rapidminer.datatable.DataTable)">getNumberOfPlots</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getNumericalTicSize(double, double)">getNumericalTicSize</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getParameterTypes()">getParameterTypes</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getPlotter()">getPlotter</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getPlotterName()">getPlotterName</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getPointBorderColor(com.rapidminer.datatable.DataTable, com.rapidminer.datatable.DataTableRow, int)">getPointBorderColor</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getPointColor(double)">getPointColor</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getPointColor(double, int)">getPointColor</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getPointColorValue(com.rapidminer.datatable.DataTable, com.rapidminer.datatable.DataTableRow, int, double, double)">getPointColorValue</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getPointStyle(int)">getPointStyle</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getPositionInDataSpace(java.awt.Point)">getPositionInDataSpace</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getRenderHeight(int)">getRenderHeight</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getRenderWidth(int)">getRenderWidth</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getTicSize(com.rapidminer.datatable.DataTable, int, double, double)">getTicSize</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getValuePlotSelectionType()">getValuePlotSelectionType</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getWeightColor(double, double)">getWeightColor</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#hasOptionsDialog()">hasOptionsDialog</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#hasSaveImageButton()">hasSaveImageButton</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#isProvidingCoordinates()">isProvidingCoordinates</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#isSaveable()">isSaveable</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#isSupportingAbsoluteValues()">isSupportingAbsoluteValues</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#isSupportingLogScale(int)">isSupportingLogScale</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#isSupportingSorting()">isSupportingSorting</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#render(java.awt.Graphics, int, int)">render</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#save()">save</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#setAbsolute(boolean)">setAbsolute</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#setAxis(int, int)">setAxis</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#setDragBounds(int, int, int, int)">setDragBounds</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#setDrawRange(double, double, double, double)">setDrawRange</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#setKey(java.lang.String)">setKey</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#setLogScale(int, boolean)">setLogScale</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#setParameter(com.rapidminer.datatable.DataTable, java.lang.String, java.lang.Object)">setParameter</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#setSorting(boolean)">setSorting</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#setZooming(int)">setZooming</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#showOptionsDialog()">showOptionsDialog</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_javax.swing.JPanel"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class javax.swing.JPanel</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_javax.swing.JComponent"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class javax.swing.JComponent</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.awt.Container</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.awt.Component"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.awt.Component</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle</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"><TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_com.rapidminer.gui.plotter.Plotter"><!-- --></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.gui.plotter.<A HREF="../../../../../com/rapidminer/gui/plotter/Plotter.html" title="interface in com.rapidminer.gui.plotter">Plotter</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../com/rapidminer/gui/plotter/Plotter.html#addMouseListener(java.awt.event.MouseListener)">addMouseListener</A>, <A HREF="../../../../../com/rapidminer/gui/plotter/Plotter.html#addMouseMotionListener(java.awt.event.MouseMotionListener)">addMouseMotionListener</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="MATRIX_U"><!-- --></A><H3>MATRIX_U</H3><PRE>public static final int <B>MATRIX_U</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.rapidminer.gui.plotter.som.SOMPlotter.MATRIX_U">Constant Field Values</A></DL></DL><HR><A NAME="MATRIX_P"><!-- --></A><H3>MATRIX_P</H3><PRE>public static final int <B>MATRIX_P</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.rapidminer.gui.plotter.som.SOMPlotter.MATRIX_P">Constant Field Values</A></DL></DL><HR><A NAME="MATRIX_U_STAR"><!-- --></A><H3>MATRIX_U_STAR</H3><PRE>public static final int <B>MATRIX_U_STAR</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.rapidminer.gui.plotter.som.SOMPlotter.MATRIX_U_STAR">Constant Field Values</A></DL></DL><HR>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?