Package com.iizix.run
Class RuntimeBuilderInitialSetup
- java.lang.Object
- com.iizix.run.RuntimeBuilderInitialSetup
 
- All Implemented Interfaces:
- java.lang.Cloneable
 - public class RuntimeBuilderInitialSetup extends java.lang.Object implements java.lang.CloneableInitial settings for a Runtime Builder setup.
- Field Summary- Fields - Modifier and Type - Field - Description - java.lang.String- assetFolderThe default (sub)folder in Assets, default "iiziRun".- java.io.File- opaqueIconFileThe opaque file that is used to create every icon file required when transparency is not supported, i.e.- java.lang.String- textTableNameThe file name for the text tablle, default "i18n-iiziRun-en".- java.io.File- transparentIconFileThe transparent icon file that is used to create every icon file required.
 - Constructor Summary- Constructors - Constructor - Description - RuntimeBuilderInitialSetup()
 - Method Summary- All Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - RuntimeBuilderInitialSetup- clone()Clones the settings.
 
- Field Detail- textTableName- public java.lang.String textTableName The file name for the text tablle, default "i18n-iiziRun-en".
 - assetFolder- public java.lang.String assetFolder The default (sub)folder in Assets, default "iiziRun".
 - transparentIconFile- public java.io.File transparentIconFile The transparent icon file that is used to create every icon file required. This file must be in PNG format.
 - opaqueIconFile- public java.io.File 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.
 
 - Method Detail- clone- public RuntimeBuilderInitialSetup clone() Clones the settings.- Overrides:
- clonein class- java.lang.Object