jas.plot
Interface DateCoordinateTransformation

All Superinterfaces:
CoordinateTransformation
All Known Implementing Classes:
DateAxis

public interface DateCoordinateTransformation
extends CoordinateTransformation

A coordinate transformation for the DateAxis type.

Author:
Jonas Gifford
See Also:
DateAxis

Method Summary
 double convert(long d)
          Returns a pixel value on the axis for the given date value.
 long getAxisMax()
          Returns the maximum value on the axis.
 long getAxisMin()
          Returns the minimum value on the axis.
 long map(double i)
          Returns a date value for the given pixel value.
 

Method Detail

convert

double convert(long d)
Returns a pixel value on the axis for the given date value.


map

long map(double i)
Returns a date value for the given pixel value.


getAxisMin

long getAxisMin()
Returns the minimum value on the axis.


getAxisMax

long getAxisMax()
Returns the maximum value on the axis.



Copyright © 2000-2009 FreeHEP. All Rights Reserved.