package pl.wroc.pwr.image; import pl.wroc.pwr.imagechannel.IImageChannel; public interface IrgImage extends IImage { public IImageChannel getrChannel( ); public IImageChannel getgChannel( ); public void setrChannel( IImageChannel channel ); public void setgChannel( IImageChannel channel ); }