us.zuercher.gpx2map.image
Class ImageFormatDescriptor
java.lang.Object
us.zuercher.gpx2map.util.FileFormatDescriptor
us.zuercher.gpx2map.image.ImageFormatDescriptor
public class ImageFormatDescriptor
- extends FileFormatDescriptor
ImageFormatDescriptor describes an image file format.
- Author:
- Stephan Zuercher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageFormatDescriptor
public ImageFormatDescriptor(String formatName,
String... fileExtentions)
- Constructs a new ImageFormatDescriptor with the given name and
extensions.
- Parameters:
formatName
- image format namefileExtentions
- common format filename extensions
(e.g., ".jpg", ".jpeg")