C# 클래스 zxingwp7.oned.UPCEANWriter

Encapsulates functionality and implementation that is common to UPC and EAN families of one-dimensional barcodes.

상속: Writer
파일 보기 프로젝트 열기: henningms/zxing2.0-wp7

공개 메소드들

메소드 설명
encode ( String contents, BarcodeFormat format, int width, int height ) : ByteMatrix
encode ( String contents, BarcodeFormat format, int width, int height, Object>.Dictionary hints ) : ByteMatrix
encode ( String contents ) : sbyte[]

보호된 메소드들

메소드 설명
appendPattern ( sbyte target, int pos, int pattern, int startColor ) : int

Appends the given pattern to the target array starting at pos.

비공개 메소드들

메소드 설명
renderResult ( sbyte code, int width, int height ) : ByteMatrix

메소드 상세

appendPattern() 보호된 정적인 메소드

Appends the given pattern to the target array starting at pos.
protected static appendPattern ( sbyte target, int pos, int pattern, int startColor ) : int
target sbyte
pos int
pattern int
startColor int starting color - 0 for white, 1 for black ///
리턴 int

encode() 공개 메소드

public encode ( String contents, BarcodeFormat format, int width, int height ) : ByteMatrix
contents String
format BarcodeFormat
width int
height int
리턴 zxingwp7.common.ByteMatrix

encode() 공개 메소드

public encode ( String contents, BarcodeFormat format, int width, int height, Object>.Dictionary hints ) : ByteMatrix
contents String
format BarcodeFormat
width int
height int
hints Object>.Dictionary
리턴 zxingwp7.common.ByteMatrix

encode() 공개 추상적인 메소드

public abstract encode ( String contents ) : sbyte[]
contents String
리턴 sbyte[]