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, supports
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
convert, getInputType, getOutputType
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
protected 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.