Class CaptionerKeySet
java.lang.Object
uk.ac.starlink.ttools.plot2.config.CaptionerKeySet
ConfigKeySet for specifying a captioner.
Font size, type, weight are configurable as well as plain/latex
rendering.
- Since:
- 6 Mar 2014
- Author:
- Mark Taylor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic boolean
True to use Lucida fonts, false to use logical fonts. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateValue
(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.
-
Field Details
-
PREFER_PHYSICAL_FONT
public static boolean PREFER_PHYSICAL_FONTTrue to use Lucida fonts, false to use logical fonts.
-
-
Constructor Details
-
CaptionerKeySet
public CaptionerKeySet()Constructor.
-
-
Method Details
-
getKeys
Description copied from interface:KeySet
The config keys used to specify an object. -
createValue
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
-