Uses of Class
net.grelf.grip.PointList

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

Methods in net.grelf.grip that return PointList
 PointList GlassPane.getPoints()
           
 

Methods in net.grelf.grip with parameters of type PointList
 void Spectrum.analyse(ImFrame imframe, PointList points)
          Analyse the rectangular region defined by two points to align a spectrum and show its profile.
 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.
 void GlassPane.setPoints(PointList somePoints)
           
 

Constructors in net.grelf.grip with parameters of type PointList
Histogram(Image image, PointList ps, DrawingMode mode)
          Histogram of part of an image.
PointList(PointList ps)
          Copy constructor
Profile1D(ImFrame imf, PointList ps)
          Scans the image to collect the profile data.