⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 easygraphics.html

📁 java rmi example. By using rmi to invoke remote method
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>addNotify, finalize, getAccessibleContext, getCursorType, getFrames, getIconImage, getMenuBar, getState, getTitle, isResizable, paramString, remove, removeNotify, setCursor, setIconImage, setMenuBar, setResizable, setState, setTitle</CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_java.awt.Window"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.awt.Window</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>addWindowListener, applyResourceBundle, applyResourceBundle, dispose, getFocusOwner, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getOwnedWindows, getOwner, getToolkit, getWarningString, hide, isShowing, pack, postEvent, processEvent, processWindowEvent, removeWindowListener, setCursor, show, toBack, toFront</CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.awt.Container</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>add, add, add, add, add, addContainerListener, addImpl, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, remove, removeAll, removeContainerListener, setFont, setLayout, update, validate, validateTree</CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_java.awt.Component"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.awt.Component</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addPropertyChangeListener, addPropertyChangeListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentOrientation, getCursor, getDropTarget, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getInputMethodRequests, getLocation, getLocation, getLocationOnScreen, getName, getParent, getPeer, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isDisplayable, isDoubleBuffered, isEnabled, isFocusTraversable, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setForeground, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus</CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.lang.Object</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_java.awt.MenuContainer"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface java.awt.MenuContainer</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>getFont, postEvent</CODE></TD></TR></TABLE>&nbsp;<P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="EasyGraphics()"><!-- --></A><H3>EasyGraphics</H3><PRE>public <B>EasyGraphics</B>()</PRE><DL></DL><HR><A NAME="EasyGraphics(int, int)"><!-- --></A><H3>EasyGraphics</H3><PRE>public <B>EasyGraphics</B>(int&nbsp;w,                    int&nbsp;h)</PRE><DL></DL><HR><A NAME="EasyGraphics(int, int, int, int)"><!-- --></A><H3>EasyGraphics</H3><PRE>public <B>EasyGraphics</B>(int&nbsp;w,                    int&nbsp;h,                    int&nbsp;x0,                    int&nbsp;y0)</PRE><DL></DL><!-- ============ 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="clear()"><!-- --></A><H3>clear</H3><PRE>public void <B>clear</B>()</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="moveTo(int, int)"><!-- --></A><H3>moveTo</H3><PRE>public void <B>moveTo</B>(int&nbsp;x0,                   int&nbsp;y0)</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="moveTo(double, double)"><!-- --></A><H3>moveTo</H3><PRE>public void <B>moveTo</B>(double&nbsp;x0,                   double&nbsp;y0)</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="plot(int, int)"><!-- --></A><H3>plot</H3><PRE>public void <B>plot</B>(int&nbsp;x0,                 int&nbsp;y0)</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="plot(double, double)"><!-- --></A><H3>plot</H3><PRE>public void <B>plot</B>(double&nbsp;x0,                 double&nbsp;y0)</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="lineTo(int, int)"><!-- --></A><H3>lineTo</H3><PRE>public void <B>lineTo</B>(int&nbsp;x0,                   int&nbsp;y0)</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="lineTo(double, double)"><!-- --></A><H3>lineTo</H3><PRE>public void <B>lineTo</B>(double&nbsp;x0,                   double&nbsp;y0)</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="lineBetween(int, int, int, int)"><!-- --></A><H3>lineBetween</H3><PRE>public void <B>lineBetween</B>(int&nbsp;x0,                        int&nbsp;y0,                        int&nbsp;x1,                        int&nbsp;y1)</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="lineBetween(double, double, double, double)"><!-- --></A><H3>lineBetween</H3><PRE>public void <B>lineBetween</B>(double&nbsp;x0,                        double&nbsp;y0,                        double&nbsp;x1,                        double&nbsp;y1)</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="debug()"><!-- --></A><H3>debug</H3><PRE>public void <B>debug</B>()</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="windowClosing(java.awt.event.WindowEvent)"><!-- --></A><H3>windowClosing</H3><PRE>public void <B>windowClosing</B>(java.awt.event.WindowEvent&nbsp;event)</PRE><DL><DD><DL><DT><B>Specified by: </B><DD><CODE>windowClosing</CODE> in interface <CODE>java.awt.event.WindowListener</CODE></DL></DD></DL><HR><A NAME="windowIconified(java.awt.event.WindowEvent)"><!-- --></A><H3>windowIconified</H3><PRE>public void <B>windowIconified</B>(java.awt.event.WindowEvent&nbsp;event)</PRE><DL><DD><DL><DT><B>Specified by: </B><DD><CODE>windowIconified</CODE> in interface <CODE>java.awt.event.WindowListener</CODE></DL></DD></DL><HR><A NAME="windowOpened(java.awt.event.WindowEvent)"><!-- --></A><H3>windowOpened</H3><PRE>public void <B>windowOpened</B>(java.awt.event.WindowEvent&nbsp;event)</PRE><DL><DD><DL><DT><B>Specified by: </B><DD><CODE>windowOpened</CODE> in interface <CODE>java.awt.event.WindowListener</CODE></DL></DD></DL><HR><A NAME="windowClosed(java.awt.event.WindowEvent)"><!-- --></A><H3>windowClosed</H3><PRE>public void <B>windowClosed</B>(java.awt.event.WindowEvent&nbsp;event)</PRE><DL><DD><DL><DT><B>Specified by: </B><DD><CODE>windowClosed</CODE> in interface <CODE>java.awt.event.WindowListener</CODE></DL></DD></DL><HR><A NAME="windowDeiconified(java.awt.event.WindowEvent)"><!-- --></A><H3>windowDeiconified</H3><PRE>public void <B>windowDeiconified</B>(java.awt.event.WindowEvent&nbsp;event)</PRE><DL><DD><DL><DT><B>Specified by: </B><DD><CODE>windowDeiconified</CODE> in interface <CODE>java.awt.event.WindowListener</CODE></DL></DD></DL><HR><A NAME="windowActivated(java.awt.event.WindowEvent)"><!-- --></A><H3>windowActivated</H3><PRE>public void <B>windowActivated</B>(java.awt.event.WindowEvent&nbsp;event)</PRE><DL><DD><DL><DT><B>Specified by: </B><DD><CODE>windowActivated</CODE> in interface <CODE>java.awt.event.WindowListener</CODE></DL></DD></DL><HR><A NAME="windowDeactivated(java.awt.event.WindowEvent)"><!-- --></A><H3>windowDeactivated</H3><PRE>public void <B>windowDeactivated</B>(java.awt.event.WindowEvent&nbsp;event)</PRE><DL><DD><DL><DT><B>Specified by: </B><DD><CODE>windowDeactivated</CODE> in interface <CODE>java.awt.event.WindowListener</CODE></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="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;PREV CLASS&nbsp;&nbsp;<A HREF="../sheffield/EasyReader.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>  &nbsp;&nbsp;<A HREF="EasyGraphics.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY: &nbsp;<A HREF="#inner_classes_inherited_from_class_java.awt.Frame">INNER</A>&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_java.awt.Frame">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<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 + -