@ALDDataIOProvider public class MTBDataIOFile extends Object implements de.unihalle.informatik.Alida.dataio.provider.ALDDataIOCmdline
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.
Modifier and Type | Class and Description |
---|---|
class |
MTBDataIOFile.MTBDataIOFileButton |
Constructor and Description |
---|
MTBDataIOFile() |
Modifier and Type | Method and Description |
---|---|
Collection<Class<?>> |
providedClasses() |
Object |
readData(Field field,
Class<?> cl,
String iname) |
String |
writeData(Object obj,
String oname) |
public Collection<Class<?>> providedClasses()
providedClasses
in interface de.unihalle.informatik.Alida.dataio.provider.ALDDataIO
public Object readData(Field field, Class<?> cl, String iname) throws de.unihalle.informatik.Alida.exceptions.ALDDataIOProviderException
readData
in interface de.unihalle.informatik.Alida.dataio.provider.ALDDataIOCmdline
de.unihalle.informatik.Alida.exceptions.ALDDataIOProviderException
public String writeData(Object obj, String oname) throws de.unihalle.informatik.Alida.exceptions.ALDDataIOProviderException
writeData
in interface de.unihalle.informatik.Alida.dataio.provider.ALDDataIOCmdline
de.unihalle.informatik.Alida.exceptions.ALDDataIOProviderException
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.