|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcfa.vo.sed.dm.Data
public class Data
| Field Summary | |
|---|---|
protected BackgroundModel |
_bgFlux
|
protected FluxAxis |
_flux
|
protected SpectralAxis |
_spectral
|
protected TimeAxis |
_time
|
| Constructor Summary | |
|---|---|
Data()
|
|
| Method Summary | |
|---|---|
FluxAxis |
getBackgroundModel()
Gets the FluxAxis object representing the background model. |
FluxAxis |
getFlux()
Gets the FluxAxis object representing flux only. |
int |
getNumDataPoints()
|
SpectralAxis |
getSpectral()
Gets the SpectralAxis object. |
TimeAxis |
getTime()
Gets the TimeAxis object. |
boolean |
isFluxAxis()
|
boolean |
isSpectralAxis()
|
boolean |
isTimeAxis()
|
void |
setBackgroundModel(FluxAxis bgFlux)
Sets the FluxAxis object representing the background model. |
void |
setFlux(FluxAxis flux)
Sets the FluxAxis object representing flux only. |
void |
setSpectral(SpectralAxis spectral)
Sets the SpectralAxis object. |
void |
setTime(TimeAxis time)
Sets the TimeAxis object. |
java.lang.String |
toString()
Override Object's toString() method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected FluxAxis _flux
protected BackgroundModel _bgFlux
protected TimeAxis _time
protected SpectralAxis _spectral
| Constructor Detail |
|---|
public Data()
| Method Detail |
|---|
public boolean isTimeAxis()
public boolean isFluxAxis()
public boolean isSpectralAxis()
public int getNumDataPoints()
public FluxAxis getFlux()
FluxAxispublic void setFlux(FluxAxis flux)
flux - allowed object is
FluxAxispublic FluxAxis getBackgroundModel()
FluxAxispublic void setBackgroundModel(FluxAxis bgFlux)
bgFlux - allowed object is
FluxAxispublic TimeAxis getTime()
TimeAxispublic void setTime(TimeAxis time)
time - allowed object is
TimeAxispublic SpectralAxis getSpectral()
SpectralAxispublic void setSpectral(SpectralAxis spectral)
spectral - allowed object is
SpectralAxispublic java.lang.String toString()
toString in class java.lang.ObjectString
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||