Component.printAll

Component.printAll

Class Overview | Class Members | This Package | All Packages

Syntax
public void printAll( Graphics g )
Parameters
g
the graphics context to use for printing.
Description
Prints this component and all of its subcomponents.

The origin of the graphics context, its (00) coordinate point, is the top-left corner of this component. The clipping region of the graphics context is the bounding rectangle of this component.

See Also
print