|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.newt.Screen
com.jogamp.newt.impl.ScreenImpl
com.jogamp.newt.impl.x11.X11Screen
public class X11Screen
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 | |
---|---|
X11Screen()
|
Method Summary | |
---|---|
protected void |
closeNativeImpl()
|
protected void |
createNativeImpl()
|
protected ScreenMode |
getCurrentScreenModeImpl()
To be implemented by the native specification. Is called within a thread safe environment. |
protected int[] |
getScreenModeFirstImpl()
To be implemented by the native specification. Is called within a thread safe environment. Is called only to collect the ScreenModes, usually at startup setting up modes. WARNING: must be synchronized with ScreenModeUtil.NUM_SCREEN_MODE_PROPERTIES ,
ie com.jogamp.newt.util.ScreenModeUtil#streamIn(com.jogamp.common.util.ArrayHashSet, com.jogamp.common.util.ArrayHashSet, com.jogamp.common.util.ArrayHashSet, com.jogamp.common.util.ArrayHashSet, int[], int) Note: Additional 1st element is native mode id. |
protected int[] |
getScreenModeNextImpl()
To be implemented by the native specification. Is called within a thread safe environment. Is called only to collect the ScreenModes, usually at startup setting up modes. WARNING: must be synchronized with ScreenModeUtil.NUM_SCREEN_MODE_PROPERTIES ,
ie com.jogamp.newt.util.ScreenModeUtil#streamIn(com.jogamp.common.util.ArrayHashSet, com.jogamp.common.util.ArrayHashSet, com.jogamp.common.util.ArrayHashSet, com.jogamp.common.util.ArrayHashSet, int[], int) Note: Additional 1st element is native mode id. |
protected boolean |
setCurrentScreenModeImpl(ScreenMode screenMode)
To be implemented by the native specification. Is called within a thread safe environment. |
Methods inherited from class com.jogamp.newt.impl.ScreenImpl |
---|
addReference, addScreenModeListener, create, createNative, destroy, getCurrentScreenMode, getDisplay, getFQName, getGraphicsScreen, getHeight, getIndex, getOriginalScreenMode, getReferenceCount, getScreenModes, getScreenModesIdx2NativeIdx, getScreenModesOrig, getWidth, hashCode, isNativeValid, removeReference, removeScreenModeListener, screenModeChanged, screenModeChangeNotify, setCurrentScreenMode, setScreenSize, 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 |
---|
public X11Screen()
Method Detail |
---|
protected void createNativeImpl()
createNativeImpl
in class ScreenImpl
protected void closeNativeImpl()
closeNativeImpl
in class ScreenImpl
protected int[] getScreenModeFirstImpl()
ScreenImpl
ScreenModeUtil.NUM_SCREEN_MODE_PROPERTIES
,
ie com.jogamp.newt.util.ScreenModeUtil#streamIn(com.jogamp.common.util.ArrayHashSet, com.jogamp.common.util.ArrayHashSet, com.jogamp.common.util.ArrayHashSet, com.jogamp.common.util.ArrayHashSet, int[], int)
getScreenModeFirstImpl
in class ScreenImpl
protected int[] getScreenModeNextImpl()
ScreenImpl
ScreenModeUtil.NUM_SCREEN_MODE_PROPERTIES
,
ie com.jogamp.newt.util.ScreenModeUtil#streamIn(com.jogamp.common.util.ArrayHashSet, com.jogamp.common.util.ArrayHashSet, com.jogamp.common.util.ArrayHashSet, com.jogamp.common.util.ArrayHashSet, int[], int)
getScreenModeNextImpl
in class ScreenImpl
protected ScreenMode getCurrentScreenModeImpl()
ScreenImpl
getCurrentScreenModeImpl
in class ScreenImpl
protected boolean setCurrentScreenModeImpl(ScreenMode screenMode)
ScreenImpl
setCurrentScreenModeImpl
in class ScreenImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |