com.jogamp.newt.impl.awt
Class AWTScreen

java.lang.Object
  extended by com.jogamp.newt.Screen
      extended by com.jogamp.newt.impl.ScreenImpl
          extended by com.jogamp.newt.impl.awt.AWTScreen
All Implemented Interfaces:
ScreenModeListener

public class AWTScreen
extends ScreenImpl


Field Summary
 
Fields inherited from class com.jogamp.newt.impl.ScreenImpl
aScreen, DEBUG_TEST_SCREENMODE_DISABLED, display, fqname, hashCode, height, refCount, screen_idx, usrHeight, usrWidth, width
 
Fields inherited from class com.jogamp.newt.Screen
DEBUG, SCREEN_MODE_CHANGE_TIMEOUT, screenList, screensActive
 
Constructor Summary
AWTScreen()
           
 
Method Summary
protected  void closeNativeImpl()
           
protected  void createNativeImpl()
           
protected  void setAWTGraphicsScreen(AWTGraphicsScreen s)
           
protected  void setScreenSize(int w, int h)
           
 
Methods inherited from class com.jogamp.newt.impl.ScreenImpl
addReference, addScreenModeListener, create, createNative, destroy, getCurrentScreenMode, getCurrentScreenModeImpl, getDisplay, getFQName, getGraphicsScreen, getHeight, getIndex, getOriginalScreenMode, getReferenceCount, getScreenModeFirstImpl, getScreenModeNextImpl, getScreenModes, getScreenModesIdx2NativeIdx, getScreenModesOrig, getWidth, hashCode, isNativeValid, removeReference, removeScreenModeListener, screenModeChanged, screenModeChangeNotify, setCurrentScreenMode, setCurrentScreenModeImpl, toString
 
Methods inherited from class com.jogamp.newt.Screen
equals, getActiveScreenNumber, getAllScreens, getFirstScreenOf, getLastScreenOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AWTScreen

public AWTScreen()
Method Detail

createNativeImpl

protected void createNativeImpl()
Specified by:
createNativeImpl in class ScreenImpl

setAWTGraphicsScreen

protected void setAWTGraphicsScreen(AWTGraphicsScreen s)

setScreenSize

protected void setScreenSize(int w,
                             int h)
Overrides:
setScreenSize in class ScreenImpl

closeNativeImpl

protected void closeNativeImpl()
Specified by:
closeNativeImpl in class ScreenImpl


Copyright 2010 JogAmp Community.