Serialized Form
Package com.jogamp.newt.awt |
jawtWindow
JAWTWindow jawtWindow
shallUseOffscreenLayer
boolean shallUseOffscreenLayer
newtChild
Window newtChild
newtChildAttached
boolean newtChildAttached
isOnscreen
boolean isOnscreen
newtChildCloseOp
WindowClosingProtocol.WindowClosingMode newtChildCloseOp
awtAdapter
jogamp.newt.awt.event.AWTParentWindowAdapter awtAdapter
awtMouseAdapter
AWTAdapter awtMouseAdapter
awtKeyAdapter
AWTAdapter awtKeyAdapter
awtWindowClosingProtocol
AWTWindowClosingProtocol awtWindowClosingProtocol
focusAction
com.jogamp.newt.awt.NewtCanvasAWT.FocusAction focusAction
clearAWTMenusOnNewtFocus
WindowListener clearAWTMenusOnNewtFocus
newtFocusTraversalKeyListener
com.jogamp.newt.awt.NewtCanvasAWT.FocusTraversalKeyListener newtFocusTraversalKeyListener
focusPropertyChangeListener
com.jogamp.newt.awt.NewtCanvasAWT.FocusPropertyChangeListener focusPropertyChangeListener
keyboardFocusManager
KeyboardFocusManager keyboardFocusManager
forceRelayout
Runnable forceRelayout
Package com.jogamp.newt.awt.applet |
glWindow
GLWindow glWindow
newtCanvasAWT
NewtCanvasAWT newtCanvasAWT
base
JOGLNewtAppletBase base
glXd
int glXd
- if valid glStandalone:=true (own window) !
glYd
int glYd
- if valid glStandalone:=true (own window) !
glWidth
int glWidth
- if valid glStandalone:=true (own window) !
glHeight
int glHeight
- if valid glStandalone:=true (own window) !
Package com.jogamp.newt.event |
modifiers
int modifiers
keyCode
short keyCode
keySym
short keySym
keyChar
char keyChar
flags
byte flags
mode
MonitorMode mode
x
int[] x
y
int[] y
clickCount
short clickCount
button
short button
rotationXYZ
float[] rotationXYZ
rotationScale
float rotationScale
pressure
float[] pressure
maxPressure
float maxPressure
pointerIDs
short[] pointerIDs
pointerTypes
MouseEvent.PointerType[] pointerTypes
eventType
short eventType
when
long when
attachment
Object attachment
bounds
Rectangle bounds
Package com.jogamp.opengl.cg |
Package javax.media.nativewindow |
Package javax.media.opengl |
Package javax.media.opengl.awt |
lock
com.jogamp.common.util.locks.RecursiveLock lock
helper
jogamp.opengl.GLDrawableHelper helper
awtConfig
AWTGraphicsConfiguration awtConfig
drawable
jogamp.opengl.GLDrawableImpl drawable
jawtWindow
JAWTWindow jawtWindow
context
jogamp.opengl.GLContextImpl context
sendReshape
boolean sendReshape
capsReqUser
GLCapabilitiesImmutable capsReqUser
chooser
GLCapabilitiesChooser chooser
shareWith
GLContext shareWith
additionalCtxCreationFlags
int additionalCtxCreationFlags
device
GraphicsDevice device
shallUseOffscreenLayer
boolean shallUseOffscreenLayer
awtWindowClosingProtocol
AWTWindowClosingProtocol awtWindowClosingProtocol
realizeOnEDTAction
Runnable realizeOnEDTAction
unrealizeOnEDTAction
Runnable unrealizeOnEDTAction
destroyOnEDTAction
Runnable destroyOnEDTAction
disposeJAWTWindowAndAWTDeviceOnEDT
Runnable disposeJAWTWindowAndAWTDeviceOnEDT
- Disposes the JAWTWindow and AbstractGraphicsDevice within EDT,
since resources created (X11: Display), must be destroyed in the same thread, where they have been created.
The drawable and context handle are null'ed as well, assuming GLCanvas.destroy()
has been called already.
- See Also:
GLCanvas.chooseGraphicsConfiguration(javax.media.opengl.GLCapabilitiesImmutable, javax.media.opengl.GLCapabilitiesImmutable, javax.media.opengl.GLCapabilitiesChooser, java.awt.GraphicsDevice)
initAction
Runnable initAction
displayAction
Runnable displayAction
displayOnEDTAction
Runnable displayOnEDTAction
swapBuffersOnEDTAction
Runnable swapBuffersOnEDTAction
helper
jogamp.opengl.GLDrawableHelper helper
isInitialized
boolean isInitialized
customPixelBufferProvider
AWTGLPixelBuffer.AWTGLPixelBufferProvider customPixelBufferProvider
offscreenCaps
GLCapabilitiesImmutable offscreenCaps
- Single buffered offscreen caps
glProfile
GLProfile glProfile
factory
jogamp.opengl.GLDrawableFactoryImpl factory
chooser
GLCapabilitiesChooser chooser
shareWith
GLContext shareWith
additionalCtxCreationFlags
int additionalCtxCreationFlags
handleReshape
boolean handleReshape
sendReshape
boolean sendReshape
reshapeWidth
int reshapeWidth
reshapeHeight
int reshapeHeight
panelWidth
int panelWidth
panelHeight
int panelHeight
viewportX
int viewportX
viewportY
int viewportY
backend
javax.media.opengl.awt.GLJPanel.Backend backend
updater
javax.media.opengl.awt.GLJPanel.Updater updater
awtWindowClosingProtocol
AWTWindowClosingProtocol awtWindowClosingProtocol
disposeAction
Runnable disposeAction
updaterInitAction
Runnable updaterInitAction
updaterDisplayAction
Runnable updaterDisplayAction
paintImmediatelyAction
Runnable paintImmediatelyAction
Copyright 2010 JogAmp Community.