public class ZeissTIFFHandler extends DefaultHandler
Modifier and Type | Class and Description |
---|---|
class |
ZeissTIFFHandler.Plane
Metadata for a single image plane.
|
Modifier and Type | Field and Description |
---|---|
ArrayList<loci.formats.in.BaseZeissReader.Layer> |
layers |
loci.formats.in.ZeissTIFFHandler.TagSet |
main_tagset |
ArrayList<ZeissTIFFHandler.Plane> |
planes |
ArrayList<loci.formats.in.ZeissTIFFHandler.Scaling> |
scalings |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String localName,
String qName) |
protected static int |
parseColor(byte r,
byte g,
byte b) |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
String |
toString() |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
public loci.formats.in.ZeissTIFFHandler.TagSet main_tagset
public ArrayList<ZeissTIFFHandler.Plane> planes
public ArrayList<loci.formats.in.ZeissTIFFHandler.Scaling> scalings
public ArrayList<loci.formats.in.BaseZeissReader.Layer> layers
public void endElement(String uri, String localName, String qName)
endElement
in interface ContentHandler
endElement
in class DefaultHandler
public void characters(char[] ch, int start, int length)
characters
in interface ContentHandler
characters
in class DefaultHandler
public void startElement(String uri, String localName, String qName, Attributes attributes)
startElement
in interface ContentHandler
startElement
in class DefaultHandler
protected static int parseColor(byte r, byte g, byte b)
Copyright © 2014 Open Microscopy Environment