com.jogamp.newt.impl.x11
Class X11Window
java.lang.Object
com.jogamp.newt.Window
com.jogamp.newt.impl.x11.X11Window
- All Implemented Interfaces:
- NativeWindow, SurfaceUpdatedListener
public class X11Window
- extends Window
Fields inherited from class com.jogamp.newt.Window |
caps, ClickTimeout, config, DEBUG_IMPLEMENTATION, DEBUG_KEY_EVENT, DEBUG_MOUSE_EVENT, DEBUG_WINDOW_EVENT, fullscreen, height, nfs_height, nfs_width, nfs_x, nfs_y, parentNativeWindow, parentWindowHandle, screen, title, undecorated, visible, width, windowHandle, windowLock, x, y |
Methods inherited from class com.jogamp.newt.Window |
addChild, addKeyListener, addKeyListener, addMouseListener, addMouseListener, addPaintListener, addPaintListener, addSurfaceUpdatedListener, addSurfaceUpdatedListener, addWindowListener, addWindowListener, create, create, destroy, destroy, enqueueKeyEvent, enqueueMouseEvent, enqueueWindowEvent, getDisplayHandle, getGraphicsConfiguration, getHeight, getInnerWindow, getInsets, getKeyListener, getKeyListeners, getLockedStack, getMouseListener, getMouseListeners, getPaintListener, getParentNativeWindow, getRequestedCapabilities, getScreen, getScreenIndex, getSurfaceHandle, getSurfaceLockOwner, getSurfaceUpdatedListener, getSurfaceUpdatedListeners, getThreadName, getTitle, getWidth, getWindowHandle, getWindowListener, getWindowListeners, getWindowLock, getWrappedWindow, getX, getY, hasDeviceChanged, invalidate, invalidate, isDestroyed, isFullscreen, isNativeWindowValid, isSurfaceLocked, isUndecorated, isUndecorated, isVisible, lockSurface, removeAllSurfaceUpdatedListener, removeChild, removeKeyListener, removeMouseListener, removePaintListener, removeSurfaceUpdatedListener, removeWindowListener, reparentWindow, requestFocus, runOnEDTIfAvail, sendEvent, sendKeyEvent, sendMouseEvent, sendPaintEvent, sendPaintEvent, sendWindowEvent, setFullscreen, setHandleDestroyNotify, setPosition, setSize, setTitle, setUndecorated, setVisible, shouldNotCallThis, surfaceSwap, surfaceUpdated, toHexString, toHexString, toString, unlockSurface, windowDestroyNotify, windowIsLocked, windowLock, windowUnlock |
X11Window
public X11Window()
createNativeImpl
protected void createNativeImpl()
- Description copied from class:
Window
- Create native windowHandle, ie creates a new native invisible window.
- Specified by:
createNativeImpl
in class Window
closeNative
protected void closeNative()
- Specified by:
closeNative
in class Window
windowDestroyed
protected void windowDestroyed()
- Overrides:
windowDestroyed
in class Window
setVisibleImpl
protected void setVisibleImpl(boolean visible)
- Specified by:
setVisibleImpl
in class Window
setSizeImpl
protected void setSizeImpl(int width,
int height)
- Specified by:
setSizeImpl
in class Window
setPositionImpl
protected void setPositionImpl(int x,
int y)
- Specified by:
setPositionImpl
in class Window
setFullscreenImpl
protected boolean setFullscreenImpl(boolean fullscreen,
int x,
int y,
int w,
int h)
- Specified by:
setFullscreenImpl
in class Window
reparentWindowImpl
protected boolean reparentWindowImpl()
- Overrides:
reparentWindowImpl
in class Window
requestFocusImpl
protected void requestFocusImpl()
- Overrides:
requestFocusImpl
in class Window
setTitleImpl
protected void setTitleImpl(String title)
- Overrides:
setTitleImpl
in class Window
initIDs0
protected static boolean initIDs0()
Copyright 2010 JogAmp Community.