org.jmat.gui.plotObjects
Class Base2D

java.lang.Object
  |
  +--org.jmat.gui.plotObjects.Base
        |
        +--org.jmat.gui.plotObjects.Base2D
All Implemented Interfaces:
CommandLinePrintable

public class Base2D
extends Base


Field Summary
 
Fields inherited from class org.jmat.gui.plotObjects.Base
axesScales, baseCoords, borderCoeff, DEFAULT_BORDER, dimension, LINEAR, LOG, panelSize, precisionUnit, Xmax, Xmin
 
Constructor Summary
Base2D(double[] Xmi, double[] Xma, int[] dimension, int[] scales, double borderCoeff)
           
 
Method Summary
protected  double[] baseCoordsScreenProjectionRatio(double[] xy)
           
 
Methods inherited from class org.jmat.gui.plotObjects.Base
authorizedLogScale, dilate, getAxeScale, getAxesScales, getBorder, getCoords, getDimension, getGravCenter, getMaxBounds, getMinBounds, getPrecisionUnit, includeInBounds, includeInBounds, screenProjection, setAxesScales, setAxesScales, setBaseCoords, setFixedBounds, setFixedBounds, setnRoundBounds, setnRoundBounds, setPanelSize, toCommandLine, translate, updateScreenCoord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base2D

public Base2D(double[] Xmi,
              double[] Xma,
              int[] dimension,
              int[] scales,
              double borderCoeff)
Method Detail

baseCoordsScreenProjectionRatio

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