edu.jhu.tmaj.client.importer.data
Class BlissImageOutputParser

java.lang.Object
  extended by edu.jhu.tmaj.client.importer.data.BlissImageOutputParser
All Implemented Interfaces:
ImageOutputParser

final class BlissImageOutputParser
extends java.lang.Object
implements ImageOutputParser

Implements an ImageOutputParser for the Bacus labs BLISS system


Constructor Summary
BlissImageOutputParser()
           
 
Method Summary
 Coordinate getCoordinate(java.lang.String fileName)
          Gets the Coordinate (x and y position) by parsing the fileName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlissImageOutputParser

BlissImageOutputParser()
Method Detail

getCoordinate

public Coordinate getCoordinate(java.lang.String fileName)
                         throws java.text.ParseException
Description copied from interface: ImageOutputParser
Gets the Coordinate (x and y position) by parsing the fileName

Specified by:
getCoordinate in interface ImageOutputParser
Throws:
java.text.ParseException