Class packer

java.lang.Object
  extended by packer

public class packer
extends java.lang.Object

An image packing command-line utility.


Constructor Summary
packer(java.lang.String outFilename, java.util.List<java.lang.String> imageFilenames, java.lang.String generatorType, java.lang.String packerType)
          Constructs a packer object to pack images.
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

packer

public packer(java.lang.String outFilename,
              java.util.List<java.lang.String> imageFilenames,
              java.lang.String generatorType,
              java.lang.String packerType)
Constructs a packer object to pack images.

Parameters:
outFilename - The filename of the packed output image.
imageFilenames - The filenames of the images to pack.
generatorType - The type of the bounds generator.
packerType - The type of the rectangle packer.
Method Detail

main

public static void main(java.lang.String[] args)

run

public void run()