C# 클래스 CSJ2K.j2k.codestream.HeaderInfo.SIZ

Internal class holding information found in the SIZ marker segment
파일 보기 프로젝트 열기: cureos/csj2k

공개 프로퍼티들

프로퍼티 타입 설명
csiz int
lsiz int
rsiz int
ssiz int[]
x0siz int
xrsiz int[]
xsiz int
xt0siz int
xtsiz int
y0siz int
yrsiz int[]
ysiz int
yt0siz int
ytsiz int

공개 메소드들

메소드 설명
Clone ( ) : Object
SIZ ( HeaderInfo enclosingInstance ) : System
ToString ( ) : System.String

Display information found in SIZ marker segment

getCompImgHeight ( int c ) : int
getCompImgWidth ( int c ) : int

Width of the specified tile-component

getOrigBitDepth ( int c ) : int
isOrigSigned ( int c ) : bool

비공개 메소드들

메소드 설명
InitBlock ( HeaderInfo enclosingInstance ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Object
리턴 System.Object

SIZ() 공개 메소드

public SIZ ( HeaderInfo enclosingInstance ) : System
enclosingInstance HeaderInfo
리턴 System

ToString() 공개 메소드

Display information found in SIZ marker segment
public ToString ( ) : System.String
리턴 System.String

getCompImgHeight() 공개 메소드

public getCompImgHeight ( int c ) : int
c int
리턴 int

getCompImgWidth() 공개 메소드

Width of the specified tile-component
public getCompImgWidth ( int c ) : int
c int Component index /// ///
리턴 int

getOrigBitDepth() 공개 메소드

public getOrigBitDepth ( int c ) : int
c int
리턴 int

isOrigSigned() 공개 메소드

public isOrigSigned ( int c ) : bool
c int
리턴 bool

프로퍼티 상세

csiz 공개적으로 프로퍼티

public int csiz
리턴 int

lsiz 공개적으로 프로퍼티

public int lsiz
리턴 int

rsiz 공개적으로 프로퍼티

public int rsiz
리턴 int

ssiz 공개적으로 프로퍼티

public int[] ssiz
리턴 int[]

x0siz 공개적으로 프로퍼티

public int x0siz
리턴 int

xrsiz 공개적으로 프로퍼티

public int[] xrsiz
리턴 int[]

xsiz 공개적으로 프로퍼티

public int xsiz
리턴 int

xt0siz 공개적으로 프로퍼티

public int xt0siz
리턴 int

xtsiz 공개적으로 프로퍼티

public int xtsiz
리턴 int

y0siz 공개적으로 프로퍼티

public int y0siz
리턴 int

yrsiz 공개적으로 프로퍼티

public int[] yrsiz
리턴 int[]

ysiz 공개적으로 프로퍼티

public int ysiz
리턴 int

yt0siz 공개적으로 프로퍼티

public int yt0siz
리턴 int

ytsiz 공개적으로 프로퍼티

public int ytsiz
리턴 int