Uses of Interface
net.grelf.grip.MeasurementHandler

Packages that use MeasurementHandler
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.4.3 
 

Uses of MeasurementHandler in net.grelf.grip
 

Classes in net.grelf.grip that implement MeasurementHandler
 class DefaultMeasurementHandler
          An implementation of MeasurementHandler.
 

Methods in net.grelf.grip that return MeasurementHandler
 MeasurementHandler PointList.getMeasurementHandler()
          Get a reference to the MeasurementHandler associated with this PointList.
 

Constructors in net.grelf.grip with parameters of type MeasurementHandler
GlassPane(DrawingMode mode, javax.swing.JMenuBar menubar, MeasurementHandler mh)
           
GlassPane(DrawingMode mode, javax.swing.JMenuBar menubar, MeasurementHandler mh, ImFrame frame)
           
ImFrame(java.lang.String title, DrawingMode drawingMode, java.lang.String imFilePath, int newImageNo, int width, int height, MeasurementHandler mh)
           
ImFrame(java.lang.String title, DrawingMode drawingMode, java.lang.String imFilePath, int newImageNo, int width, int height, MeasurementHandler mh, boolean withMenu)
           
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, int newImageNo, int width, int height, MeasurementHandler mh)
           
ImFrame(java.lang.String imFilePath, MeasurementHandler mh)
           
PointList(MeasurementHandler mh)