de.unihalle.informatik.MiToBo.segmentation.activecontours.datatypes
Class MTBSet_ActiveContourEnergyDataIOSwing
java.lang.Object
de.unihalle.informatik.MiToBo.segmentation.activecontours.datatypes.MTBSet_ActiveContourEnergyDataIOSwing
- All Implemented Interfaces:
- de.unihalle.informatik.Alida.dataio.provider.ALDDataIO, de.unihalle.informatik.Alida.dataio.provider.ALDDataIOSwing
@ALDDataIOProvider(priority=10)
public class MTBSet_ActiveContourEnergyDataIOSwing
- extends Object
- implements de.unihalle.informatik.Alida.dataio.provider.ALDDataIOSwing
Class for loading/saving sets of PDE energies in GUI contexts.
- Author:
- moeller
Method Summary |
de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponent |
createGUIElement(Field field,
Class<?> cl,
Object obj,
de.unihalle.informatik.Alida.operator.ALDParameterDescriptor descr)
GUI element for reading sets of snake energies. |
Collection<Class<?>> |
providedClasses()
Interface method to announce class for which IO is provided for. |
Object |
readData(Field field,
Class<?> cl,
de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponent guiElement)
|
void |
setValue(Field field,
Class<?> cl,
de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponent guiElement,
Object value)
|
JComponent |
writeData(Object obj,
de.unihalle.informatik.Alida.operator.ALDParameterDescriptor descr)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MTBSet_ActiveContourEnergyDataIOSwing
public MTBSet_ActiveContourEnergyDataIOSwing()
providedClasses
public Collection<Class<?>> providedClasses()
- Interface method to announce class for which IO is provided for.
- Specified by:
providedClasses
in interface de.unihalle.informatik.Alida.dataio.provider.ALDDataIO
- Returns:
- Collection of classes provided.
createGUIElement
public de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponent createGUIElement(Field field,
Class<?> cl,
Object obj,
de.unihalle.informatik.Alida.operator.ALDParameterDescriptor descr)
throws de.unihalle.informatik.Alida.exceptions.ALDDataIOProviderException
- GUI element for reading sets of snake energies.
- Specified by:
createGUIElement
in interface de.unihalle.informatik.Alida.dataio.provider.ALDDataIOSwing
- Throws:
de.unihalle.informatik.Alida.exceptions.ALDDataIOProviderException
setValue
public void setValue(Field field,
Class<?> cl,
de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponent guiElement,
Object value)
throws de.unihalle.informatik.Alida.exceptions.ALDDataIOProviderException
- Specified by:
setValue
in interface de.unihalle.informatik.Alida.dataio.provider.ALDDataIOSwing
- Throws:
de.unihalle.informatik.Alida.exceptions.ALDDataIOProviderException
readData
public Object readData(Field field,
Class<?> cl,
de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponent guiElement)
throws de.unihalle.informatik.Alida.exceptions.ALDDataIOProviderException
- Specified by:
readData
in interface de.unihalle.informatik.Alida.dataio.provider.ALDDataIOSwing
- Throws:
de.unihalle.informatik.Alida.exceptions.ALDDataIOProviderException
writeData
public JComponent writeData(Object obj,
de.unihalle.informatik.Alida.operator.ALDParameterDescriptor descr)
- Specified by:
writeData
in interface de.unihalle.informatik.Alida.dataio.provider.ALDDataIOSwing
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.