Documentation of 'org.jfree.data.contour.NonGridContourDataset' Java class
NonGridContourDataset
org.jfree.data.contour

Class NonGridContourDataset

    • Constructor Detail

      • NonGridContourDataset

        public NonGridContourDataset()
        Deprecated. 
        Default constructor.
      • NonGridContourDataset

        public NonGridContourDataset(java.lang.String seriesName,
                                     java.lang.Object[] xData,
                                     java.lang.Object[] yData,
                                     java.lang.Object[] zData)
        Deprecated. 
        Constructor for NonGridContourDataset. Uses default values for grid dimensions and weighting.
        Parameters:
        seriesName - the series name.
        xData - the x values.
        yData - the y values.
        zData - the z values.
      • NonGridContourDataset

        public NonGridContourDataset(java.lang.String seriesName,
                                     java.lang.Object[] xData,
                                     java.lang.Object[] yData,
                                     java.lang.Object[] zData,
                                     int numX,
                                     int numY,
                                     int power)
        Deprecated. 
        Constructor for NonGridContourDataset.
        Parameters:
        seriesName - the series name.
        xData - the x values.
        yData - the y values.
        zData - the z values.
        numX - number grid cells in along the x-axis
        numY - number grid cells in along the y-axis
        power - exponent for inverse distance weighting

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.