Class AbstractSilhouetteVisualization

    • Field Detail

      • plotwidth

        protected double plotwidth
        Width of plot (in display units)
      • plotheight

        protected double plotheight
        Height of plot (in display units)
    • Constructor Detail

      • AbstractSilhouetteVisualization

        public AbstractSilhouetteVisualization​(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

      • makeLayerElement

        protected void makeLayerElement()
        Produce a new layer element.