~josejuan-sanchez/+junk/original-jhv-experimental-version

« back to all changes in this revision

Viewing changes to src/viewmodel/src/org/helioviewer/viewmodel/imageformat/ImageFormat.java

  • Committer: José Juan Sánchez Hernández
  • Date: 2013-02-05 13:32:08 UTC
  • Revision ID: josejuan.sanchez@gmail.com-20130205133208-dfz1sh1uge5pjkny
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package org.helioviewer.viewmodel.imageformat;
 
2
 
 
3
/**
 
4
 * Basic representation of an image format.
 
5
 * 
 
6
 * <p>
 
7
 * Note, that most implementations of this interface do not contain any members
 
8
 * or methods. To check for different types of image formats, use
 
9
 * <code>instanceof</code>.
 
10
 * 
 
11
 * @author Ludwig Schmidt
 
12
 * @author Markus Langenberg
 
13
 * 
 
14
 */
 
15
public interface ImageFormat {
 
16
 
 
17
}