Microsoft SDK for Java

Graphics.getOpaque

Retrieves the current fill mode on the Graphics object.

Syntax

public final boolean getOpaque()

Return Value

Returns true if the background color should be used as a fill before drawing; otherwise, returns false.

See Also   setOpaque

© 1999 Microsoft Corporation. All rights reserved. Terms of use.