public class BufferedImageLuminanceSource
extends com.google.zxing.LuminanceSource
| 构造器和说明 | 
|---|
| BufferedImageLuminanceSource(java.awt.image.BufferedImage image) | 
| BufferedImageLuminanceSource(java.awt.image.BufferedImage image,
                            int left,
                            int top,
                            int width,
                            int height) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| com.google.zxing.LuminanceSource | crop(int left,
    int top,
    int width,
    int height) | 
| byte[] | getMatrix() | 
| byte[] | getRow(int y,
      byte[] row) | 
| boolean | isCropSupported() | 
| boolean | isRotateSupported() | 
| com.google.zxing.LuminanceSource | rotateCounterClockwise() | 
public BufferedImageLuminanceSource(java.awt.image.BufferedImage image)
public BufferedImageLuminanceSource(java.awt.image.BufferedImage image,
                                    int left,
                                    int top,
                                    int width,
                                    int height)
public byte[] getRow(int y,
                     byte[] row)
getRow 在类中 com.google.zxing.LuminanceSourcepublic byte[] getMatrix()
getMatrix 在类中 com.google.zxing.LuminanceSourcepublic boolean isCropSupported()
isCropSupported 在类中 com.google.zxing.LuminanceSourcepublic com.google.zxing.LuminanceSource crop(int left,
                                             int top,
                                             int width,
                                             int height)
crop 在类中 com.google.zxing.LuminanceSourcepublic boolean isRotateSupported()
isRotateSupported 在类中 com.google.zxing.LuminanceSourcepublic com.google.zxing.LuminanceSource rotateCounterClockwise()
rotateCounterClockwise 在类中 com.google.zxing.LuminanceSource