Package uk.ac.starlink.ttools.plot2.geom
Class TimeAspect
- java.lang.Object
-
- uk.ac.starlink.ttools.plot2.geom.TimeAspect
-
public class TimeAspect extends java.lang.ObjectDefines the data range covered by a TimeSurface.- Since:
- 15 Aug 2013
- Author:
- Mark Taylor
-
-
Constructor Summary
Constructors Constructor Description TimeAspect(double[] tlimits, double[] ylimits)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetTMax()Returns time data coordinate upper bound.doublegetTMin()Returns time data coordinate lower bound.doublegetYMax()Returns Y data coordinate upper bound.doublegetYMin()Returns Y data coordinate lower bound.
-
-
-
Method Detail
-
getTMin
public double getTMin()
Returns time data coordinate lower bound.- Returns:
- time minimum in unix seconds
-
getTMax
public double getTMax()
Returns time data coordinate upper bound.- Returns:
- time maximum in unix seconds
-
getYMin
public double getYMin()
Returns Y data coordinate lower bound.- Returns:
- y min
-
getYMax
public double getYMax()
Returns Y data coordinate upper bound.- Returns:
- y max
-
-