Class MarkCombineArrayPlotter.MarkCombineArrayStyle
java.lang.Object
uk.ac.starlink.ttools.plot2.layer.CombineArrayPlotter.CombineArrayStyle
uk.ac.starlink.ttools.plot2.layer.MarkCombineArrayPlotter.MarkCombineArrayStyle
- All Implemented Interfaces:
Style
- Enclosing class:
- MarkCombineArrayPlotter
public static class MarkCombineArrayPlotter.MarkCombineArrayStyle
extends CombineArrayPlotter.CombineArrayStyle
Style for use with this plotter.
-
Constructor Summary
ConstructorsConstructorDescriptionMarkCombineArrayStyle(Combiner xCombiner, Combiner yCombiner, Color color, MarkerShape shape, int size) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns an icon suitable for displaying in a legend for this style.inthashCode()voidpaintPoints(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.Methods inherited from class uk.ac.starlink.ttools.plot2.layer.CombineArrayPlotter.CombineArrayStyle
getCombinerX, getCombinerY, getLayerOpt
-
Constructor Details
-
MarkCombineArrayStyle
public MarkCombineArrayStyle(Combiner xCombiner, Combiner yCombiner, Color color, MarkerShape shape, int size) Constructor.- Parameters:
xCombiner- combiner for elements of X array valuesyCombiner- combiner for elements of Y array valuescolor- colourshape- marker shapesize- marker size
-
-
Method Details
-
getLegendIcon
Description copied from interface:StyleReturns an icon suitable for displaying in a legend for this style. -
paintPoints
public void paintPoints(PlanarSurface surface, PaperType paperType, Paper paper, Point2D.Double[] gpoints) Description copied from class:CombineArrayPlotter.CombineArrayStyleDo the actual plotting given an array of graphics points corresponding to the combined array elements.- Specified by:
paintPointsin classCombineArrayPlotter.CombineArrayStyle- Parameters:
surface- plot surfacepaperType- paper typepaper- papergpoints- points in graphics coordinates corresponding to the aggregated per-element values of the input X and Y array coordinates
-
hashCode
public int hashCode()- Overrides:
hashCodein classCombineArrayPlotter.CombineArrayStyle
-
equals
- Overrides:
equalsin classCombineArrayPlotter.CombineArrayStyle
-