public static class LineCombineArrayPlotter.LineCombineArrayStyle extends CombineArrayPlotter.CombineArrayStyle
Constructor and Description |
---|
LineCombineArrayStyle(Combiner xCombiner,
Combiner yCombiner,
Color color,
Stroke stroke,
boolean isAntialias)
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, getLayerOpt
public LineCombineArrayStyle(Combiner xCombiner, Combiner yCombiner, Color color, Stroke stroke, boolean isAntialias)
xCombiner
- combiner for elements of X array valuesyCombiner
- combiner for elements of Y array valuescolor
- colourstroke
- line strokeisAntialias
- true for antialiasingpublic Icon getLegendIcon()
Style
public void paintPoints(PlanarSurface surface, PaperType paperType, Paper paper, Point2D.Double[] gpoints)
CombineArrayPlotter.CombineArrayStyle
paintPoints
in class CombineArrayPlotter.CombineArrayStyle
surface
- 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.CombineArrayStyle
public boolean equals(Object o)
equals
in class CombineArrayPlotter.CombineArrayStyle
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.