edu.jhu.tmaj.client.importer.images.data
Class FileCoordinate

java.lang.Object
  extended by edu.jhu.tmaj.client.importer.images.data.FileCoordinate
All Implemented Interfaces:
java.io.Serializable

public final class FileCoordinate
extends java.lang.Object
implements java.io.Serializable

Represents a file name and a coordinate. The filename would be the name of an image file, like y_15_x_15_image.jpg, and the Coordinate would be the X and Y position of where the image goes in the ArraySlide. Note the filename is just the name of the file, and NOT the file path, which would include directory information.

See Also:
Serialized Form

Constructor Summary
FileCoordinate(java.io.File file, Coordinate coordinate)
           
 
Method Summary
 Coordinate getCoordinate()
           
 java.io.File getFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCoordinate

public FileCoordinate(java.io.File file,
                      Coordinate coordinate)
Method Detail

getFile

public java.io.File getFile()

getCoordinate

public Coordinate getCoordinate()