Class ContourData

  • All Implemented Interfaces:
    Render

    public class ContourData
    extends Object
    implements Render
    Author:
    ulman
    • Method Detail

      • drawContour

        public void drawContour​(double startX,
                                double startY,
                                double endX,
                                double endY,
                                double contourLevel)
        Description copied from interface: Render
        drawContour - interface for implementing the user supplied method to render the countours. Draws a line between the start and end coordinates.
        Specified by:
        drawContour in interface Render
        Parameters:
        startX - - start coordinate for X
        startY - - start coordinate for Y
        endX - - end coordinate for X
        endY - - end coordinate for Y
        contourLevel - - Contour level for line.
      • getCoordsX

        public float[] getCoordsX()
      • getCoordsY

        public float[] getCoordsY()