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. |
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 XstartY
- - start coordinate for YendX
- - end coordinate for XendY
- - end coordinate for YcontourLevel
- - Contour level for line.
Copyright © 2012 Metron, Inc.. All Rights Reserved.