net.aerith.misao.pixy
Class ThumbnailImageCreater.FolderAndRecord

java.lang.Object
  |
  +--net.aerith.misao.pixy.ThumbnailImageCreater.FolderAndRecord
Enclosing class:
ThumbnailImageCreater

protected class ThumbnailImageCreater.FolderAndRecord
extends java.lang.Object

The FolderAndRecord is a set of the folder and the magnitude record to create a thumbnail image.


Field Summary
 java.io.File folder
          The folder to create the thumbnail image.
 XmlMagRecord record
          The magnitude record.
 
Constructor Summary
ThumbnailImageCreater.FolderAndRecord(java.io.File folder, XmlMagRecord record)
          Constructs a FolderAndRecord.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

folder

public java.io.File folder
The folder to create the thumbnail image.

record

public XmlMagRecord record
The magnitude record.
Constructor Detail

ThumbnailImageCreater.FolderAndRecord

public ThumbnailImageCreater.FolderAndRecord(java.io.File folder,
                                             XmlMagRecord record)
Constructs a FolderAndRecord.
Parameters:
folder - the folder to create the thumbnail image.
record - the magnitude record.