com.jogamp.newt.impl.opengl.broadcom.egl
Class Screen

java.lang.Object
  extended by com.jogamp.newt.Screen
      extended by com.jogamp.newt.impl.ScreenImpl
          extended by com.jogamp.newt.impl.opengl.broadcom.egl.Screen
All Implemented Interfaces:
ScreenModeListener

public class Screen
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
Screen()
           
 
Method Summary
protected  void closeNativeImpl()
           
protected  void createNativeImpl()
           
 
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, setScreenSize, 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

Screen

public Screen()
Method Detail

createNativeImpl

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

closeNativeImpl

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


Copyright 2010 JogAmp Community.