Uses of Class
adams.data.text.TextContainer
-
Packages that use TextContainer Package Description adams.data.barcode.decode adams.data.io.output -
-
Uses of TextContainer in adams.data.barcode.decode
Methods in adams.data.barcode.decode that return TextContainer Modifier and Type Method Description TextContainer
AbstractBarcodeDecoder. decode(AbstractImageContainer image)
Attempts to decode the barcode in the image.protected abstract TextContainer
AbstractBarcodeDecoder. doDecode(AbstractImageContainer image)
Performs the actual decoding.protected TextContainer
MultiQRCode. doDecode(AbstractImageContainer image)
Performs the actual decoding.protected TextContainer
PassThrough. doDecode(AbstractImageContainer image)
Performs the actual decoding.protected TextContainer
ZXing. doDecode(AbstractImageContainer image)
Performs the actual decoding. -
Uses of TextContainer in adams.data.io.output
Methods in adams.data.io.output with parameters of type TextContainer Modifier and Type Method Description String
AbstractTextWriter. write(TextContainer content, String name)
Writes the given content under the specified name.
-