Search
PointerAdapter Class
See Also
 






An adapter class for receiving pointer events. The methods in this class are empty. This class exists as convenience for creating listener objects.

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

public class PointerAdapter implements PointerListener

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.charting.components.gauges.PointerAdapter

 See Also