package pl.wroc.pwr.image; import pl.wroc.pwr.imagechannel.IImageChannel; public interface IGSImage extends IImage { public IImageChannel getGrayChannel( ); public void setGrayChannel( IImageChannel channel ); }