您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
A
B
C
D
E
F
G
H
I
L
M
O
P
Q
R
S
T
V
Z
A
ACTION
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.Encode
Send this intent to encode a piece of data as a QR code and display it full screen, so that another person can scan the barcode from your screen.
ACTION
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.Scan
Send this intent to open the Barcodes app in scanning mode, find a barcode, and return the results.
ACTION
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.SearchBookContents
Use Google Book Search to search the contents of the book provided.
ACTION
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.Share
Give the user a choice of items to encode as a barcode, then render it as a QR Code and display onscreen for a friend to scan with their phone.
ACTION
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.WifiConnect
Internal intent used to trigger connection to a wi-fi network.
addPossibleResultPoint(ResultPoint)
- 类 中的方法com.uuzuche.lib_zxing.view.
ViewfinderView
analyzeBitmap(String, CodeUtils.AnalyzeCallback)
- 类 中的静态方法com.uuzuche.lib_zxing.activity.
CodeUtils
解析二维码图片工具类
AutoFocusCallback
-
com.uuzuche.lib_zxing.camera
中的类
AutoFocusCallback()
- 类 的构造器com.uuzuche.lib_zxing.camera.
AutoFocusCallback
B
BitmapLuminanceSource
-
com.uuzuche.lib_zxing.camera
中的类
Created by aaron on 16/7/27.
BitmapLuminanceSource(Bitmap)
- 类 的构造器com.uuzuche.lib_zxing.camera.
BitmapLuminanceSource
buildLuminanceSource(byte[], int, int)
- 类 中的方法com.uuzuche.lib_zxing.camera.
CameraManager
A factory method to build the appropriate LuminanceSource object based on the format of the preview buffers, as described by Camera.Parameters.
C
CameraManager
-
com.uuzuche.lib_zxing.camera
中的类
This object wraps the Camera service object and expects to be the only one talking to it.
CaptureActivity
-
com.uuzuche.lib_zxing.activity
中的类
Initial the camera 默认的二维码扫描Activity
CaptureActivity()
- 类 的构造器com.uuzuche.lib_zxing.activity.
CaptureActivity
CaptureActivityHandler
-
com.uuzuche.lib_zxing.decoding
中的类
This class handles all the messaging which comprises the state machine for capture.
CaptureActivityHandler(CaptureFragment, Vector<BarcodeFormat>, String, ViewfinderView)
- 类 的构造器com.uuzuche.lib_zxing.decoding.
CaptureActivityHandler
CaptureFragment
-
com.uuzuche.lib_zxing.activity
中的类
自定义实现的扫描Fragment
CaptureFragment()
- 类 的构造器com.uuzuche.lib_zxing.activity.
CaptureFragment
CHARACTER_SET
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.Scan
closeDriver()
- 类 中的方法com.uuzuche.lib_zxing.camera.
CameraManager
Closes the camera driver if still in use.
CodeUtils
-
com.uuzuche.lib_zxing.activity
中的类
Created by aaron on 16/7/27.
CodeUtils()
- 类 的构造器com.uuzuche.lib_zxing.activity.
CodeUtils
CodeUtils.AnalyzeCallback
-
com.uuzuche.lib_zxing.activity
中的接口
解析二维码结果
com.uuzuche.lib_zxing
- 程序包 com.uuzuche.lib_zxing
com.uuzuche.lib_zxing.activity
- 程序包 com.uuzuche.lib_zxing.activity
com.uuzuche.lib_zxing.camera
- 程序包 com.uuzuche.lib_zxing.camera
com.uuzuche.lib_zxing.decoding
- 程序包 com.uuzuche.lib_zxing.decoding
com.uuzuche.lib_zxing.encoding
- 程序包 com.uuzuche.lib_zxing.encoding
com.uuzuche.lib_zxing.view
- 程序包 com.uuzuche.lib_zxing.view
createImage(String, int, int, Bitmap)
- 类 中的静态方法com.uuzuche.lib_zxing.activity.
CodeUtils
生成二维码图片
createQRCode(String, int)
- 类 中的静态方法com.uuzuche.lib_zxing.encoding.
EncodingHandler
D
DATA
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.Encode
The data to encode.
DATA_MATRIX_FORMATS
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
DecodeFormatManager
DATA_MATRIX_MODE
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.Scan
Decode only Data Matrix codes.
DecodeFormatManager
-
com.uuzuche.lib_zxing.decoding
中的类
density
- 类 中的静态变量com.uuzuche.lib_zxing.
DisplayUtil
densityDPI
- 类 中的静态变量com.uuzuche.lib_zxing.
DisplayUtil
dip2px(Context, float)
- 类 中的静态方法com.uuzuche.lib_zxing.
DisplayUtil
根据手机的分辨率从 dp 的单位 转成为 px(像素)
dip2px(Context, float)
- 类 中的静态方法com.uuzuche.lib_zxing.view.
ViewfinderView
根据手机的分辨率从 dp 的单位 转成为 px(像素)
DisplayUtil
-
com.uuzuche.lib_zxing
中的类
Created by aaron on 16/8/3.
DisplayUtil()
- 类 的构造器com.uuzuche.lib_zxing.
DisplayUtil
drawViewfinder()
- 类 中的方法com.uuzuche.lib_zxing.activity.
CaptureFragment
drawViewfinder()
- 类 中的方法com.uuzuche.lib_zxing.view.
ViewfinderView
E
EncodingHandler
-
com.uuzuche.lib_zxing.encoding
中的类
EncodingHandler()
- 类 的构造器com.uuzuche.lib_zxing.encoding.
EncodingHandler
F
FinishListener
-
com.uuzuche.lib_zxing.decoding
中的类
Simple listener used to exit the app in a few cases.
FinishListener(Activity)
- 类 的构造器com.uuzuche.lib_zxing.decoding.
FinishListener
FORMAT
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.Encode
The barcode format to be displayed.
foundPossibleResultPoint(ResultPoint)
- 类 中的方法com.uuzuche.lib_zxing.view.
ViewfinderResultPointCallback
FRAME_HEIGHT
- 类 中的静态变量com.uuzuche.lib_zxing.camera.
CameraManager
FRAME_MARGINTOP
- 类 中的静态变量com.uuzuche.lib_zxing.camera.
CameraManager
FRAME_WIDTH
- 类 中的静态变量com.uuzuche.lib_zxing.camera.
CameraManager
G
get()
- 类 中的静态方法com.uuzuche.lib_zxing.camera.
CameraManager
Gets the CameraManager singleton instance.
getAnalyzeCallback()
- 类 中的方法com.uuzuche.lib_zxing.activity.
CaptureFragment
getAutoFocusCallback()
- 类 中的方法com.uuzuche.lib_zxing.camera.
CameraManager
getCamera()
- 类 中的方法com.uuzuche.lib_zxing.camera.
CameraManager
getContext()
- 类 中的方法com.uuzuche.lib_zxing.camera.
CameraManager
getDataHeight()
- 类 中的方法com.uuzuche.lib_zxing.camera.
PlanarYUVLuminanceSource
getDataWidth()
- 类 中的方法com.uuzuche.lib_zxing.camera.
PlanarYUVLuminanceSource
getFramingRect()
- 类 中的方法com.uuzuche.lib_zxing.camera.
CameraManager
Calculates the framing rect which the UI should draw to show the user where to place the barcode.
getFramingRectInPreview()
- 类 中的方法com.uuzuche.lib_zxing.camera.
CameraManager
Like
CameraManager.getFramingRect()
but coordinates are in terms of the preview frame, not UI / screen.
getHandler()
- 类 中的方法com.uuzuche.lib_zxing.activity.
CaptureFragment
getMatrix()
- 类 中的方法com.uuzuche.lib_zxing.camera.
BitmapLuminanceSource
getMatrix()
- 类 中的方法com.uuzuche.lib_zxing.camera.
PlanarYUVLuminanceSource
getPreviewCallback()
- 类 中的方法com.uuzuche.lib_zxing.camera.
CameraManager
getRow(int, byte[])
- 类 中的方法com.uuzuche.lib_zxing.camera.
BitmapLuminanceSource
getRow(int, byte[])
- 类 中的方法com.uuzuche.lib_zxing.camera.
PlanarYUVLuminanceSource
H
handleDecode(Result, Bitmap)
- 类 中的方法com.uuzuche.lib_zxing.activity.
CaptureFragment
Handler scan result
handleMessage(Message)
- 类 中的方法com.uuzuche.lib_zxing.decoding.
CaptureActivityHandler
I
InactivityTimer
-
com.uuzuche.lib_zxing.decoding
中的类
Finishes an activity after a period of inactivity.
InactivityTimer(Activity)
- 类 的构造器com.uuzuche.lib_zxing.decoding.
InactivityTimer
init(Context)
- 类 中的静态方法com.uuzuche.lib_zxing.camera.
CameraManager
Initializes this static object with the Context of the calling Activity.
initDisplayOpinion(Context)
- 类 中的静态方法com.uuzuche.lib_zxing.activity.
ZXingLibrary
Intents
-
com.uuzuche.lib_zxing.decoding
中的类
This class provides the constants to use when sending an Intent to Barcode Scanner.
Intents.Encode
-
com.uuzuche.lib_zxing.decoding
中的类
Intents.Scan
-
com.uuzuche.lib_zxing.decoding
中的类
Intents.SearchBookContents
-
com.uuzuche.lib_zxing.decoding
中的类
Intents.Share
-
com.uuzuche.lib_zxing.decoding
中的类
Intents.WifiConnect
-
com.uuzuche.lib_zxing.decoding
中的类
ISBN
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.SearchBookContents
The book to search, identified by ISBN number.
isCropSupported()
- 类 中的方法com.uuzuche.lib_zxing.camera.
PlanarYUVLuminanceSource
isLightEnable(boolean)
- 类 中的静态方法com.uuzuche.lib_zxing.activity.
CodeUtils
isPreviewing()
- 类 中的方法com.uuzuche.lib_zxing.camera.
CameraManager
isUseOneShotPreviewCallback()
- 类 中的方法com.uuzuche.lib_zxing.camera.
CameraManager
L
LAYOUT_ID
- 类 中的静态变量com.uuzuche.lib_zxing.activity.
CodeUtils
M
MODE
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.Scan
By default, sending Scan.ACTION will decode all barcodes that we understand.
O
onActivity()
- 类 中的方法com.uuzuche.lib_zxing.decoding.
InactivityTimer
onAnalyzeFailed()
- 接口 中的方法com.uuzuche.lib_zxing.activity.
CodeUtils.AnalyzeCallback
onAnalyzeSuccess(Bitmap, String)
- 接口 中的方法com.uuzuche.lib_zxing.activity.
CodeUtils.AnalyzeCallback
onAutoFocus(boolean, Camera)
- 类 中的方法com.uuzuche.lib_zxing.camera.
AutoFocusCallback
onCancel(DialogInterface)
- 类 中的方法com.uuzuche.lib_zxing.decoding.
FinishListener
onClick(DialogInterface, int)
- 类 中的方法com.uuzuche.lib_zxing.decoding.
FinishListener
onCreate(Bundle)
- 类 中的方法com.uuzuche.lib_zxing.activity.
CaptureActivity
onCreate(Bundle)
- 类 中的方法com.uuzuche.lib_zxing.activity.
CaptureFragment
onCreate()
- 类 中的方法com.uuzuche.lib_zxing.
ZApplication
onCreateView(LayoutInflater, ViewGroup, Bundle)
- 类 中的方法com.uuzuche.lib_zxing.activity.
CaptureFragment
onDestroy()
- 类 中的方法com.uuzuche.lib_zxing.activity.
CaptureFragment
onDraw(Canvas)
- 类 中的方法com.uuzuche.lib_zxing.view.
ViewfinderView
ONE_D_FORMATS
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
DecodeFormatManager
ONE_D_MODE
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.Scan
Decode only 1D barcodes (currently UPC, EAN, Code 39, and Code 128).
onPause()
- 类 中的方法com.uuzuche.lib_zxing.activity.
CaptureFragment
onPreviewFrame(byte[], Camera)
- 类 中的方法com.uuzuche.lib_zxing.camera.
PreviewCallback
onResume()
- 类 中的方法com.uuzuche.lib_zxing.activity.
CaptureFragment
openDriver(SurfaceHolder)
- 类 中的方法com.uuzuche.lib_zxing.camera.
CameraManager
Opens the camera driver and initializes the hardware parameters.
P
PASSWORD
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.WifiConnect
The network to connect to, all the configuration provided here.
PlanarYUVLuminanceSource
-
com.uuzuche.lib_zxing.camera
中的类
This object extends LuminanceSource around an array of YUV data returned from the camera driver, with the option to crop to a rectangle within the full data.
PlanarYUVLuminanceSource(byte[], int, int, int, int, int, int)
- 类 的构造器com.uuzuche.lib_zxing.camera.
PlanarYUVLuminanceSource
PreviewCallback
-
com.uuzuche.lib_zxing.camera
中的类
PRODUCT_FORMATS
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
DecodeFormatManager
PRODUCT_MODE
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.Scan
Decode only UPC and EAN barcodes.
px2dip(Context, float)
- 类 中的静态方法com.uuzuche.lib_zxing.
DisplayUtil
根据手机的分辨率从 px(像素) 的单位 转成为 dp
Q
QR_CODE_FORMATS
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
DecodeFormatManager
QR_CODE_MODE
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.Scan
Decode only QR codes.
QUERY
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.SearchBookContents
An optional field which is the text to search for.
quitSynchronously()
- 类 中的方法com.uuzuche.lib_zxing.decoding.
CaptureActivityHandler
R
renderCroppedGreyscaleBitmap()
- 类 中的方法com.uuzuche.lib_zxing.camera.
PlanarYUVLuminanceSource
requestAutoFocus(Handler, int)
- 类 中的方法com.uuzuche.lib_zxing.camera.
CameraManager
Asks the camera hardware to perform an autofocus.
requestPreviewFrame(Handler, int)
- 类 中的方法com.uuzuche.lib_zxing.camera.
CameraManager
A single preview frame will be returned to the handler supplied.
RESULT
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.Scan
If a barcode is found, Barcodes returns RESULT_OK to onActivityResult() of the app which requested the scan via startSubActivity().
RESULT_FAILED
- 类 中的静态变量com.uuzuche.lib_zxing.activity.
CodeUtils
RESULT_FORMAT
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.Scan
Call intent.getStringExtra(RESULT_FORMAT) to determine which barcode format was found.
RESULT_STRING
- 类 中的静态变量com.uuzuche.lib_zxing.activity.
CodeUtils
RESULT_SUCCESS
- 类 中的静态变量com.uuzuche.lib_zxing.activity.
CodeUtils
RESULT_TYPE
- 类 中的静态变量com.uuzuche.lib_zxing.activity.
CodeUtils
run()
- 类 中的方法com.uuzuche.lib_zxing.decoding.
FinishListener
S
SAVE_HISTORY
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.Scan
Setting this to false will not save scanned codes in the history.
SCAN_FORMATS
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.Scan
Comma-separated list of formats to scan for.
screenHightDip
- 类 中的静态变量com.uuzuche.lib_zxing.
DisplayUtil
screenhightPx
- 类 中的静态变量com.uuzuche.lib_zxing.
DisplayUtil
screenWidthDip
- 类 中的静态变量com.uuzuche.lib_zxing.
DisplayUtil
screenWidthPx
- 类 中的静态变量com.uuzuche.lib_zxing.
DisplayUtil
setAnalyzeCallback(CodeUtils.AnalyzeCallback)
- 类 中的方法com.uuzuche.lib_zxing.activity.
CaptureFragment
setCameraInitCallBack(CaptureFragment.CameraInitCallBack)
- 类 中的方法com.uuzuche.lib_zxing.activity.
CaptureFragment
Set callback for Camera check whether Camera init success or not.
setFragmentArgs(CaptureFragment, int)
- 类 中的静态方法com.uuzuche.lib_zxing.activity.
CodeUtils
为CaptureFragment设置layout参数
setHandler(Handler, int)
- 类 中的方法com.uuzuche.lib_zxing.camera.
AutoFocusCallback
setHandler(Handler, int)
- 类 中的方法com.uuzuche.lib_zxing.camera.
PreviewCallback
setPreviewing(boolean)
- 类 中的方法com.uuzuche.lib_zxing.camera.
CameraManager
shutdown()
- 类 中的方法com.uuzuche.lib_zxing.decoding.
InactivityTimer
SSID
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.WifiConnect
The network to connect to, all the configuration provided here.
startPreview()
- 类 中的方法com.uuzuche.lib_zxing.camera.
CameraManager
Asks the camera hardware to begin drawing preview frames to the screen.
stopPreview()
- 类 中的方法com.uuzuche.lib_zxing.camera.
CameraManager
Tells the camera to stop drawing preview frames.
surfaceChanged(SurfaceHolder, int, int, int)
- 类 中的方法com.uuzuche.lib_zxing.activity.
CaptureFragment
surfaceCreated(SurfaceHolder)
- 类 中的方法com.uuzuche.lib_zxing.activity.
CaptureFragment
surfaceDestroyed(SurfaceHolder)
- 类 中的方法com.uuzuche.lib_zxing.activity.
CaptureFragment
T
TYPE
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.Encode
The type of data being supplied if the format is QR Code.
TYPE
- 类 中的静态变量com.uuzuche.lib_zxing.decoding.
Intents.WifiConnect
The network to connect to, all the configuration provided here.
V
ViewfinderResultPointCallback
-
com.uuzuche.lib_zxing.view
中的类
ViewfinderResultPointCallback(ViewfinderView)
- 类 的构造器com.uuzuche.lib_zxing.view.
ViewfinderResultPointCallback
ViewfinderView
-
com.uuzuche.lib_zxing.view
中的类
自定义组件实现,扫描功能
ViewfinderView(Context)
- 类 的构造器com.uuzuche.lib_zxing.view.
ViewfinderView
ViewfinderView(Context, AttributeSet)
- 类 的构造器com.uuzuche.lib_zxing.view.
ViewfinderView
ViewfinderView(Context, AttributeSet, int)
- 类 的构造器com.uuzuche.lib_zxing.view.
ViewfinderView
Z
ZApplication
-
com.uuzuche.lib_zxing
中的类
Created by aaron on 16/8/9.
ZApplication()
- 类 的构造器com.uuzuche.lib_zxing.
ZApplication
ZXingLibrary
-
com.uuzuche.lib_zxing.activity
中的类
Created by aaron on 16/9/7.
ZXingLibrary()
- 类 的构造器com.uuzuche.lib_zxing.activity.
ZXingLibrary
A
B
C
D
E
F
G
H
I
L
M
O
P
Q
R
S
T
V
Z
跳过导航链接
概览
程序包
类
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类