Class ContourDataSetRenderer

    • Field Detail

      • gradientRect

        protected final javafx.scene.shape.Rectangle gradientRect
    • Constructor Detail

      • ContourDataSetRenderer

        public ContourDataSetRenderer()
    • Method Detail

      • drawLegendSymbol

        public javafx.scene.canvas.Canvas drawLegendSymbol​(de.gsi.dataset.DataSet dataSet,
                                                           int dsIndex,
                                                           int width,
                                                           int height)
        Specified by:
        drawLegendSymbol in interface Renderer
        Parameters:
        dataSet - the data set for which the representative icon should be generated
        dsIndex - index within renderer set
        width - requested width of the returning Canvas
        height - requested height of the returning Canvas
        Returns:
        a graphical icon representation of the given data sets
      • getZAxis

        public Axis getZAxis()
      • layoutZAxis

        protected void layoutZAxis​(Axis zAxis)
      • render

        public void render​(javafx.scene.canvas.GraphicsContext gc,
                           Chart chart,
                           int dataSetOffset,
                           javafx.collections.ObservableList<de.gsi.dataset.DataSet> datasets)
        Specified by:
        render in interface Renderer
      • shiftZAxisToLeft

        public void shiftZAxisToLeft()
      • shiftZAxisToRight

        public void shiftZAxisToRight()
      • convolution

        public static double convolution​(double[][] pixelMatrix)
      • erosionConvolution

        public static double erosionConvolution​(double[][] pixelMatrix)