public interface MultiViewDatasetDefinition
Modifier and Type | Method and Description |
---|---|
SpimData2 |
createDataset()
This method is supposed to (interactively, ideally ImageJ-macroscriptable)
query all necessary data from the user to build up a SpimData object and
save it as an XML file.
|
String |
getExtendedDescription()
An explanation for the user what exactly this
MultiViewDatasetDefinition
supports and how it needs to be stored. |
String |
getTitle()
Defines the title under which it will be displayed in the list
of available multi-view dataset definitions
|
MultiViewDatasetDefinition |
newInstance() |
String getTitle()
String getExtendedDescription()
MultiViewDatasetDefinition
supports and how it needs to be stored. Up to 15 lines will be displayed with
80 characters each. No newline characters are allowed.SpimData2 createDataset()
SpimData
objectMultiViewDatasetDefinition newInstance()
Copyright © 2015–2021 Fiji. All rights reserved.