Uses of Class
com.neurowork.mobile.android.fw.themes.LevelTypeStyle

Packages that use LevelTypeStyle
net.neurowork.mobile.android.fw   
net.neurowork.mobile.android.fw.levels   
net.neurowork.mobile.android.fw.parse   
 

Uses of LevelTypeStyle in net.neurowork.mobile.android.fw
 

Methods in net.neurowork.mobile.android.fw that return types with arguments of type LevelTypeStyle
 java.util.Map<java.lang.String,LevelTypeStyle> ApplicationData.getLevelStyleTypeMap()
           
 

Methods in net.neurowork.mobile.android.fw with parameters of type LevelTypeStyle
 void ApplicationData.initializeBackground(android.app.Activity activity, LevelTypeStyle levelTypeStyle)
          Initialize the specific background for a level
 void ApplicationData.initializeWidgetFormat(android.app.Activity activity, LevelTypeStyle levelStyle)
          Initialize the widget's components (textColor, textSize, textStyle, typeFace) with the XML content, depending on a specific screen type.
 

Method parameters in net.neurowork.mobile.android.fw with type arguments of type LevelTypeStyle
 void ApplicationData.setLevelStyleTypeMap(java.util.Map<java.lang.String,LevelTypeStyle> levelStyleTypeMap)
           
 

Uses of LevelTypeStyle in net.neurowork.mobile.android.fw.levels
 

Methods in net.neurowork.mobile.android.fw.levels that return LevelTypeStyle
 LevelTypeStyle AppLevel.getLevelTypeStyle()
           
 

Methods in net.neurowork.mobile.android.fw.levels with parameters of type LevelTypeStyle
 void AppLevel.setLevelTypeStyle(LevelTypeStyle levelTypeStyle)
           
 

Uses of LevelTypeStyle in net.neurowork.mobile.android.fw.parse
 

Methods in net.neurowork.mobile.android.fw.parse that return types with arguments of type LevelTypeStyle
static java.util.Map<java.lang.String,LevelTypeStyle> ParseUtils.parseStylesData(android.content.Context context, java.lang.String xmlFileName)
          This method is used to make the ride home file "styles.xml" passed in the parameter xmlFileName.