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

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

final class AcisImageOutputParser
extends java.lang.Object
implements ImageOutputParser

Implements an ImageOutputParser for the Chromavision ACIS system


Constructor Summary
AcisImageOutputParser()
           
 
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

AcisImageOutputParser

AcisImageOutputParser()
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