Class CaptionerKeySet
- java.lang.Object
-
- uk.ac.starlink.ttools.plot2.config.CaptionerKeySet
-
-
Field Summary
Fields Modifier and Type Field Description static booleanPREFER_PHYSICAL_FONTTrue 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 CaptionercreateValue(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:KeySetThe config keys used to specify an object.
-
createValue
public Captioner createValue(ConfigMap config)
Description copied from interface:KeySetCreates a typed value based on the values in a map corresponding to this object's keys.- Specified by:
createValuein interfaceKeySet<Captioner>- Parameters:
config- map for which the values corresponding togetKeyswill be examined- Returns:
- specified typed value
-
-