jpview
Class ThumbFactory

java.lang.Object
  extended by jpview.ThumbFactory

public class ThumbFactory
extends java.lang.Object

The thumbfactory creates single images of PTM objects

Author:
clyon

Constructor Summary
ThumbFactory()
          Creates a new instance of ThumbFactory
 
Method Summary
static void main(java.lang.String[] args)
          The main method reads a PTM file and writes an image
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThumbFactory

public ThumbFactory()
Creates a new instance of ThumbFactory

Method Detail

main

public static void main(java.lang.String[] args)
The main method reads a PTM file and writes an image

Parameters:
args - args[0] - the input file args[1] - the output image (jpeg)