us.zuercher.gpx2map.image
Class ImageFormatDescriptor

java.lang.Object
  extended by us.zuercher.gpx2map.util.FileFormatDescriptor
      extended by us.zuercher.gpx2map.image.ImageFormatDescriptor

public class ImageFormatDescriptor
extends FileFormatDescriptor

ImageFormatDescriptor describes an image file format.

Author:
Stephan Zuercher

Constructor Summary
ImageFormatDescriptor(String formatName, String... fileExtentions)
          Constructs a new ImageFormatDescriptor with the given name and extensions.
 
Method Summary
 
Methods inherited from class us.zuercher.gpx2map.util.FileFormatDescriptor
getFileExtensions, getFormatName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageFormatDescriptor

public ImageFormatDescriptor(String formatName,
                             String... fileExtentions)
Constructs a new ImageFormatDescriptor with the given name and extensions.

Parameters:
formatName - image format name
fileExtentions - common format filename extensions (e.g., ".jpg", ".jpeg")