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 SummaryFieldsModifier 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 SummaryConstructors
- Method Summary
- Field Details- textTableNameThe file name for the text tablle, default "i18n-iiziRun-en".
- assetFolderThe default (sub)folder in Assets, default "iiziRun".
- transparentIconFileThe transparent icon file that is used to create every icon file required. This file must be in PNG format.
- opaqueIconFileThe 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- RuntimeBuilderInitialSetuppublic RuntimeBuilderInitialSetup()
 
- Method Details