Uses of Interface
jas.plot.CoordinateTransformation

Packages that use CoordinateTransformation
jas.plot   
 

Uses of CoordinateTransformation in jas.plot
 

Subinterfaces of CoordinateTransformation in jas.plot
 interface DateCoordinateTransformation
          A coordinate transformation for the DateAxis type.
 interface DoubleCoordinateTransformation
          Converts between double values and pixel values for the DoubleAxis type.
 interface StringCoordinateTransformation
           
 interface TimeCoordinateTransformation
          Converts coordinates between time values to pixel values for the TimeAxis type.
 

Classes in jas.plot that implement CoordinateTransformation
 class DateAxis
          This class implements a simple date axis, where values on the axis are particular instances in time.
 class DoubleAxis
          Implements a simple numeric axis, with either linear or logarithmic scale.
 class StringAxis
          This class simply displays a given array of strings.
 class TimeAxis
          An axis type for representing times.
 

Methods in jas.plot that return CoordinateTransformation
 CoordinateTransformation DoubleAxis.getCoordinateTransformation()
          Returns an instance of DoubleCoordinateTransformation.
 CoordinateTransformation OverlayContainer.getXTransformation()
           
 CoordinateTransformation OverlayContainer.getYTransformation()
           
 CoordinateTransformation OverlayContainer.getYTransformation(int index)
           
 



Copyright © 2000-2009 FreeHEP. All Rights Reserved.