Uses of Class
net.grelf.grip.Metadata

Packages that use Metadata
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: 11.11.21 
 

Uses of Metadata in net.grelf.grip
 

Methods in net.grelf.grip that return Metadata
 Metadata FITS_Header.getMetadata()
          Get the list of keywords in original order as read from the file, in a new Metadata object.
 Metadata ImBase.getMetadata()
          Get metadata associated with the image.
 Metadata Image.getMetadata()
          Get metadata associated with the image.
 Metadata ImageDouble.getMetadata()
          Get metadata associated with the image.
 Metadata ImageInt.getMetadata()
          Get metadata associated with the image.
 

Methods in net.grelf.grip with parameters of type Metadata
 void Im.addMetadata(Metadata metadata)
          Merge the metadata from the map, if the image supports the standard format, javax_imageio_1.0.
 void Im.save(java.io.File f, Metadata metadata)
          Save the image in the given file, determining the format from the file's name.
 void ImBase.setMetadata(Metadata theData)
          Associate metadata with the image - only if it is a BufferedImage.
 void Image.setMetadata(Metadata theData)
          Associate metadata with the image.
 void ImageDouble.setMetadata(Metadata theData)
          Associate metadata with the image.
 void ImageInt.setMetadata(Metadata theData)
          Associate metadata with the image.