public class PlaneAspect
extends java.lang.Object
| Constructor | Description |
|---|---|
PlaneAspect(double[] xlimits,
double[] ylimits) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
double |
getXMax() |
Returns X data coordinate upper bound.
|
double |
getXMin() |
Returns X data coordinate lower bound.
|
double |
getYMax() |
Returns Y data coordinate upper bound.
|
double |
getYMin() |
Returns Y data coordinate lower bound.
|
public PlaneAspect(double[] xlimits,
double[] ylimits)
xlimits - 2-element array giving (min,max) X data coordinatesylimits - 2-element array giving (min,max) Y data coordinatespublic double getXMin()
public double getXMax()
public double getYMin()
public double getYMax()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.