Uses of Class
net.grelf.grip.ImBase

Packages that use ImBase
net.grelf.grip This package contains the Java classes which are specific to the image processing application GRIP.

GRIP is available as a free download from www.grelf.net - please always quote this URL in connection with GRIP.
Version: 11.11.21 
 

Uses of ImBase in net.grelf.grip
 

Subclasses of ImBase in net.grelf.grip
 class Im
          This class holds an image, to be displayed by class ImPane in the content pane of an ImFrame.
 

Methods in net.grelf.grip that return ImBase
 ImBase ImBase.scaleDown(int factor)
          Return a new BufferedImage-based object which is compatible with the display and contains the data from the current BufferedImage or Image scaled down by an integer factor in both x and y.