public class PlaneAspect extends Object
| Constructor and Description | 
|---|
PlaneAspect(double[] xlimits,
           double[] ylimits)
Constructor. 
 | 
| Modifier and Type | Method and 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. 
 | 
String | 
toString()  | 
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 © 2025 Central Laboratory of the Research Councils. All Rights Reserved.