Package docking.util
Interface AnimationPainter
public interface AnimationPainter
An interface used with
AnimationUtils
to allow clients to use the timing
framework while performing their own painting.-
Method Summary
Modifier and TypeMethodDescriptionvoid
paint
(GGlassPane glassPane, Graphics graphics, double value) Called back each time the animation system generates a timing event.
-
Method Details
-
paint
Called back each time the animation system generates a timing event.- Parameters:
glassPane
- the glass pane upon which painting takes placegraphics
- the graphics used to paintvalue
- a value from from the range supplied to the animator when it was created
-