Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
E
F
G
I
K
L
N
P
S
A
available()
- Method in class fullscreen.
FullScreen
FullScreen is only available is applications, not in applets!
available()
- Method in class fullscreen.
SoftFullScreen
FullScreen is only available is applications, not in applets!
E
enter()
- Method in class fullscreen.
FullScreenBase
Enters fullscreen mode
F
fullscreen
- package fullscreen
Trying to bring better fullscreen support to processing.
FullScreen
- Class in
fullscreen
Creates a new fullscreen object.
FullScreen(PApplet, int)
- Constructor for class fullscreen.
FullScreen
Create a fullscreen object based on a specific screen
FullScreen(PApplet)
- Constructor for class fullscreen.
FullScreen
Create a new fullscreen object
FullScreen.DelayedModeChange
- Class in
fullscreen
A sweet little helper.
FullScreen.DelayedModeChange(boolean)
- Constructor for class fullscreen.
FullScreen.DelayedModeChange
FullScreenBase
- Class in
fullscreen
The base class
FullScreen
and
SoftFullScreen
inherit from.
FullScreenBase(PApplet)
- Constructor for class fullscreen.
FullScreenBase
Create a fullscreen thingie
G
getRefreshRate()
- Method in class fullscreen.
FullScreen
Returns the current refresh rate
getRefreshRates(int, int)
- Method in class fullscreen.
FullScreen
Get a list of refresh rates available for a resolution
getResolutions()
- Method in class fullscreen.
FullScreen
List resolution for this screen
getResolutions(GraphicsDevice)
- Static method in class fullscreen.
FullScreen
List resolutions for a graphics device
getResolutions(int)
- Static method in class fullscreen.
FullScreen
Get a list of available screen resolutions
getSketch()
- Method in class fullscreen.
FullScreenBase
Returns the sketch
I
isFullScreen()
- Method in class fullscreen.
FullScreen
Are we in FullScreen mode?
isFullScreen()
- Method in class fullscreen.
FullScreenBase
Are we currently in fullscreen mode?
isFullScreen()
- Method in class fullscreen.
SoftFullScreen
Are we in FullScreen mode?
isGL()
- Method in class fullscreen.
FullScreenBase
Is opengl somehow being used in this sketch?
K
keyEvent(KeyEvent)
- Method in class fullscreen.
FullScreenBase
Implement keyEvent to listen to processing's key events
L
leave()
- Method in class fullscreen.
FullScreenBase
Leaves fullscreen mode
N
NativeOSX
- Class in
fullscreen
This class dynamically hides/shows the menubar on osx systems.
NativeOSX()
- Constructor for class fullscreen.
NativeOSX
P
post()
- Method in class fullscreen.
FullScreen.DelayedModeChange
post()
- Method in class fullscreen.
SoftFullScreen.DelayedModeChange
S
setFullScreen(boolean)
- Method in class fullscreen.
FullScreen
Enters/Leaves fullScreen mode.
setFullScreen(boolean)
- Method in class fullscreen.
FullScreenBase
Enters/Leaves fullscreen mode
setFullScreen(boolean)
- Method in class fullscreen.
SoftFullScreen
Enters/Leaves fullScreen mode.
setRefreshRate(int)
- Method in class fullscreen.
FullScreen
Sets the refresh rate
setResolution(int, int)
- Method in class fullscreen.
FullScreen
Change display resolution.
setResolution(int, int)
- Method in class fullscreen.
FullScreenBase
Set resolution
setResolution(int, int)
- Method in class fullscreen.
SoftFullScreen
Setting resolution is not possible with the SoftFullScreen object.
setShortcutsEnabled(boolean)
- Method in class fullscreen.
FullScreenBase
Allow shortcuts?
setVisible(boolean)
- Method in class fullscreen.
NativeOSX
Shows/Hides the menubar on osx
SoftFullScreen
- Class in
fullscreen
Creates a new softfullscreen object.
SoftFullScreen(PApplet)
- Constructor for class fullscreen.
SoftFullScreen
Creates a new softfullscreen object.
SoftFullScreen.DelayedModeChange
- Class in
fullscreen
A sweet little helper.
SoftFullScreen.DelayedModeChange(boolean)
- Constructor for class fullscreen.
SoftFullScreen.DelayedModeChange
A
E
F
G
I
K
L
N
P
S
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
processing fullscreen api library by hansi, 2009.