Uses of Class
resources.Settings.Region2D
-
Packages that use Settings.Region2D Package Description resources -
-
Uses of Settings.Region2D in resources
Methods in resources that return Settings.Region2D Modifier and Type Method Description Settings.Region2D
Settings. getRegion2D(java.lang.String key)
Returns theSettings.Region2D
represented by the value of the specified key; the key name will have-region
appended if necessary.Settings.Region2D
Settings. getRegion2D(java.lang.String key, Settings.Region2D defaultValue)
Returns theSettings.Region2D
represented by the value of the specified key; the key name will have-region
appended if necessary.Settings.Region2D
Settings.Region2D. inset(double dx, double dy)
Returns a new region that is inset by the specified amount.static Settings.Region2D
Settings. region2D(java.lang.String value)
Returns aSettings.Region2D
defined by a comma-separated list of four numbers in the specified value.Methods in resources with parameters of type Settings.Region2D Modifier and Type Method Description Settings.Region2D
Settings. getRegion2D(java.lang.String key, Settings.Region2D defaultValue)
Returns theSettings.Region2D
represented by the value of the specified key; the key name will have-region
appended if necessary.void
Settings. setRegion2D(java.lang.String key, Settings.Region2D region)
Sets the specified key to a suitable value for the given region; the key name will have-region
appended if necessary.
-