Class SelectionLineVisualization.Instance

    • Field Detail

      • MARKER

        public static final java.lang.String MARKER
        CSS Class for the range marker
        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

      • drawLine

        private org.w3c.dom.Element drawLine​(DBIDRef iter)
        Draw a single line.
        Parameters:
        iter - Object reference
        Returns:
        SVG Element
      • addCSSClasses

        private void addCSSClasses​(SVGPlot svgp)
        Adds the required CSS-Classes
        Parameters:
        svgp - SVG-Plot