|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot2.data.Input
public class Input
Characterises a coordinate value as specified by the user.
There may be multiple Input values corresponding to a single
coordinate (Coord
as used by the plotting system.
Constructor Summary | |
---|---|
Input(InputMeta meta,
Class valueClazz,
Class<? extends DomainMapper> domain)
Constructor. |
Method Summary | |
---|---|
Class<? extends DomainMapper> |
getDomain()
Returns the common value domain in which this user coordinate will be used. |
InputMeta |
getMeta()
Returns user-directed metadata describing this input. |
Class |
getValueClass()
Returns the data (super-)type of values described by this input. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Input(InputMeta meta, Class valueClazz, Class<? extends DomainMapper> domain)
meta
- user-directed metadatavalueClazz
- data value classdomain
- data value domain, may be nullMethod Detail |
---|
public InputMeta getMeta()
public Class getValueClass()
public Class<? extends DomainMapper> getDomain()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |