saaps.sapm
Class ElFluencePlot3.Transform

java.lang.Object
  |
  +--saaps.sapm.ElFluencePlot3.Transform
Enclosing class:
ElFluencePlot3

class ElFluencePlot3.Transform
extends java.lang.Object


Field Summary
(package private)  double v1
           
(package private)  double v2
           
(package private)  double w1
           
(package private)  double w2
           
(package private)  int x1
           
(package private)  int x2
           
(package private)  int y1
           
(package private)  int y2
           
 
Constructor Summary
(package private) ElFluencePlot3.Transform()
           
 
Method Summary
(package private)  int[] transformX(double[] v)
           
(package private)  int transformY(double w)
           
(package private)  int[] transformY(double[] w)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

v1

double v1

v2

double v2

w1

double w1

w2

double w2

x1

int x1

x2

int x2

y1

int y1

y2

int y2
Constructor Detail

ElFluencePlot3.Transform

ElFluencePlot3.Transform()
Method Detail

transformX

int[] transformX(double[] v)

transformY

int[] transformY(double[] w)

transformY

int transformY(double w)