Uses of Class
resources.Settings
-
-
Uses of Settings in ca.cgjennings.apps.arkham.component
Fields in ca.cgjennings.apps.arkham.component declared as Settings Modifier and Type Field Description protected SettingsAbstractGameComponent. privateSettingsMethods in ca.cgjennings.apps.arkham.component that return Settings Modifier and Type Method Description SettingsAbstractGameComponent. getSettings()SettingsGameComponent. getSettings()Returns aSettingsinstance that will return this component's private settings.Methods in ca.cgjennings.apps.arkham.component with parameters of type Settings Modifier and Type Method Description static java.awt.image.BufferedImageAbstractPortrait. createStencil(Settings s, java.lang.String templateKey, java.lang.String portraitRegionKey)Creates an image suitable for use withAbstractPortrait.getClipStencil(). -
Uses of Settings in ca.cgjennings.apps.arkham.deck
Methods in ca.cgjennings.apps.arkham.deck that return Settings Modifier and Type Method Description SettingsDeck. getSettings() -
Uses of Settings in ca.cgjennings.apps.arkham.dialog.prefs
Methods in ca.cgjennings.apps.arkham.dialog.prefs that return Settings Modifier and Type Method Description SettingsFillInPreferenceCategory. getSettings() -
Uses of Settings in ca.cgjennings.apps.arkham.plugins
Methods in ca.cgjennings.apps.arkham.plugins that return Settings Modifier and Type Method Description SettingsScriptMonkey. getSettingProvider()Returns theSettingsobject that is used to look up settings with $setting_name syntax.SettingsPluginContext. getSettings()Returns aSettingsinstance that can be used to read and write user settings using this plug-in's namespace.Methods in ca.cgjennings.apps.arkham.plugins with parameters of type Settings Modifier and Type Method Description voidScriptMonkey. setSettingProvider(Settings settings)Sets theSettingsobject that is used to look up settings with $setting_name syntax. -
Uses of Settings in ca.cgjennings.apps.arkham.plugins.engine
Methods in ca.cgjennings.apps.arkham.plugins.engine that return Settings Modifier and Type Method Description SettingsSettingBindings. getSettings()Returns the settings used to look up $ variables.SettingsSettingBindings.LiveSetting. getSettings()Returns theSettingsinstance that the live setting was created from.Methods in ca.cgjennings.apps.arkham.plugins.engine with parameters of type Settings Modifier and Type Method Description voidSettingBindings. setSettings(Settings settings)Sets the settings used to look up $ and $$ variables.Constructors in ca.cgjennings.apps.arkham.plugins.engine with parameters of type Settings Constructor Description SettingBindings(javax.script.Bindings parent, Settings settings) -
Uses of Settings in ca.cgjennings.apps.arkham.project
Methods in ca.cgjennings.apps.arkham.project that return Settings Modifier and Type Method Description SettingsTask. getSettings() -
Uses of Settings in gamedata
Methods in gamedata that return Settings Modifier and Type Method Description SettingsGame. getMasterSettings()Deprecated.Replaced byGame.getSettings().SettingsGame. getSettings()Returns the settings instance for this game. -
Uses of Settings in resources
Methods in resources that return Settings Modifier and Type Method Description SettingsSettings. createNamespace(java.lang.String namespace)Returns a view of these settings within a namespace.static SettingsSettings. forProperties(java.lang.String name, java.util.Properties toWrap)Returns a view of an existingjava.util.Propertiesobject as aSettingsobject.SettingsSettings. getParent()Returns the parent scope of thisSettings, ornullif this is the shared scope.static SettingsSettings. getShared()Returns theSettingsinstance that represents the shared global scope.static SettingsSettings. getUser()Returns theSettingsinstance that represents user settings.Methods in resources with parameters of type Settings Modifier and Type Method Description voidSettings. addSettingsFrom(Settings sourceSettings)Adds entries from anotherSettingsinstance to this instance.Constructors in resources with parameters of type Settings Constructor Description Settings(Settings parent)Create a new settings scope within the scope ofparent.
-