public class TextRoiToTextRoiWrapper extends AbstractRoiToMaskPredicateConverter<TextRoi,TextRoiWrapper>
TextRoi
to a TextRoiWrapper
.
This converter only exists for getting TextRoi
s from ImageJ 1.x into
OMERO. It should NOT be used for other purposes.
Constructor and Description |
---|
TextRoiToTextRoiWrapper() |
Modifier and Type | Method and Description |
---|---|
TextRoiWrapper |
convert(TextRoi src) |
Class<TextRoi> |
getInputType() |
Class<TextRoiWrapper> |
getOutputType() |
boolean |
supportedType(TextRoi src) |
canConvert, canConvert, canConvert, convert
canConvert, canConvert, convert, convert, getType, populateInputCandidates, supports
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
public Class<TextRoiWrapper> getOutputType()
public TextRoiWrapper convert(TextRoi src)
convert
in class AbstractRoiToMaskPredicateConverter<TextRoi,TextRoiWrapper>
public boolean supportedType(TextRoi src)
supportedType
in class AbstractRoiToMaskPredicateConverter<TextRoi,TextRoiWrapper>
Copyright © 2014–2022 ImageJ. All rights reserved.