public class MarkCombineArrayPlotter extends CombineArrayPlotter<MarkCombineArrayPlotter.MarkCombineArrayStyle>
Modifier and Type | Class and Description |
---|---|
static class |
MarkCombineArrayPlotter.MarkCombineArrayStyle
Style for use with this plotter.
|
CombineArrayPlotter.CombineArrayStyle
Modifier and Type | Field and Description |
---|---|
static MarkCombineArrayPlotter |
INSTANCE
Sole instance of this class.
|
static ConfigKey<Integer> |
SIZE_KEY
Config key for marker size.
|
XCOMBINER_KEY, XS_REPKEY, YCOMBINER_KEY, YS_REPKEY
Modifier and Type | Method and Description |
---|---|
MarkCombineArrayPlotter.MarkCombineArrayStyle |
createStyle(ConfigMap config)
Creates a style that can be used when creating a plot layer.
|
String |
getPlotterDescription()
Returns an XML description of this plotter.
|
ConfigKey<?>[] |
getStyleKeys()
Returns the configuration keys used to configure style for this plotter.
|
createLayer, getRangeStyleKey
getCoordGroup, getPlotterIcon, getPlotterName, hasReports
public static final MarkCombineArrayPlotter INSTANCE
public String getPlotterDescription()
Plotter
Note: really this should appear at the LayerType level.
public ConfigKey<?>[] getStyleKeys()
Plotter
Plotter.createStyle(uk.ac.starlink.ttools.plot2.config.ConfigMap)
method.public MarkCombineArrayPlotter.MarkCombineArrayStyle createStyle(ConfigMap config)
Plotter
Plotter.getStyleKeys()
.
The return value can be used as input to Plotter.createLayer(uk.ac.starlink.ttools.plot2.DataGeom, uk.ac.starlink.ttools.plot2.data.DataSpec, S)
.config
- map of style configuration itemsCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.