java.applet.AppletStub
public class GameAppletStub
extends java.lang.Object
implements java.applet.AppletStub
Constructor | Description |
---|---|
GameAppletStub(java.lang.String runeScapeUrl,
java.lang.String pageSource,
java.lang.String archiveName) |
Modifier and Type | Method | Description |
---|---|---|
void |
appletResize(int width,
int height) |
|
java.applet.AppletContext |
getAppletContext() |
|
java.net.URL |
getCodeBase() |
|
java.net.URL |
getDocumentBase() |
|
java.lang.String |
getParameter(java.lang.String name) |
|
boolean |
isActive() |
public GameAppletStub(java.lang.String runeScapeUrl, java.lang.String pageSource, java.lang.String archiveName)
public java.net.URL getDocumentBase()
getDocumentBase
in interface java.applet.AppletStub
public java.net.URL getCodeBase()
getCodeBase
in interface java.applet.AppletStub
public java.applet.AppletContext getAppletContext()
getAppletContext
in interface java.applet.AppletStub
public java.lang.String getParameter(java.lang.String name)
getParameter
in interface java.applet.AppletStub
public boolean isActive()
isActive
in interface java.applet.AppletStub
public void appletResize(int width, int height)
appletResize
in interface java.applet.AppletStub