C# Class cadencii.java.awt.image.BufferedImage

Inheritance: java.awt.Image
Show file Open project: cadencii/cadencii Class Usage Examples

Public Properties

Property Type Description
TYPE_INT_ARGB int
TYPE_INT_BGR int
TYPE_INT_RGB int

Public Methods

Method Description
BufferedImage ( int width, int height, int imageType )
createGraphics ( ) : Graphics2D
getHeight ( ) : int
getHeight ( object observer ) : int
getWidth ( ) : int
getWidth ( object observer ) : int

Method Details

BufferedImage() public method

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

createGraphics() public method

public createGraphics ( ) : Graphics2D
return Graphics2D

getHeight() public method

public getHeight ( ) : int
return int

getHeight() public method

public getHeight ( object observer ) : int
observer object
return int

getWidth() public method

public getWidth ( ) : int
return int

getWidth() public method

public getWidth ( object observer ) : int
observer object
return int

Property Details

TYPE_INT_ARGB public static property

public static int TYPE_INT_ARGB
return int

TYPE_INT_BGR public static property

public static int TYPE_INT_BGR
return int

TYPE_INT_RGB public static property

public static int TYPE_INT_RGB
return int