edu.uthscsa.ric.mango
Class MangoImage

java.lang.Object
  extended by edu.uthscsa.ric.mango.MangoImage

public class MangoImage
extends Object


Constructor Summary
MangoImage(ImageVolume im, ImageDimensions id, VoxelDimensions vd, ImageType it, ImageRange ir, ImageDescription in, String des, Coordinate origin, Coordinate nativeOrigin, ImageTransform[] ijk, ScreenImage si, File f, String orientation)
          Deprecated. 
 
Method Summary
 String getDescription()
          Deprecated.  
 ImageDescription getImageDescription()
          Deprecated.  
 ImageDimensions getImageDimensions()
          Deprecated.  
 ImageTransform[] getImageIndexTransforms()
          Deprecated. Replaced by getTransforms() Returns a ImageTransform array of all loaded image index transforms.
 ImageRange getImageRange()
          Deprecated.  
 ImageType getImageType()
          Deprecated.  
 ImageVolume getImageVolume()
          Deprecated.  
 ImageTransform[] getImageWorldTransforms()
          Deprecated. Replaced by getTransforms() Returns a ImageTransform array of all loaded world transforms.
 File getLoadedFile()
          Deprecated.  
 Coordinate getNativeOrigin()
          Deprecated.  
 String getOrientation()
          Deprecated.  
 Coordinate getOrigin()
          Deprecated.  
 ScreenImage getScreenImage()
          Deprecated.  
 ImageTransform[] getTransforms()
          Deprecated.  
 VoxelDimensions getVoxelDimensions()
          Deprecated.  
 boolean isBeingKilled()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MangoImage

@Deprecated
public MangoImage(ImageVolume im,
                             ImageDimensions id,
                             VoxelDimensions vd,
                             ImageType it,
                             ImageRange ir,
                             ImageDescription in,
                             String des,
                             Coordinate origin,
                             Coordinate nativeOrigin,
                             ImageTransform[] ijk,
                             ScreenImage si,
                             File f,
                             String orientation)
Deprecated. 

Method Detail

getDescription

@Deprecated
public String getDescription()
Deprecated. 

Returns a format-specific text description of the header data (a header dump).

Returns:
a format-specific text description of the header data (a header dump)

getImageDescription

@Deprecated
public ImageDescription getImageDescription()
Deprecated. 

Returns the ImageDescription.

Returns:
the ImageDescription

getImageDimensions

@Deprecated
public ImageDimensions getImageDimensions()
Deprecated. 

Returns the ImageDimensions.

Returns:
the ImageDimensions

getImageIndexTransforms

@Deprecated
public ImageTransform[] getImageIndexTransforms()
Deprecated. Replaced by getTransforms() Returns a ImageTransform array of all loaded image index transforms.

Returns:
a ImageTransform array of all loaded image index transforms

getImageRange

@Deprecated
public ImageRange getImageRange()
Deprecated. 

Returns the ImageRange.

Returns:
the ImageRange

getImageType

@Deprecated
public ImageType getImageType()
Deprecated. 

Returns the ImageType.

Returns:
the ImageType

getImageVolume

@Deprecated
public ImageVolume getImageVolume()
Deprecated. 

Returns the ImageVolume.

Returns:
the ImageVolume

getImageWorldTransforms

@Deprecated
public ImageTransform[] getImageWorldTransforms()
Deprecated. Replaced by getTransforms() Returns a ImageTransform array of all loaded world transforms.

Returns:
a ImageTransform array of all loaded world transforms

getLoadedFile

@Deprecated
public File getLoadedFile()
Deprecated. 

Returns the loaded file for this image.

Returns:
the loaded file for this image

getNativeOrigin

@Deprecated
public Coordinate getNativeOrigin()
Deprecated. 

Returns the origin in the image's native space.

Returns:
the origin

getOrientation

@Deprecated
public String getOrientation()
Deprecated. 

Returns the orientation (e.g., XYZ+--)

Returns:
the orientation

getOrigin

@Deprecated
public Coordinate getOrigin()
Deprecated. 

Returns the origin Coordinate.

Returns:
the origin Coordinate

getScreenImage

@Deprecated
public ScreenImage getScreenImage()
Deprecated. 

Returns the ScreenImage.

Returns:
the ScreenImage

getTransforms

@Deprecated
public ImageTransform[] getTransforms()
Deprecated. 

Returns a ImageTransform array of all loaded transforms.

Returns:
a ImageTransform array of all loaded transforms

getVoxelDimensions

@Deprecated
public VoxelDimensions getVoxelDimensions()
Deprecated. 

Returns the VoxelDimensions.

Returns:
the VoxelDimensions

isBeingKilled

@Deprecated
public boolean isBeingKilled()
Deprecated. 

True if the image is being killed, false otherwise.

Returns:
was used to indicate volume was being deleted, now deprecated