~ludwig.schmidt/jhelioviewer/jhv-plugins

« back to all changes in this revision

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

  • Committer: Ludwig Schmidt
  • Date: 2009-09-08 23:26:03 UTC
  • mfrom: (5.1.6 jhv-imageformats)
  • Revision ID: ludwigschmidt2@gmail.com-20090908232603-8bexw0th8hdi6mz1
new internal image formats

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package org.helioviewer.viewmodel.imageformat;
 
2
 
 
3
public class StaticRGB24ImageFormat implements RGB24ImageFormat {
 
4
 
 
5
}