Uses of Class
net.grelf.grip.ImPane

Packages that use ImPane
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 ImPane in net.grelf.grip
 

Subclasses of ImPane in net.grelf.grip
 class Hist3D_Pane
          3-dimensional histogram, displayable in an ImFrame by means of the static display () method here.
 class Prof3D_Pane
          3-dimensional profile, displayable in an ImFrame by means of the static display () method here.
 

Methods in net.grelf.grip that return ImPane
 ImPane ImFrame.getImPane()
          Get a reference to this frame's ImPane display component, which is on its scroll pane.
 

Methods in net.grelf.grip with parameters of type ImPane
 void GlassPane.setImPane(ImPane ip)
           
 

Constructors in net.grelf.grip with parameters of type ImPane
ImFrame(java.lang.String title, DrawingMode drawingMode, java.lang.String imFilePath, int newImageNo, int width, int height, MeasurementHandler mh, boolean withMenu, ImPane imPane, ImFrame theParentFrame, Image image)
          The most general constructor, that all the others invoke.
ImFrame(java.lang.String title, ImPane imPane)
          Make a new frame from an already existing ImPane.