Search
BaseGaugeListener Members
Methods
 


The listener interface for receiving gauge events.

The following tables list the members exposed by the BaseGaugeListener type.

 Public Methods

  Name Description

invalidated

Raised when the gauge is visually changed.

paintBackground

Raised when the gauge background is being painted.

paintForeground

Raised when the gauge foreground is being painted.

paintPointer

Raised when a pointer in the gauge is being painted.

paintScale

Raised when a scale in the gauge is being painted.

paintTick

Raised when a tick in the gauge is being painted.

prepaintBackground

Raised when the gauge background is being painted.

prepaintForeground

Raised when the gauge foreground is being painted.

prepaintPointer

Raised when a pointer in the gauge is being painted.

prepaintScale

Raised when a scale in the gauge is being painted.

prepaintTick

Raised when a tick in the gauge is being painted.

 See Also