public abstract static class TracePlotter.QJoin extends Object
Modifier and Type | Field and Description |
---|---|
static TracePlotter.QJoin |
LINES |
static TracePlotter.QJoin |
NO_JOIN
No graphical elements between samples.
|
static TracePlotter.QJoin[] |
OPTIONS
All available options.
|
static TracePlotter.QJoin |
POLYGON
Fill between upper and lower quantiles all along.
|
Constructor and Description |
---|
QJoin(String name,
String description)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
paintTrace(uk.ac.starlink.ttools.plot2.layer.TracePlotter.QRange[] ranges,
TracePlotter.TraceStyle style,
Graphics g)
Paints graphics representing a set of quantile pairs.
|
String |
toString() |
public static final TracePlotter.QJoin NO_JOIN
public static final TracePlotter.QJoin POLYGON
public static final TracePlotter.QJoin LINES
public static final TracePlotter.QJoin[] OPTIONS
public abstract void paintTrace(uk.ac.starlink.ttools.plot2.layer.TracePlotter.QRange[] ranges, TracePlotter.TraceStyle style, Graphics g)
ranges
- quantile pair datastyle
- plot styleg
- graphics context for outputCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.