Class VabraConfiguration
java.lang.Object
org.xml.sax.helpers.DefaultHandler
gov.nih.mipav.model.algorithms.registration.vabra.VabraConfiguration
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidendElement(String uri, String name, String qName) voidvoidsetDownSampleResolutions(ArrayList<Integer> downSampleResolutions) voidvoidsetResolutionSwitches(ArrayList<Integer> resolutionSwitches) voidstartElement(String uri, String name, String qName, Attributes atts) booleanMethods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Field Details
-
levels
-
resolutionSwitches
-
downSampleResolutions
-
-
Constructor Details
-
VabraConfiguration
-
-
Method Details
-
writeXML
-
readXML
-
startElement
- Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler
-
endElement
- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classDefaultHandler
-
getDownSampleResolutions
-
setDownSampleResolutions
-
getLevels
-
setLevels
-
getResolutionSwitches
-
setResolutionSwitches
-