public interface Render
Modifier and Type | Method and Description |
---|---|
void |
drawContour(double startX,
double startY,
double endX,
double endY,
double contourLevel)
drawContour - interface for implementing the user supplied method to
render the countours.
|
void drawContour(double startX, double startY, double endX, double endY, double contourLevel)
startX
- - start coordinate for XstartY
- - start coordinate for YendX
- - end coordinate for XendY
- - end coordinate for YcontourLevel
- - Contour level for line.Copyright © 2016 Metron, Inc.. All rights reserved.