|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot.Point3D
public class Point3D
Object which represents a point to be plotted on a PlotVolume. This class handles only object comparison; it will have to be subclassed to contain some more information before it can do anything much useful.
Method Summary | |
---|---|
static Comparator |
getComparator(boolean zAscending,
boolean seqAscending)
Returns a comparator which can be used to sort Point3D objects. |
double |
getZ()
Returns the Z coordinate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double getZ()
public static Comparator getComparator(boolean zAscending, boolean seqAscending)
zAscending
- true for ascending ZseqAscending
- true for ascending sequence ID
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |