DhStyleBase.dispose

Overview | Methods | Fields | This Package | All Packages

DhStyleBase.dispose

Frees all resources associated with this element.

Syntax

public void dispose()

Remarks

This method might not be called at run time. Any resources used by the element should be set up to be released when the element is released for garbage collection. Inheriting classes should always call super.dispose.