Class ColoredHistogramVisualizer.Instance<NV extends NumberVector>

    • Field Detail

      • BIN

        public static final java.lang.String BIN
        Generic tag to indicate the type of element. Used in IDs, CSS-Classes etc.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Instance

        public Instance​(VisualizerContext context,
                        VisualizationTask task,
                        VisualizationPlot plot,
                        double width,
                        double height,
                        Projection proj)
        Constructor.
        Parameters:
        context - Visualizer context
        task - Visualization task
        plot - Plot to draw to
        width - Embedding width
        height - Embedding height
        proj - Projection
    • Method Detail

      • setupCSS

        private void setupCSS​(SVGPlot svgp,
                              int numc)
        Generate the needed CSS classes.
        Parameters:
        svgp - Plot context
        numc - Number of classes we need.