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

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

final class AperioImageOutputParser
extends java.lang.Object
implements ImageOutputParser

Implements an ImageOutputParser for the Aperio ScanScope System


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

AperioImageOutputParser

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