| java.lang.Object org.eclipse.ui.internal.DefaultAnimationFeedback org.eclipse.ui.internal.ImageAnimationFeedback
Constructor Summary | |
public | ImageAnimationFeedback() Creates an animation effect where the interpolated rectangles are displayed using Canvas
controls that show an image of the bits that were originally occupied by the various
'start' rectangles. |
ImageAnimationFeedback | public ImageAnimationFeedback()(Code) | | Creates an animation effect where the interpolated rectangles are displayed using Canvas
controls that show an image of the bits that were originally occupied by the various
'start' rectangles.
|
addEndRect | public void addEndRect(Rectangle rect)(Code) | | |
addStartRect | public void addStartRect(Rectangle rect)(Code) | | |
dispose | public void dispose()(Code) | | |
initialize | public void initialize(Shell parentShell, Rectangle startRect, Rectangle endRect)(Code) | | Parameters: parentShell - |
jobInit | public void jobInit()(Code) | | |
renderStep | public void renderStep(double amount)(Code) | | |
|
|