Package com.iizix.run

Class RuntimeBuilderInitialSetup

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class RuntimeBuilderInitialSetup
    extends java.lang.Object
    implements java.lang.Cloneable
    Initial settings for a Runtime Builder setup.
    • Field Summary

      Fields 
      Modifier and TypeFieldDescription
      java.lang.StringassetFolder
      The default (sub)folder in Assets, default "iiziRun".
      java.io.FileopaqueIconFile
      The opaque file that is used to create every icon file required when transparency is not supported, i.e.
      java.lang.StringtextTableName
      The file name for the text tablle, default "i18n-iiziRun-en".
      java.io.FiletransparentIconFile
      The transparent icon file that is used to create every icon file required.
    • 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.
    • Constructor Detail

      • RuntimeBuilderInitialSetup

        public RuntimeBuilderInitialSetup()