com.metsci.glimpse.charts.bathy
Class RecordVertices

java.lang.Object
  extended by com.metsci.glimpse.charts.bathy.RecordVertices
All Implemented Interfaces:
Render

public class RecordVertices
extends java.lang.Object
implements Render

Author:
ulman

Constructor Summary
RecordVertices(GeoProjection projection)
           
 
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.
 float[] getCoordsX()
           
 float[] getCoordsY()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordVertices

public RecordVertices(GeoProjection projection)
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()


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