C# 클래스 cadencii.java.awt.image.BufferedImage

상속: java.awt.Image
파일 보기 프로젝트 열기: cadencii/cadencii 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TYPE_INT_ARGB int
TYPE_INT_BGR int
TYPE_INT_RGB int

공개 메소드들

메소드 설명
BufferedImage ( int width, int height, int imageType )
createGraphics ( ) : Graphics2D
getHeight ( ) : int
getHeight ( object observer ) : int
getWidth ( ) : int
getWidth ( object observer ) : int

메소드 상세

BufferedImage() 공개 메소드

public BufferedImage ( int width, int height, int imageType )
width int
height int
imageType int

createGraphics() 공개 메소드

public createGraphics ( ) : Graphics2D
리턴 Graphics2D

getHeight() 공개 메소드

public getHeight ( ) : int
리턴 int

getHeight() 공개 메소드

public getHeight ( object observer ) : int
observer object
리턴 int

getWidth() 공개 메소드

public getWidth ( ) : int
리턴 int

getWidth() 공개 메소드

public getWidth ( object observer ) : int
observer object
리턴 int

프로퍼티 상세

TYPE_INT_ARGB 공개적으로 정적으로 프로퍼티

public static int TYPE_INT_ARGB
리턴 int

TYPE_INT_BGR 공개적으로 정적으로 프로퍼티

public static int TYPE_INT_BGR
리턴 int

TYPE_INT_RGB 공개적으로 정적으로 프로퍼티

public static int TYPE_INT_RGB
리턴 int