A E F G I J K L M P R S U

A

action() - Method in class fullscreen.FullScreenBase.DelayedAction
 
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
FullScreenBase - Class in fullscreen
The base class FullScreen and SoftFullScreen inherit from.
FullScreenBase(PApplet) - Constructor for class fullscreen.FullScreenBase
Create a fullscreen thingie
FullScreenBase.DelayedAction - Class in fullscreen
A sweet little helper.
FullScreenBase.DelayedAction(int) - Constructor for class fullscreen.FullScreenBase.DelayedAction
 

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
GLDrawableHelper - Class in fullscreen
 
GLDrawableHelper() - Constructor for class fullscreen.GLDrawableHelper
 
GLTextureUpdateHelper - Class in fullscreen
Opengl tends to erase textures when grabbing/releasing exclusive fullscreen mode.
GLTextureUpdateHelper() - Constructor for class fullscreen.GLTextureUpdateHelper
 

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?

J

japplemenubar - package japplemenubar
 
JAppleMenuBar - Class in japplemenubar
Starting point for the application.
JAppleMenuBar() - Constructor for class japplemenubar.JAppleMenuBar
 

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

M

minimize() - Method in class fullscreen.SoftFullScreen
Allow for minimizing the frame

P

post() - Method in class fullscreen.FullScreenBase.DelayedAction
 

R

reAllocate(FullScreenBase) - Static method in class fullscreen.GLDrawableHelper
 
requestFocus() - Method in class fullscreen.FullScreenBase
Requests focus for the sketch..
restore() - Method in class fullscreen.SoftFullScreen
Restores the frame after it has been minimized.

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 japplemenubar.JAppleMenuBar
 
SoftFullScreen - Class in fullscreen
Creates a new softfullscreen object.
SoftFullScreen(PApplet) - Constructor for class fullscreen.SoftFullScreen
Creates a new softfullscreen object.
SoftFullScreen(PApplet, int) - Constructor for class fullscreen.SoftFullScreen
Creates a new softfullscreen object on a specific screen (numbering starts at 0)

U

update(FullScreenBase) - Static method in class fullscreen.GLTextureUpdateHelper
Update the all the opengl textures belonging to a sketch imediately.

A E F G I J K L M P R S U

processing fullscreen api library by hansi, 2009.