public class NilTargetAttributes extends Object implements ITargetAttributes
ITargetAttributes.| Modifier and Type | Field and Description |
|---|---|
static NilTargetAttributes |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackgroundColor() |
Float |
getFrameRate() |
Float |
getHeight() |
Double |
getHeightPercentage() |
String |
getPageTitle() |
String |
getPreloaderClassName() |
Map<String,String> |
getRootInfoAttributes()
Get all the key/value pairs that can be added to the frame-1 "info"
object without special processing.
|
String |
getRuntimeDPIProviderClassName() |
Integer |
getScriptRecursionLimit() |
Integer |
getScriptTimeLimit() |
String |
getSplashScreenImage() |
Boolean |
getUseDirectBlit() |
Boolean |
getUseGPU() |
Boolean |
getUsePreloader() |
Float |
getWidth() |
Double |
getWidthPercentage() |
public static NilTargetAttributes INSTANCE
public Float getWidth()
getWidth in interface ITargetAttributespublic Float getHeight()
getHeight in interface ITargetAttributespublic Double getWidthPercentage()
getWidthPercentage in interface ITargetAttributespublic Double getHeightPercentage()
getHeightPercentage in interface ITargetAttributespublic Float getFrameRate()
getFrameRate in interface ITargetAttributesnull if not set.public String getPreloaderClassName()
getPreloaderClassName in interface ITargetAttributesnull if not set.public String getRuntimeDPIProviderClassName()
getRuntimeDPIProviderClassName in interface ITargetAttributesnull if not set.public String getSplashScreenImage()
getSplashScreenImage in interface ITargetAttributesnull if not set.public String getPageTitle()
getPageTitle in interface ITargetAttributesnull if not set.public Integer getScriptRecursionLimit()
getScriptRecursionLimit in interface ITargetAttributesnull if not set.public Integer getScriptTimeLimit()
getScriptTimeLimit in interface ITargetAttributesnull if not set.public Boolean getUseGPU()
getUseGPU in interface ITargetAttributesnull if not set.public Boolean getUseDirectBlit()
getUseDirectBlit in interface ITargetAttributesnull if not set.public Boolean getUsePreloader()
getUsePreloader in interface ITargetAttributesnull if not set.public String getBackgroundColor()
getBackgroundColor in interface ITargetAttributesnull if not set.public Map<String,String> getRootInfoAttributes()
ITargetAttributesgetRootInfoAttributes in interface ITargetAttributesCopyright © 2016 The Apache Software Foundation. All rights reserved.