pl.webnet.JaTrac
Class MTV

java.lang.Object
  |
  +--pl.webnet.JaTrac.MTV

class MTV
extends java.lang.Object

This class contains convenience routines related to images in MTV format.


Constructor Summary
(package private) MTV()
           
 
Method Summary
static void saveImage(java.lang.String filename, java.awt.image.BufferedImage img)
          Save BufferedImage to disk file in MTV format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MTV

MTV()
Method Detail

saveImage

public static void saveImage(java.lang.String filename,
                             java.awt.image.BufferedImage img)
Save BufferedImage to disk file in MTV format.

Parameters:
filename - name of the file to create
img - BufferedImage to save