Class GridPlotter

java.lang.Object
uk.ac.starlink.ttools.plot2.layer.GridPlotter
All Implemented Interfaces:
Plotter<GridPlotter.GridStyle>

public class GridPlotter extends Object implements Plotter<GridPlotter.GridStyle>
Plotter that plots a genuine density map (2-d histogram) on a regular grid. It presents a single Decal, no glyph.
Since:
13 Jan 2017
Author:
Mark Taylor
  • Field Details

    • XBINWIDTH_KEY

      public static final ReportKey<Double> XBINWIDTH_KEY
      ReportKey for actual X bin extent.
    • YBINWIDTH_KEY

      public static final ReportKey<Double> YBINWIDTH_KEY
      ReportKey for actual Y bin extent.
    • GRIDTABLE_KEY

      public static final ReportKey<uk.ac.starlink.table.StarTable> GRIDTABLE_KEY
      ReportKey for exported grid table.
    • XBINSIZER_KEY

      public static final ConfigKey<BinSizer> XBINSIZER_KEY
      Config key for X bin size configuration.
    • YBINSIZER_KEY

      public static final ConfigKey<BinSizer> YBINSIZER_KEY
      Config key for Y bin size configuration.
    • XPHASE_KEY

      public static final ConfigKey<Double> XPHASE_KEY
      Config key for X bin phase.
    • YPHASE_KEY

      public static final ConfigKey<Double> YPHASE_KEY
      Config key for Y bin phase.
    • COMBINER_KEY

      public static final ConfigKey<Combiner> COMBINER_KEY
      Config key for combination mode.
    • TRANSPARENCY_KEY

      public static final ConfigKey<Double> TRANSPARENCY_KEY
  • Constructor Details

    • GridPlotter

      public GridPlotter(boolean transparent)
      Constructor.
      Parameters:
      transparent - if true, there will be a config option for setting the alpha value of the whole layer
  • Method Details