com.metsci.glimpse.charts.bathy
Interface Render

All Known Implementing Classes:
RecordVertices

public interface Render

A class implements the Render interface and drawContour method to draw contours.

Version:
1.0
Author:
Bradley White

Method Summary
 void drawContour(double startX, double startY, double endX, double endY, double contourLevel)
          drawContour - interface for implementing the user supplied method to render the countours.
 

Method Detail

drawContour

void drawContour(double startX,
                 double startY,
                 double endX,
                 double endY,
                 double contourLevel)
drawContour - interface for implementing the user supplied method to render the countours. Draws a line between the start and end coordinates.

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.


Copyright © 2012 Metron, Inc.. All Rights Reserved.