C# 클래스 ZXing.Datamatrix.Encoder.DefaultPlacement

Symbol Character Placement Program. Adapted from Annex M.1 in ISO/IEC 16022:2000(E).
파일 보기 프로젝트 열기: Redth/ZXing.Net.Mobile 1 사용 예제들

공개 메소드들

메소드 설명
DefaultPlacement ( String codewords, int numcols, int numrows ) : System

Main constructor

getBit ( int col, int row ) : bool
place ( ) : void

비공개 메소드들

메소드 설명
corner1 ( int pos ) : void
corner2 ( int pos ) : void
corner3 ( int pos ) : void
corner4 ( int pos ) : void
hasBit ( int col, int row ) : bool
module ( int row, int col, int pos, int bit ) : void
setBit ( int col, int row, bool bit ) : void
utah ( int row, int col, int pos ) : void

Places the 8 bits of a utah-shaped symbol character in ECC200.

메소드 상세

DefaultPlacement() 공개 메소드

Main constructor
public DefaultPlacement ( String codewords, int numcols, int numrows ) : System
codewords String the codewords to place
numcols int the number of columns
numrows int the number of rows
리턴 System

getBit() 공개 메소드

public getBit ( int col, int row ) : bool
col int
row int
리턴 bool

place() 공개 메소드

public place ( ) : void
리턴 void