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

java.lang.Object
  extended by com.jogamp.newt.Screen
      extended by com.jogamp.newt.impl.opengl.kd.KDScreen

public class KDScreen
extends Screen


Field Summary
 
Fields inherited from class com.jogamp.newt.Screen
aScreen, display, height, usrHeight, usrWidth, width
 
Constructor Summary
KDScreen()
           
 
Method Summary
protected  void closeNative()
           
protected  void createNative(int index)
           
protected  void setScreenSize(int w, int h)
           
 
Methods inherited from class com.jogamp.newt.Screen
create, destroy, getDisplay, getGraphicsScreen, getHeight, getIndex, getWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KDScreen

public KDScreen()
Method Detail

createNative

protected void createNative(int index)
Specified by:
createNative in class Screen

closeNative

protected void closeNative()
Specified by:
closeNative in class Screen

setScreenSize

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


Copyright 2010 JogAmp Community.