类 BufferedImageLuminanceSource
java.lang.Object
com.google.zxing.LuminanceSource
com.walker.file.util.BufferedImageLuminanceSource
public class BufferedImageLuminanceSource
extends com.google.zxing.LuminanceSource
描述:
- 作者:
- 时克英
-
构造器概要
构造器 -
方法概要
从类继承的方法 com.google.zxing.LuminanceSource
getHeight, getWidth, invert, rotateCounterClockwise45, toString
-
构造器详细资料
-
BufferedImageLuminanceSource
-
BufferedImageLuminanceSource
-
-
方法详细资料
-
getRow
public byte[] getRow(int y, byte[] row) - 指定者:
getRow在类中com.google.zxing.LuminanceSource
-
getMatrix
public byte[] getMatrix()- 指定者:
getMatrix在类中com.google.zxing.LuminanceSource
-
isCropSupported
public boolean isCropSupported()- 覆盖:
isCropSupported在类中com.google.zxing.LuminanceSource
-
crop
public com.google.zxing.LuminanceSource crop(int left, int top, int width, int height) - 覆盖:
crop在类中com.google.zxing.LuminanceSource
-
isRotateSupported
public boolean isRotateSupported()- 覆盖:
isRotateSupported在类中com.google.zxing.LuminanceSource
-
rotateCounterClockwise
public com.google.zxing.LuminanceSource rotateCounterClockwise()- 覆盖:
rotateCounterClockwise在类中com.google.zxing.LuminanceSource
-