public interface OverlayAnimator
Modifier and Type | Method and Description |
---|---|
boolean |
isComplete()
Returns true if the animation is complete and the animator can be
removed.
|
void |
paint(Graphics2D g,
long time) |
boolean |
requiresRepaint()
Returns true if the animator requires an immediate repaint to continue
the animation.
|
void paint(Graphics2D g, long time)
boolean isComplete()
boolean requiresRepaint()
Copyright © 2015–2021 Fiji. All rights reserved.