cfa.vo.sed.dm
Interface IAxis

All Known Implementing Classes:
BackgroundModel, DataAxis, FluxAxis, Redshift, SpectralAxis, TimeAxis

public interface IAxis


Method Summary
 IAccuracy getAccuracy()
          Gets the Accuracy object
 IValue getQuality()
          Gets the IValue object for quality
 IValue getResolution()
          Gets the IValue object for resolution.
 IValue getValue()
          Gets the IValue object
 void setAccuracy(IAccuracy aAccuracy)
          Sets the Accuracy object of IAxis
 void setQuality(IValue quality)
          Sets the IValue object of the DataAxis's quality
 void setResolution(IValue resolution)
          Sets the IValue object for the resolution of the DataAxis.
 void setValue(IValue value)
          Sets the IValue object of IAxis.
 

Method Detail

getValue

IValue getValue()
Gets the IValue object

Returns:
possible object is IValue

setValue

void setValue(IValue value)
Sets the IValue object of IAxis.

Parameters:
value - allowed object is Value

getAccuracy

IAccuracy getAccuracy()
Gets the Accuracy object

Returns:
possible object is IAccuracy

setAccuracy

void setAccuracy(IAccuracy aAccuracy)
Sets the Accuracy object of IAxis

Parameters:
aAccuracy - allowed object is IAccuracy

getQuality

IValue getQuality()
Gets the IValue object for quality

Returns:
possible object is IValue

setQuality

void setQuality(IValue quality)
Sets the IValue object of the DataAxis's quality

Parameters:
quality - allowed object is IValue

getResolution

IValue getResolution()
Gets the IValue object for resolution.

Returns:
possible object is IValue

setResolution

void setResolution(IValue resolution)
Sets the IValue object for the resolution of the DataAxis.

Parameters:
resolution - allowed object is IValue