B C G H I M R S T W 

B

BLACK - Static variable in class com.google.zxing.client.j2se.MatrixToImageConfig
 
BufferedImageLuminanceSource - Class in com.google.zxing.client.j2se
This LuminanceSource implementation is meant for J2SE clients and our blackbox unit tests.
BufferedImageLuminanceSource(BufferedImage) - Constructor for class com.google.zxing.client.j2se.BufferedImageLuminanceSource
 
BufferedImageLuminanceSource(BufferedImage, int, int, int, int) - Constructor for class com.google.zxing.client.j2se.BufferedImageLuminanceSource
 

C

com.google.zxing - package com.google.zxing
 
com.google.zxing.client.j2se - package com.google.zxing.client.j2se
 
CommandLineEncoder - Class in com.google.zxing.client.j2se
Command line utility for encoding barcodes.
CommandLineRunner - Class in com.google.zxing.client.j2se
This simple command line utility decodes files, directories of files, or URIs which are passed as arguments.
crop(int, int, int, int) - Method in class com.google.zxing.client.j2se.BufferedImageLuminanceSource
 

G

getMatrix() - Method in class com.google.zxing.client.j2se.BufferedImageLuminanceSource
 
getPixelOffColor() - Method in class com.google.zxing.client.j2se.MatrixToImageConfig
 
getPixelOnColor() - Method in class com.google.zxing.client.j2se.MatrixToImageConfig
 
getRow(int, byte[]) - Method in class com.google.zxing.client.j2se.BufferedImageLuminanceSource
 
GUIRunner - Class in com.google.zxing.client.j2se
Simple GUI frontend to the library.

H

HtmlAssetTranslator - Class in com.google.zxing
A utility which auto-translates the English-language text in a directory of HTML documents using Google Translate.

I

ImageReader - Class in com.google.zxing.client.j2se
Encapsulates reading URIs as images.
isCropSupported() - Method in class com.google.zxing.client.j2se.BufferedImageLuminanceSource
 
isRotateSupported() - Method in class com.google.zxing.client.j2se.BufferedImageLuminanceSource
This is always true, since the image is a gray-scale image.

M

main(String[]) - Static method in class com.google.zxing.client.j2se.CommandLineEncoder
 
main(String[]) - Static method in class com.google.zxing.client.j2se.CommandLineRunner
 
main(String[]) - Static method in class com.google.zxing.client.j2se.GUIRunner
 
main(String[]) - Static method in class com.google.zxing.HtmlAssetTranslator
 
main(String[]) - Static method in class com.google.zxing.StringsResourceTranslator
 
MatrixToImageConfig - Class in com.google.zxing.client.j2se
Encapsulates custom configuration used in methods of MatrixToImageWriter.
MatrixToImageConfig() - Constructor for class com.google.zxing.client.j2se.MatrixToImageConfig
Creates a default config with on color MatrixToImageConfig.BLACK and off color MatrixToImageConfig.WHITE, generating normal black-on-white barcodes.
MatrixToImageConfig(int, int) - Constructor for class com.google.zxing.client.j2se.MatrixToImageConfig
 
MatrixToImageWriter - Class in com.google.zxing.client.j2se
Writes a BitMatrix to BufferedImage, file or stream.

R

readDataURIImage(URI) - Static method in class com.google.zxing.client.j2se.ImageReader
 
readImage(URI) - Static method in class com.google.zxing.client.j2se.ImageReader
 
readImage(File) - Static method in class com.google.zxing.client.j2se.ImageReader
 
rotateCounterClockwise() - Method in class com.google.zxing.client.j2se.BufferedImageLuminanceSource
 
rotateCounterClockwise45() - Method in class com.google.zxing.client.j2se.BufferedImageLuminanceSource
 

S

StringsResourceTranslator - Class in com.google.zxing
A utility which auto-translates English strings in Android string resources using Google Translate.

T

toBufferedImage(BitMatrix) - Static method in class com.google.zxing.client.j2se.MatrixToImageWriter
Renders a BitMatrix as an image, where "false" bits are rendered as white, and "true" bits are rendered as black.
toBufferedImage(BitMatrix, MatrixToImageConfig) - Static method in class com.google.zxing.client.j2se.MatrixToImageWriter
As MatrixToImageWriter.toBufferedImage(BitMatrix), but allows customization of the output.

W

WHITE - Static variable in class com.google.zxing.client.j2se.MatrixToImageConfig
 
writeToFile(BitMatrix, String, File) - Static method in class com.google.zxing.client.j2se.MatrixToImageWriter
Writes a BitMatrix to a file.
writeToFile(BitMatrix, String, File, MatrixToImageConfig) - Static method in class com.google.zxing.client.j2se.MatrixToImageWriter
As MatrixToImageWriter.writeToFile(BitMatrix, String, File), but allows customization of the output.
writeToStream(BitMatrix, String, OutputStream) - Static method in class com.google.zxing.client.j2se.MatrixToImageWriter
Writes a BitMatrix to a stream.
writeToStream(BitMatrix, String, OutputStream, MatrixToImageConfig) - Static method in class com.google.zxing.client.j2se.MatrixToImageWriter
As MatrixToImageWriter.writeToStream(BitMatrix, String, OutputStream), but allows customization of the output.
B C G H I M R S T W 

Copyright © 2007-2014. All Rights Reserved.