Search
Dashboard.invalidate Method
See Also
 






Implements RootControl.invalidate. Invalidates the specified region of the specified component.

Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public void invalidate (
    Rectangle2D rect,
    Panel panel
)

 Parameters

rect

The area to invalidate and redraw.

panel

The Component to invalidate.

 See Also