org.xwt.plat
Class GCJ

java.lang.Object
  extended byorg.xwt.Platform
      extended byorg.xwt.plat.GCJ
Direct Known Subclasses:
POSIX, Win32

public abstract class GCJ
extends Platform

common superclass for all platforms that use GCJ to compile a native binary


Nested Class Summary
static class GCJ.Retainer
           
 
Field Summary
 
Fields inherited from class org.xwt.Platform
build
 
Constructor Summary
GCJ()
           
 
Method Summary
protected  Picture _decodeJPEG(java.io.InputStream is, java.lang.String name)
           
protected  java.io.InputStream _getBuiltinInputStream()
           
 
Methods inherited from class org.xwt.Platform
_altKeyName, _createAlphaOnlyPicture, _createPicture, _createPixelBuffer, _createSurface, _criticalAbort, _detectProxy, _fileDialog, _getClipBoard, _getEnv, _getScheduler, _getScreenHeight, _getScreenWidth, _getSocket, _inputStreamToByteArray, _isCaseSensitive, _maxThreads, _needsAutoClick, _needsAutoDoubleClick, _newBrowserWindow, _running, _setClipBoard, _supressDirtyOnResize, altKeyName, createAlphaOnlyPicture, createPicture, createPixelBuffer, createSurface, criticalAbort, decodeJPEG, detectProxy, fileDialog, forceLoad, getBuiltinInputStream, getClipBoard, getDescriptiveName, getEnv, getScheduler, getScreenHeight, getScreenWidth, getSocket, init, inputStreamToByteArray, isCaseSensitive, maxThreads, needsAutoClick, needsAutoDoubleClick, newBrowserWindow, postInit, running, setClipBoard, supressDirtyOnResize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GCJ

public GCJ()
Method Detail

_getBuiltinInputStream

protected java.io.InputStream _getBuiltinInputStream()
Overrides:
_getBuiltinInputStream in class Platform

_decodeJPEG

protected Picture _decodeJPEG(java.io.InputStream is,
                              java.lang.String name)
Overrides:
_decodeJPEG in class Platform