Class DendrogramVisualization.Instance

    • Field Detail

      • KEY_CAPTION

        private static final java.lang.String KEY_CAPTION
        CSS class for key captions.
        See Also:
        Constant Field Values
      • KEY_HIERLINE

        private static final java.lang.String KEY_HIERLINE
        CSS class for hierarchy plot lines
        See Also:
        Constant Field Values
    • Constructor Detail

      • Instance

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

      • setupCSS

        protected void setupCSS​(SVGPlot svgp,
                                double linew)
        Register the CSS classes.
        Parameters:
        svgp - the SVGPlot to register the CSS classes.
        linew - Line width adjustment
      • setupCSS

        protected void setupCSS​(SVGPlot svgp,
                                ClassStylingPolicy cspol,
                                double linew)
        Register the CSS classes.
        Parameters:
        svgp - the SVGPlot to register the CSS classes.
        cspol - Class styling policy
        linew - Line width adjustment