com.partnersoft.maps.app
Class MapAppConfiguration

java.lang.Object
  extended by com.partnersoft.maps.app.MapAppConfiguration

public class MapAppConfiguration
extends java.lang.Object


Constructor Summary
MapAppConfiguration()
           
 
Method Summary
 ControlPreferences getControlPreferences()
           
 LayoutPreferences getLayoutPreferences()
           
 MapSpacePreferences getMapSpacePreferences()
           
 SoundPreferences getSoundPreferences()
           
 VideoPreferences getVideoPreferences()
           
 ProductBranding loadProductBranding()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapAppConfiguration

public MapAppConfiguration()
Method Detail

loadProductBranding

public ProductBranding loadProductBranding()
                                    throws java.io.IOException
Throws:
java.io.IOException

getVideoPreferences

public VideoPreferences getVideoPreferences()

getControlPreferences

public ControlPreferences getControlPreferences()

getSoundPreferences

public SoundPreferences getSoundPreferences()

getMapSpacePreferences

public MapSpacePreferences getMapSpacePreferences()

getLayoutPreferences

public LayoutPreferences getLayoutPreferences()