Class ReferencePointsVisualization.Instance

    • 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)
        Registers the Reference-Point-CSS-Class at a SVGPlot.
        Parameters:
        svgp - the SVGPlot to register the -CSS-Class.