Uses of Class
nl.b3p.tailormap.api.persistence.json.AppLayerSettings
-
Packages that use AppLayerSettings Package Description nl.b3p.tailormap.api.persistence nl.b3p.tailormap.api.persistence.json -
-
Uses of AppLayerSettings in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.tailormap.api.persistence that return AppLayerSettings Modifier and Type Method Description AppLayerSettingsApplication. getAppLayerSettings(AppTreeLayerNode node) -
Uses of AppLayerSettings in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return AppLayerSettings Modifier and Type Method Description AppLayerSettingsAppLayerSettings. attribution(String attribution)AppLayerSettingsAppLayerSettings. description(String description)AppLayerSettingsAppLayerSettings. editable(Boolean editable)AppLayerSettingsAppLayerSettings. opacity(Integer opacity)AppLayerSettingsAppLayerSettings. title(String title)Methods in nl.b3p.tailormap.api.persistence.json that return types with arguments of type AppLayerSettings Modifier and Type Method Description @Valid Map<String,AppLayerSettings>AppSettings. getLayerSettings()Map of id of an AppTreeLayerNode to its' settings.Methods in nl.b3p.tailormap.api.persistence.json with parameters of type AppLayerSettings Modifier and Type Method Description AppSettingsAppSettings. putLayerSettingsItem(String key, AppLayerSettings layerSettingsItem)Method parameters in nl.b3p.tailormap.api.persistence.json with type arguments of type AppLayerSettings Modifier and Type Method Description AppSettingsAppSettings. layerSettings(Map<String,AppLayerSettings> layerSettings)voidAppSettings. setLayerSettings(Map<String,AppLayerSettings> layerSettings)
-