C# 클래스 cadencii.java.awt.Graphics2D

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

공개 메소드들

메소드 설명
Graphics2D ( System g ) : System
fill ( Shape s ) : void
getStroke ( ) : Stroke
setStroke ( Stroke stroke ) : void
translate ( double tx, double ty ) : void
translate ( int tx, int ty ) : void

메소드 상세

Graphics2D() 공개 메소드

public Graphics2D ( System g ) : System
g System
리턴 System

fill() 공개 메소드

public fill ( Shape s ) : void
s Shape
리턴 void

getStroke() 공개 메소드

public getStroke ( ) : Stroke
리턴 Stroke

setStroke() 공개 메소드

public setStroke ( Stroke stroke ) : void
stroke Stroke
리턴 void

translate() 공개 메소드

public translate ( double tx, double ty ) : void
tx double
ty double
리턴 void

translate() 공개 메소드

public translate ( int tx, int ty ) : void
tx int
ty int
리턴 void