Class GridPlotter.GridStyle
java.lang.Object
uk.ac.starlink.ttools.plot2.layer.GridPlotter.GridStyle
- All Implemented Interfaces:
Style
- Enclosing class:
- GridPlotter
Style for configuring the grid plot.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns an icon suitable for displaying in a legend for this style.inthashCode()
-
Constructor Details
-
GridStyle
public GridStyle(BinSizer xSizer, BinSizer ySizer, double xPhase, double yPhase, Scaling scaling, Subrange dataclip, Shader shader, Combiner combiner) Constructor.- Parameters:
xSizer- determines X bin extentySizer- determines Y bin extentxPhase- X axis bin reference point, 0..1yPhase- Y axis bin reference point, 0..1scaling- scaling function for mapping densities to colour map entriesdataclip- scaling input adjustment subrangeshader- colour mapcombiner- value combination mode for bin calculation
-
-
Method Details