public class ImagePlusToDatasetConverter extends AbstractLegacyConverter<ij.ImagePlus,Dataset>
Converter implementation for converting ImagePlus to a
Dataset.
NB: should be LOWER priority than any default Converters to avoid
unintentionally grabbing undesired conversions (e.g. involving nulls).
legacyService| Constructor and Description |
|---|
ImagePlusToDatasetConverter() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
convert(Object src,
Class<T> dest) |
Class<ij.ImagePlus> |
getInputType() |
Class<Dataset> |
getOutputType() |
void |
populateInputCandidates(Collection<Object> objects) |
canConvert, legacyEnabledcanConvert, canConvert, canConvert, canConvert, convert, convert, getType, supportsgetInfo, getPriority, setInfo, setPriority, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersionpublic void populateInputCandidates(Collection<Object> objects)
populateInputCandidates in interface Converter<ij.ImagePlus,Dataset>populateInputCandidates in class AbstractConverter<ij.ImagePlus,Dataset>public Class<ij.ImagePlus> getInputType()
Copyright © 2014–2022 ImageJ. All rights reserved.