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 TypeMethodDescriptionboolean
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.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:Style
Returns 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.CombineArrayStyle
Do the actual plotting given an array of graphics points corresponding to the combined array elements.- Specified by:
paintPoints
in 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:
hashCode
in classCombineArrayPlotter.CombineArrayStyle
-
equals
- Overrides:
equals
in classCombineArrayPlotter.CombineArrayStyle
-