public abstract class AbstractLegacyConverter<I,O> extends AbstractConverter<I,O>
Converter class for converting ImageJ 1.x data structures.| Modifier and Type | Field and Description |
|---|---|
protected LegacyService |
legacyService |
| Constructor and Description |
|---|
AbstractLegacyConverter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Class<?> src,
Class<?> dest) |
protected boolean |
legacyEnabled() |
canConvert, canConvert, canConvert, canConvert, convert, convert, getType, populateInputCandidates, supportsgetInfo, getPriority, setInfo, setPriority, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconvert, getInputType, getOutputTypegetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersionprotected LegacyService legacyService
public boolean canConvert(Class<?> src, Class<?> dest)
canConvert in interface Converter<I,O>canConvert in class AbstractConverter<I,O>protected boolean legacyEnabled()
Copyright © 2014–2022 ImageJ. All rights reserved.