com.jogamp.newt.impl
Class ScreenModeStatus
java.lang.Object
com.jogamp.newt.impl.ScreenModeStatus
public class ScreenModeStatus
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScreenModeStatus
public ScreenModeStatus(ArrayHashSet screenModes,
IntIntHashMap screenModesIdx2NativeIdx)
mapScreenModeStatus
protected static void mapScreenModeStatus(String screenFQN,
ScreenModeStatus sms)
unmapScreenModeStatus
protected static void unmapScreenModeStatus(String screenFQN)
- Parameters:
screen
- the prev user
getScreenModeStatus
protected static ScreenModeStatus getScreenModeStatus(String screenFQN)
lockScreenModeStatus
protected static void lockScreenModeStatus()
unlockScreenModeStatus
protected static void unlockScreenModeStatus()
setOriginalScreenMode
protected final void setOriginalScreenMode(ScreenMode originalScreenMode)
getOriginalScreenMode
public final ScreenMode getOriginalScreenMode()
getCurrentScreenMode
public final ScreenMode getCurrentScreenMode()
isOriginalMode
public final boolean isOriginalMode()
getScreenModes
protected final ArrayHashSet getScreenModes()
getScreenModesIdx2NativeIdx
protected final IntIntHashMap getScreenModesIdx2NativeIdx()
addListener
protected final int addListener(ScreenModeListener l)
removeListener
protected final int removeListener(ScreenModeListener l)
fireScreenModeChangeNotify
protected final void fireScreenModeChangeNotify(ScreenMode desiredScreenMode)
fireScreenModeChanged
protected void fireScreenModeChanged(ScreenMode currentScreenMode,
boolean success)
lock
protected final void lock()
throws RuntimeException
- Throws:
RuntimeException
unlock
protected final void unlock()
throws RuntimeException
- Throws:
RuntimeException
Copyright 2010 JogAmp Community.