public abstract class AdaptiveRuntimeFullScreenStrategy extends Object implements FullScreenStrategy
Applications are expected to sub-class this class and invoke setStrategy(RuntimeType, FullScreenStrategy)
as needed in the constructor.
| Constructor and Description |
|---|
AdaptiveRuntimeFullScreenStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
enterFullScreenMode()
Attempt to enter full-screen mode.
|
void |
exitFullScreenMode()
Exit full-screen mode.
|
boolean |
isFullScreenMode()
Test whether or not full-screen mode is currently active.
|
public final void enterFullScreenMode()
FullScreenStrategyenterFullScreenMode in interface FullScreenStrategypublic final void exitFullScreenMode()
FullScreenStrategyexitFullScreenMode in interface FullScreenStrategypublic final boolean isFullScreenMode()
FullScreenStrategyisFullScreenMode in interface FullScreenStrategytrue if full-screen mode is active; otherwise falseCopyright © 2009–2015 Caprica Software Limited. All rights reserved.