jjil.core
Class Complex32Image

java.lang.Object
  extended by jjil.core.Image
      extended by jjil.core.Complex32Image

public class Complex32Image
extends Image

Complex32Image is the image type used to store a complex 32-bit image.

Author:
webb

Constructor Summary
Complex32Image(int cWidth, int cHeight)
          Creates a new instance of Complex32Image
 
Method Summary
 Image clone()
          Copy this image
 Complex[] getData()
          Return a pointer to the image data.
 java.lang.String toString()
          Return a string describing the image.
 
Methods inherited from class jjil.core.Image
getHeight, getWidth
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Complex32Image

public Complex32Image(int cWidth,
                      int cHeight)
Creates a new instance of Complex32Image

Parameters:
cWidth - Width of the image (columns).
cHeight - Height of the image (rows)
Method Detail

clone

public Image clone()
Copy this image

Specified by:
clone in class Image
Returns:
the image copy.

getData

public Complex[] getData()
Return a pointer to the image data.

Returns:
the data pointer.

toString

public java.lang.String toString()
Return a string describing the image.

Overrides:
toString in class java.lang.Object
Returns:
the string.