@ALDDataIOProvider
public class MTBDataIOFileXmlbeans
extends de.unihalle.informatik.Alida.dataio.provider.xmlbeans.ALDStandardizedDataIOXmlbeans
This class is meant to be extended for any such data class.
Provides DataIO for the following classes:
MTBRegion2DSetBag
MTBRegion2DSet
MTBPolygon2DSet
MTBContour2DSet
Note that some of the classes allow for interaction with the ROI manager
of ImageJ, i.e. the class
MTBPolygon2DSet.
It can be initialized with selections from the ROI manager, and resulting
polygons can also be added to the ROI manager.
| Constructor and Description |
|---|
MTBDataIOFileXmlbeans() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Class<?>> |
providedClasses() |
Object |
readData(Field field,
Class<?> cl,
de.unihalle.informatik.Alida_xml.ALDXMLObjectType aldXmlObject,
Object obj) |
de.unihalle.informatik.Alida_xml.ALDXMLObjectType |
writeData(Object obj) |
public Collection<Class<?>> providedClasses()
public Object readData(Field field, Class<?> cl, de.unihalle.informatik.Alida_xml.ALDXMLObjectType aldXmlObject, Object obj) throws de.unihalle.informatik.Alida.exceptions.ALDDataIOProviderException, de.unihalle.informatik.Alida.exceptions.ALDDataIOManagerException
readData in class de.unihalle.informatik.Alida.dataio.provider.xmlbeans.ALDStandardizedDataIOXmlbeansde.unihalle.informatik.Alida.exceptions.ALDDataIOProviderExceptionde.unihalle.informatik.Alida.exceptions.ALDDataIOManagerExceptionpublic de.unihalle.informatik.Alida_xml.ALDXMLObjectType writeData(Object obj) throws de.unihalle.informatik.Alida.exceptions.ALDDataIOManagerException, de.unihalle.informatik.Alida.exceptions.ALDDataIOProviderException
de.unihalle.informatik.Alida.exceptions.ALDDataIOManagerExceptionde.unihalle.informatik.Alida.exceptions.ALDDataIOProviderExceptionCopyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.