public class TimeAspect extends Object
| Constructor and Description |
|---|
TimeAspect(double[] tlimits,
double[] ylimits)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getTMax()
Returns time data coordinate upper bound.
|
double |
getTMin()
Returns time data coordinate lower bound.
|
double |
getYMax()
Returns Y data coordinate upper bound.
|
double |
getYMin()
Returns Y data coordinate lower bound.
|
public TimeAspect(double[] tlimits,
double[] ylimits)
tlimits - 2-element array giving (min,max) time data coordinates,
in seconds since the Unix epochylimits - 2-element array giving (min,max) Y data doordinatespublic double getTMin()
public double getTMax()
public double getYMin()
public double getYMax()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.