fr.esrf.tangoatk.core.attribute
Class UShortSpectrumHelper

java.lang.Object
  extended by fr.esrf.tangoatk.core.attribute.UShortSpectrumHelper
All Implemented Interfaces:
java.io.Serializable

public class UShortSpectrumHelper
extends java.lang.Object

See Also:
Serialized Form

Constructor Summary
UShortSpectrumHelper(IAttribute attribute)
           
 
Method Summary
static double[] flatten(double[][] src)
           
static double[] flatten2double(java.lang.String[][] src)
           
 IAttribute getAttribute()
           
 java.lang.String[] getSpectrumValue(fr.esrf.TangoApi.DeviceAttribute attribute)
           
 java.lang.String getVersion()
           
 void setAttribute(IAttribute attribute)
           
protected  void setProperty(java.lang.String name, java.lang.Number value)
           
protected  void setProperty(java.lang.String name, java.lang.Number value, boolean writable)
           
static double[][] str2double(java.lang.String[][] src)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UShortSpectrumHelper

public UShortSpectrumHelper(IAttribute attribute)
Method Detail

getVersion

public java.lang.String getVersion()

getSpectrumValue

public java.lang.String[] getSpectrumValue(fr.esrf.TangoApi.DeviceAttribute attribute)
                                    throws fr.esrf.Tango.DevFailed
Throws:
fr.esrf.Tango.DevFailed

setAttribute

public void setAttribute(IAttribute attribute)

getAttribute

public IAttribute getAttribute()

setProperty

protected void setProperty(java.lang.String name,
                           java.lang.Number value)

setProperty

protected void setProperty(java.lang.String name,
                           java.lang.Number value,
                           boolean writable)

flatten

public static double[] flatten(double[][] src)

flatten2double

public static double[] flatten2double(java.lang.String[][] src)

str2double

public static double[][] str2double(java.lang.String[][] src)