|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot2.task.CoordValue
public class CoordValue
Aggregates a coordinate specification and the expression strings that give its values.
Constructor Summary | |
---|---|
CoordValue(Coord coord,
String[] exprs)
Constructor. |
Method Summary | |
---|---|
Coord |
getCoord()
Returns the coordinate definition. |
String[] |
getExpressions()
Returns the user-supplied expressions for the coordinate's values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoordValue(Coord coord, String[] exprs)
coord
- coordinate definitionexprs
- array of user-supplied expressions, one for each input
value associated with the coordinateMethod Detail |
---|
public Coord getCoord()
public String[] getExpressions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |