Uses of Class
org.openstreetmap.fma.jtiledownloader.config.DownloadConfiguration

Packages that use DownloadConfiguration
org.openstreetmap.fma.jtiledownloader.config   
org.openstreetmap.fma.jtiledownloader.datatypes   
 

Uses of DownloadConfiguration in org.openstreetmap.fma.jtiledownloader.config
 

Subclasses of DownloadConfiguration in org.openstreetmap.fma.jtiledownloader.config
 class DownloadConfigurationBBoxLatLon
           
 class DownloadConfigurationBBoxXY
           
 class DownloadConfigurationGPX
           
 class DownloadConfigurationUrlSquare
           
 

Methods in org.openstreetmap.fma.jtiledownloader.config with parameters of type DownloadConfiguration
 void DownloadConfigurationSaverIf.loadDownloadConfig(DownloadConfiguration config)
           
 void AppConfiguration.loadDownloadConfig(DownloadConfiguration config)
           
 void DownloadConfigurationSaverIf.saveDownloadConfig(DownloadConfiguration config)
           
 void AppConfiguration.saveDownloadConfig(DownloadConfiguration config)
           
 

Uses of DownloadConfiguration in org.openstreetmap.fma.jtiledownloader.datatypes
 

Methods in org.openstreetmap.fma.jtiledownloader.datatypes with parameters of type DownloadConfiguration
 void DownloadJob.loadDownloadConfig(DownloadConfiguration config)
           
 void DownloadJob.saveDownloadConfig(DownloadConfiguration config)