|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot2.geom.TimeAspect
public class TimeAspect
Defines the data range covered by a TimeSurface.
Constructor Summary | |
---|---|
TimeAspect(double[] tlimits,
double[] ylimits)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 doordinatesMethod Detail |
---|
public double getTMin()
public double getTMax()
public double getYMin()
public double getYMax()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |