public class MetamorphHandler extends BaseHandler
Modifier and Type | Field and Description |
---|---|
private String |
binning |
private String |
channelName |
private String |
date |
private Vector<Double> |
exposures |
private Double |
gain |
private String |
imageName |
private Hashtable |
metadata |
private double |
pixelSizeX |
private double |
pixelSizeY |
private Length |
positionX |
private Length |
positionY |
private double |
readOutRate |
private String |
stageLabel |
private double |
temperature |
private Vector<String> |
timestamps |
private Vector<Integer> |
wavelengths |
private double |
zoom |
private Vector<Double> |
zPositions |
Constructor and Description |
---|
MetamorphHandler() |
MetamorphHandler(Hashtable metadata) |
Modifier and Type | Method and Description |
---|---|
private void |
checkKey(String key,
String value)
Check if the value needs to be saved.
|
String |
getBinning() |
String |
getChannelName() |
String |
getDate() |
Vector<Double> |
getExposures() |
Double |
getGain() |
String |
getImageName() |
double |
getPixelSizeX() |
double |
getPixelSizeY() |
double |
getReadOutRate() |
String |
getStageLabel() |
Length |
getStagePositionX() |
Length |
getStagePositionY() |
double |
getTemperature() |
Vector<String> |
getTimestamps() |
Vector<Integer> |
getWavelengths() |
double |
getZoom() |
Vector<Double> |
getZPositions() |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
resolveEntity
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
private Hashtable metadata
private String imageName
private String date
private double pixelSizeX
private double pixelSizeY
private double temperature
private String binning
private double readOutRate
private double zoom
private Length positionX
private Length positionY
private String channelName
private String stageLabel
private Double gain
public MetamorphHandler()
public MetamorphHandler(Hashtable metadata)
public Double getGain()
public String getChannelName()
public String getStageLabel()
public String getDate()
public String getImageName()
public double getPixelSizeX()
public double getPixelSizeY()
public double getTemperature()
public String getBinning()
public double getReadOutRate()
public double getZoom()
public Length getStagePositionX()
public Length getStagePositionY()
public void startElement(String uri, String localName, String qName, Attributes attributes)
startElement
in interface ContentHandler
startElement
in class DefaultHandler
Copyright © 2015 Open Microscopy Environment