render

Navigation:  References > Common Parts > Methods >

render

Previous pageReturn to chapter overviewNext page

Renders the barcode onto a device such as a computer monitor or printer.

public void render(Graphics targetG, int x, int y)

Parameters

targetG

Specifies a Graphics object to be used for rendering.

 

x

Stores the x coordinate (in pixels) of the top-left corner of a barcode.

 

y

Stores the y coordinate (in pixels) of the top-left corner of a barcode.