Class GridPlotter

  • All Implemented Interfaces:
    Plotter<GridPlotter.GridStyle>

    public class GridPlotter
    extends java.lang.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 Detail

      • XBINWIDTH_KEY

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

        public static final ReportKey<java.lang.Double> YBINWIDTH_KEY
        ReportKey for actual Y bin extent.
      • 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<java.lang.Double> XPHASE_KEY
        Config key for X bin phase.
      • YPHASE_KEY

        public static final ConfigKey<java.lang.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<java.lang.Double> TRANSPARENCY_KEY
    • Constructor Detail

      • 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