public static class MarkCombineArrayPlotter.MarkCombineArrayStyle extends CombineArrayPlotter.CombineArrayStyle
| Constructor and Description |
|---|
MarkCombineArrayStyle(Combiner xCombiner,
Combiner yCombiner,
Color color,
MarkerShape shape,
int size)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Icon |
getLegendIcon()
Returns an icon suitable for displaying in a legend for this style.
|
int |
hashCode() |
void |
paintPoints(PlanarSurface surface,
PaperType paperType,
Paper paper,
Point2D.Double[] gpoints)
Do the actual plotting given an array of graphics points
corresponding to the combined array elements.
|
getCombinerX, getCombinerY, getLayerOptpublic MarkCombineArrayStyle(Combiner xCombiner, Combiner yCombiner, Color color, MarkerShape shape, int size)
xCombiner - combiner for elements of X array valuesyCombiner - combiner for elements of Y array valuescolor - colourshape - marker shapesize - marker sizepublic Icon getLegendIcon()
Stylepublic void paintPoints(PlanarSurface surface, PaperType paperType, Paper paper, Point2D.Double[] gpoints)
CombineArrayPlotter.CombineArrayStylepaintPoints in class CombineArrayPlotter.CombineArrayStylesurface - plot surfacepaperType - paper typepaper - papergpoints - points in graphics coordinates corresponding to
the aggregated per-element values of the input
X and Y array coordinatespublic int hashCode()
hashCode in class CombineArrayPlotter.CombineArrayStylepublic boolean equals(Object o)
equals in class CombineArrayPlotter.CombineArrayStyleCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.