org.math.plot.render
Class Projection2D

java.lang.Object
  extended by org.math.plot.render.Projection
      extended by org.math.plot.render.Projection2D

public class Projection2D
extends Projection

BSD License

Author:
Yann RICHET

Field Summary
 
Fields inherited from class org.math.plot.render.Projection
baseScreenCoords, borderCoeff, DEFAULT_BORDER, draw
 
Constructor Summary
Projection2D(AWTDrawer _draw)
           
 
Method Summary
protected  double[] baseCoordsScreenProjectionRatio(double[] xy)
           
 
Methods inherited from class org.math.plot.render.Projection
dilate, initBaseCoordsProjection, screenProjection, screenProjectionBaseRatio, translate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Projection2D

public Projection2D(AWTDrawer _draw)
Method Detail

baseCoordsScreenProjectionRatio

protected double[] baseCoordsScreenProjectionRatio(double[] xy)
Specified by:
baseCoordsScreenProjectionRatio in class Projection