Share via


Component.paintAll

Class Overview | Class Members | This Package | All Packages

Syntax

public void paintAll( Graphics g )

Parameters
  • g
    the graphics context to use for painting.
Description

Paints 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

paint