Uses of Class
net.grelf.grip.Measurement

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

Methods in net.grelf.grip that return types with arguments of type Measurement
 java.util.List<Measurement> PointList.getMeasurementList()
          Get a reference to the current list of Measurements.
 

Method parameters in net.grelf.grip with type arguments of type Measurement
 void DefaultMeasurementHandler.process(ImFrame imf, PointList ps, java.util.List<Measurement> ml)
          Simply displays measurements in a message dialogue, formatting them appropriately.
 void MeasurementHandler.process(ImFrame imf, PointList ps, java.util.List<Measurement> ml)
          Eg, for displaying measurements or putting them into a results file: whatever has to be done with them.