public class DatasetToImagePlusConverter extends AbstractLegacyConverter<Dataset,ij.ImagePlus>
Converter implementation for converting Dataset to a
ImagePlus.
NB: should be LOWER priority than any default Converters to avoid
unintentionally grabbing undesired conversions (e.g. involving nulls).
legacyService| Constructor and Description |
|---|
DatasetToImagePlusConverter() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
convert(Object src,
Class<T> dest) |
Class<Dataset> |
getInputType() |
Class<ij.ImagePlus> |
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<Dataset,ij.ImagePlus>populateInputCandidates in class AbstractConverter<Dataset,ij.ImagePlus>public Class<ij.ImagePlus> getOutputType()
Copyright © 2014–2022 ImageJ. All rights reserved.