Uses of Interface
jas.plot.Transformation

Packages that use Transformation
jas.plot   
jas.plot.java1   
jas.plot.java2   
 

Uses of Transformation in jas.plot
 

Subinterfaces of Transformation in jas.plot
 interface DoubleCoordinateTransformation
          Converts between double values and pixel values for the DoubleAxis type.
 

Classes in jas.plot that implement Transformation
 class DoubleAxis
          Implements a simple numeric axis, with either linear or logarithmic scale.
 

Methods in jas.plot with parameters of type Transformation
 void PlotGraphics.setTransformation(Transformation x, Transformation y)
           
 

Uses of Transformation in jas.plot.java1
 

Methods in jas.plot.java1 with parameters of type Transformation
 void PlotGraphics11.setTransformation(Transformation x, Transformation y)
           
 

Uses of Transformation in jas.plot.java2
 

Methods in jas.plot.java2 with parameters of type Transformation
 void PlotGraphics12.setTransformation(Transformation x, Transformation y)
           
 



Copyright © 2000-2009 FreeHEP. All Rights Reserved.