C# Class cadencii.java.awt.Graphics2D

Inheritance: Graphics
Show file Open project: cadencii/cadencii Class Usage Examples

Public Methods

Method Description
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

Method Details

Graphics2D() public method

public Graphics2D ( System g ) : System
g System
return System

fill() public method

public fill ( Shape s ) : void
s Shape
return void

getStroke() public method

public getStroke ( ) : Stroke
return Stroke

setStroke() public method

public setStroke ( Stroke stroke ) : void
stroke Stroke
return void

translate() public method

public translate ( double tx, double ty ) : void
tx double
ty double
return void

translate() public method

public translate ( int tx, int ty ) : void
tx int
ty int
return void