Class CaptionerKeySet
- java.lang.Object
-
- uk.ac.starlink.ttools.plot2.config.CaptionerKeySet
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
PREFER_PHYSICAL_FONT
True to use Lucida fonts, false to use logical fonts.
-
Constructor Summary
Constructors Constructor Description CaptionerKeySet()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Captioner
createValue(ConfigMap config)
Creates a typed value based on the values in a map corresponding to this object's keys.ConfigKey<?>[]
getKeys()
The config keys used to specify an object.
-
-
-
Method Detail
-
getKeys
public ConfigKey<?>[] getKeys()
Description copied from interface:KeySet
The config keys used to specify an object.
-
createValue
public Captioner createValue(ConfigMap config)
Description copied from interface:KeySet
Creates a typed value based on the values in a map corresponding to this object's keys.- Specified by:
createValue
in interfaceKeySet<Captioner>
- Parameters:
config
- map for which the values corresponding togetKeys
will be examined- Returns:
- specified typed value
-
-