public class SpimDataExample2 extends Object
exampleViewSetups()
, exampleTimePoints()
,
exampleViewRegistrations()
, and
exampleSequenceDescription()
construct ViewSetup
s,
TimePoints
, ViewRegistrations
, and
SequenceDescription
respectively. These are serialized to xml,
deserialized, and serialized again. The two serialized XML versions are
printed (and should be the same).Constructor and Description |
---|
SpimDataExample2() |
Modifier and Type | Method and Description |
---|---|
static SequenceDescription |
createSequenceDescription() |
static ArrayList<ViewSetup> |
createSetups() |
static TimePoints |
createTimePoints() |
static ViewRegistrations |
createViewRegistrations() |
static void |
exampleSequenceDescription() |
static void |
exampleTimePoints() |
static void |
exampleViewRegistrations() |
static void |
exampleViewSetups() |
static void |
main(String[] args) |
public static TimePoints createTimePoints() throws ParseException
ParseException
public static SequenceDescription createSequenceDescription() throws ParseException
ParseException
public static ViewRegistrations createViewRegistrations()
public static void exampleViewSetups() throws IOException, SpimDataException
IOException
SpimDataException
public static void exampleTimePoints() throws ParseException, IOException, SpimDataException
public static void exampleSequenceDescription() throws IOException, ParseException, SpimDataException
public static void exampleViewRegistrations() throws SpimDataException, IOException
SpimDataException
IOException
public static void main(String[] args) throws IOException, SpimDataException, ParseException
Copyright © 2015–2021 Fiji. All rights reserved.