fr.umlv.lovmi.image.fullmemory
Class ImageFullMemory

java.lang.Object
  extended by fr.umlv.lovmi.image.AbstractImage
      extended by fr.umlv.lovmi.image.fullmemory.ImageFullMemory
All Implemented Interfaces:
Image
Direct Known Subclasses:
ImageBil, ImageBip, ImageBsq, ImageSBsq

public abstract class ImageFullMemory
extends AbstractImage


Field Summary
protected static byte[] darkpixel
           
 
Fields inherited from class fr.umlv.lovmi.image.AbstractImage
height, loadingState, MAXSIZEOFHISTO, numberOfChannels, type, width
 
Constructor Summary
ImageFullMemory()
           
 
Method Summary
 
Methods inherited from class fr.umlv.lovmi.image.AbstractImage
applyFilter, applyFilter, getDisplayableImage, getHeight, getHistogram, getHistogram, getImageType, getLoadinState, getNumberOfChannels, getResizedImage, getWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.umlv.lovmi.image.Image
getPixelValue, save, setPixelValue
 

Field Detail

darkpixel

protected static final byte[] darkpixel
Constructor Detail

ImageFullMemory

public ImageFullMemory()