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 TextContainerAbstractBarcodeDecoder. decode(AbstractImageContainer image)Attempts to decode the barcode in the image.protected abstract TextContainerAbstractBarcodeDecoder. doDecode(AbstractImageContainer image)Performs the actual decoding.protected TextContainerMultiQRCode. doDecode(AbstractImageContainer image)Performs the actual decoding.protected TextContainerPassThrough. doDecode(AbstractImageContainer image)Performs the actual decoding.protected TextContainerZXing. 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 StringAbstractTextWriter. write(TextContainer content, String name)Writes the given content under the specified name.
-