public class LineCombineArrayPlotter extends CombineArrayPlotter<LineCombineArrayPlotter.LineCombineArrayStyle>
| Modifier and Type | Class and Description |
|---|---|
static class |
LineCombineArrayPlotter.LineCombineArrayStyle
Style for use with this plotter.
|
CombineArrayPlotter.CombineArrayStyle| Modifier and Type | Field and Description |
|---|---|
static LineCombineArrayPlotter |
INSTANCE
Sole instance of this class.
|
static ConfigKey<Integer> |
THICK_KEY
Config key for line thickness.
|
XCOMBINER_KEY, XS_REPKEY, YCOMBINER_KEY, YS_REPKEY| Modifier and Type | Method and Description |
|---|---|
LineCombineArrayPlotter.LineCombineArrayStyle |
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, getRangeStyleKeygetCoordGroup, getPlotterIcon, getPlotterName, hasReportspublic static final LineCombineArrayPlotter INSTANCE
public String getPlotterDescription()
PlotterNote: really this should appear at the LayerType level.
public ConfigKey<?>[] getStyleKeys()
PlotterPlotter.createStyle(uk.ac.starlink.ttools.plot2.config.ConfigMap) method.public LineCombineArrayPlotter.LineCombineArrayStyle createStyle(ConfigMap config)
PlotterPlotter.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 © 2025 Central Laboratory of the Research Councils. All Rights Reserved.