public class Duplicate_Transformation extends Object implements ij.plugin.PlugIn
Constructor and Description |
---|
Duplicate_Transformation() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
applyAngles(LoadParseQueryXML result) |
protected boolean |
applyChannels(LoadParseQueryXML result) |
protected boolean |
applyIllums(LoadParseQueryXML result) |
protected boolean |
applyTimepoints(LoadParseQueryXML result) |
protected void |
askForRegistrations(GenericDialog gd) |
protected String[] |
assembleAngles(List<Angle> angles) |
protected String[] |
assembleChannels(List<Channel> channels) |
protected String[] |
assembleIllums(List<Illumination> illums) |
protected String[] |
assembleTimepoints(List<TimePoint> timepoints) |
protected void |
duplicateTransformations(int transformations,
ViewId sourceViewId,
ViewId targetViewId,
SpimData2 spimData) |
static void |
main(String[] args) |
protected int |
parseRegistrations(GenericDialog gd) |
void |
run(String arg0) |
public static String[] duplicationChoice
public static String[] transformationChoice
public static String[] tpChoice
public static int defaultTPChoice
public static int defaultTimePointIndex
public static boolean[] defaultTimePointIndices
public static String defaultTimePointString
public static String[] angleChoice
public static int defaultAngleChoice
public static int defaultAngleIndex
public static boolean[] defaultAngleIndices
public static String defaultAngleString
public static String[] channelChoice
public static int defaultChannelChoice
public static int defaultChannelIndex
public static boolean[] defaultChannelIndices
public static String defaultChannelString
public static String[] illumChoice
public static int defaultIllumChoice
public static int defaultIllumIndex
public static boolean[] defaultIllumIndices
public static String defaultIllumString
public static int defaultChoice
public static int defaultTransformationChoice
public static int defaultNumTransformations
public static int defaultTimePoint
public static int defaultSelectedTimePointIndex
public static int defaultChannel
public static int defaultSelectedChannelIndex
public static int defaultIllum
public static int defaultSelectedIllumIndex
public static int defaultAngle
public static int defaultSelectedAngleIndex
public void run(String arg0)
run
in interface ij.plugin.PlugIn
protected void askForRegistrations(GenericDialog gd)
protected int parseRegistrations(GenericDialog gd)
gd
- protected void duplicateTransformations(int transformations, ViewId sourceViewId, ViewId targetViewId, SpimData2 spimData)
protected boolean applyTimepoints(LoadParseQueryXML result)
protected boolean applyChannels(LoadParseQueryXML result)
protected boolean applyIllums(LoadParseQueryXML result)
protected boolean applyAngles(LoadParseQueryXML result)
protected String[] assembleIllums(List<Illumination> illums)
public static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.