|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.display.SourceSpectra
public class SourceSpectra
A class that encapsulates the features and values from an MR spectroscopy source, usually for the purpose of displaying it.
| Constructor Summary | |
|---|---|
SourceSpectra(AttributeList list)
Construct spectra from a single or multi-frame DICOM spectroscopy object from a list of DICOM attributes. |
|
SourceSpectra(DicomInputStream i)
Construct spectra from a single or multi-frame DICOM spectroscopy object from an input stream (such as from a file or the network). |
|
| Method Summary | |
|---|---|
int |
getColumns()
|
int |
getDataPointColumns()
|
int |
getDataPointRows()
|
float |
getMaximum()
|
float |
getMinimum()
|
int |
getNumberOfFrames()
|
int |
getRows()
|
float[][] |
getSpectra()
|
String |
getTitle()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SourceSpectra(DicomInputStream i)
throws IOException,
DicomException
Construct spectra from a single or multi-frame DICOM spectroscopy object from an input stream (such as from a file or the network).
i - the input stream
IOException
DicomException
public SourceSpectra(AttributeList list)
throws DicomException
Construct spectra from a single or multi-frame DICOM spectroscopy object from a list of DICOM attributes.
list - the list of attributes that include the description and values of the spectroscopy data
DicomException| Method Detail |
|---|
public float[][] getSpectra()
public String getTitle()
public int getNumberOfFrames()
public int getRows()
public int getColumns()
public int getDataPointRows()
public int getDataPointColumns()
public float getMinimum()
public float getMaximum()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||