public abstract static class CombineArrayPlotter.CombineArrayStyle extends Object implements Style
Modifier | Constructor and Description |
---|---|
protected |
CombineArrayStyle(Combiner xCombiner,
Combiner yCombiner,
LayerOpt layerOpt)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Combiner |
getCombinerX()
Returns the combination mode for elements of X array values.
|
Combiner |
getCombinerY()
Returns the combination mode for elements of Y array values.
|
LayerOpt |
getLayerOpt()
Returns the LayerOpt for this style.
|
int |
hashCode() |
abstract void |
paintPoints(PlanarSurface surface,
PaperType paperType,
Paper paper,
Point2D.Double[] points)
Do the actual plotting given an array of graphics points
corresponding to the combined array elements.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getLegendIcon
public Combiner getCombinerX()
public Combiner getCombinerY()
public LayerOpt getLayerOpt()
public abstract void paintPoints(PlanarSurface surface, PaperType paperType, Paper paper, Point2D.Double[] points)
surface
- plot surfacepaperType
- paper typepaper
- paperpoints
- points in graphics coordinates corresponding to
the aggregated per-element values of the input
X and Y array coordinatesCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.