|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot2.geom.PlaneAspect
public class PlaneAspect
Defines the data range covered by a PlaneSurface.
Constructor Summary | |
---|---|
PlaneAspect(double[] xlimits,
double[] ylimits)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlaneAspect(double[] xlimits, double[] ylimits)
xlimits
- 2-element array giving (min,max) X data coordinatesylimits
- 2-element array giving (min,max) Y data coordinatesMethod Detail |
---|
public double getXMin()
public double getXMax()
public double getYMin()
public double getYMax()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |