Documentation of 'org.jplot2d.data.GraphData' Java class
GraphData
org.jplot2d.data

Interface GraphData

    • Method Detail

      • applyBoundary

        GraphData applyBoundary(Range xboundary,
                                Range yboundary)
        Apply the new boundary on x/y direction. Data outside the boundary are ignored.
        Parameters:
        xboundary - the new boundary to apply
        yboundary - the new boundary to apply
        Returns:
        a new GraphData instance
      • getXRange

        Range getXRange()
        Returns x range which contains all valid data in x boundary. If there is no valid data in x boundary, the empty property of returned Range will be set to true
      • getYRange

        Range getYRange()
        Returns y range which contains all valid data in y boundary. If there is no valid data in y boundary, the empty property of returned Range will be set to true
      • hasPointOutsideXBounds

        boolean hasPointOutsideXBounds()
        Returns true if there are valid data out of the x boundary.
        Returns:
        the flag
      • hasPointOutsideYBounds

        boolean hasPointOutsideYBounds()
        Returns true if there are valid data out of the y boundary.
        Returns:
        the flag

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.