Package com.iizix.run
Class RuntimeBuilderInitialSetup
java.lang.Object
com.iizix.run.RuntimeBuilderInitialSetup
- All Implemented Interfaces:
Cloneable
Initial settings for a Runtime Builder setup.
Field Summary
Modifier and TypeFieldDescriptionThe default (sub)folder in Assets, default "iiziRun".The opaque file that is used to create every icon file required when transparency is not supported, i.e.The file name for the text tablle, default "i18n-iiziRun-en".The transparent icon file that is used to create every icon file required.Constructor Summary
Method Summary
Field Details
textTableName
The file name for the text tablle, default "i18n-iiziRun-en".assetFolder
The default (sub)folder in Assets, default "iiziRun".transparentIconFile
The transparent icon file that is used to create every icon file required. This file must be in PNG format.opaqueIconFile
The opaque file that is used to create every icon file required when transparency is not supported, i.e. for the App Store and iOS. This file can be in PNG or JPEG formats.
Constructor Details
RuntimeBuilderInitialSetup
public RuntimeBuilderInitialSetup()
Method Details