com.jogamp.newt.impl.opengl.kd
Class KDScreen

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

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

KDScreen

public KDScreen()
Method Detail

createNativeImpl

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

closeNativeImpl

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

setScreenSize

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


Copyright 2010 JogAmp Community.