001         package com.croftsoft.core.animation;
002    
003         /*********************************************************************
004         * Animates a JComponent.
005         *
006         * @version
007         *   2002-12-01
008         * @since
009         *   2002-03-05
010         * @author
011         *   <a href="https://www.croftsoft.com/">David Wallace Croft</a>
012         *********************************************************************/
013    
014         public interface  ComponentAnimator
015           extends ComponentUpdater, ComponentPainter
016         //////////////////////////////////////////////////////////////////////
017         //////////////////////////////////////////////////////////////////////
018         {
019    
020         //////////////////////////////////////////////////////////////////////
021         //////////////////////////////////////////////////////////////////////
022         }