Uses of Class
net.grelf.grip.GlassPane

Packages that use GlassPane
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: 12.1.1 
 

Uses of GlassPane in net.grelf.grip
 

Methods in net.grelf.grip that return GlassPane
 GlassPane ImPane.getGlassPane()
          Get a reference to the GlassPane object which overlays this ImPane in the parent ImFrame.
 GlassPane ImFrame.getGP()
          Get a reference to this frame's overlaid GlassPane.
 

Constructors in net.grelf.grip with parameters of type GlassPane
ImPane(ImFrame parent, int width, int height, GlassPane gp)
           
ImPane(ImFrame parent, java.lang.String imFilename, GlassPane gp)
           
ImPane(ImFrame parent, java.lang.String imFilename, int width, int height, GlassPane gp)
           
ImPane(ImFrame parent, java.lang.String imageFilePath, int width, int height, GlassPane gp, Image image)
          If the file path or image are not null, width and height are irrelevant.