edu.uthscsa.ric.mango
Interface ScreenImage


public interface ScreenImage

ScreenImage allows access to lookup table and other screen rendering information.


Method Summary
 double getDynamicScreenMax()
          Returns the dynamic screen maximum value (as controlled by the toolbox slider).
 double getDynamicScreenMin()
          Returns the dynamic screen minimum value (as controlled by the toolbox slider).
 ImageVolume getImageVolume()
          Returns the ImageVolume.
 LookupTable getLookupTable()
          Returns the lookup table for this image.
 double getScreenMax()
          Returns the screen maximum value.
 double getScreenMin()
          Returns the screen minimum value.
 URI getURI()
          Returns the URI used to load the image.
 boolean isBaseImage()
          Returns true if this is the base image (the first loaded image, lowest in the stack).
 boolean isHidden()
          Returns the "hidden" state of the image.
 

Method Detail

getDynamicScreenMax

double getDynamicScreenMax()
Returns the dynamic screen maximum value (as controlled by the toolbox slider).

Returns:
the dynamic screen maximum value

getDynamicScreenMin

double getDynamicScreenMin()
Returns the dynamic screen minimum value (as controlled by the toolbox slider).

Returns:
the dynamic screen minimum value

getImageVolume

ImageVolume getImageVolume()
Returns the ImageVolume.

Returns:
the ImageVolume

getLookupTable

LookupTable getLookupTable()
Returns the lookup table for this image.

Returns:
the lookup table

getScreenMax

double getScreenMax()
Returns the screen maximum value.

Returns:
the screen maximum value

getScreenMin

double getScreenMin()
Returns the screen minimum value.

Returns:
the screen minimum value

getURI

URI getURI()
Returns the URI used to load the image.

Returns:
the URI used to load the image

isBaseImage

boolean isBaseImage()
Returns true if this is the base image (the first loaded image, lowest in the stack).

Returns:
true if this is the base image

isHidden

boolean isHidden()
Returns the "hidden" state of the image.

Returns:
true if the image is hidde, false otherwise.