com.croftsoft.apps.chat.view
Class ChatModelAnimator

java.lang.Object
  extended by com.croftsoft.core.animation.animator.ModelAnimator
      extended by com.croftsoft.apps.chat.view.ChatModelAnimator
All Implemented Interfaces:
ComponentAnimator, ComponentPainter, ComponentUpdater

public final class ChatModelAnimator
extends ModelAnimator

ComponentAnimator for a ChatModel.

Since:
2003-06-11
Version:
2003-07-23
Author:
David Wallace Croft

Field Summary
 
Fields inherited from class com.croftsoft.core.animation.animator.ModelAnimator
color, modelAccessor, newRepaintRectangle, oldRepaintRectangle, previouslyActive
 
Constructor Summary
ChatModelAnimator(ChatModelAccessor chatModelAccessor, ImageCache imageCache)
           
 
Method Summary
 void paint(JComponent component, Graphics2D graphics)
           
 
Methods inherited from class com.croftsoft.core.animation.animator.ModelAnimator
getRepaintRectangle, isUpdated, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatModelAnimator

public ChatModelAnimator(ChatModelAccessor chatModelAccessor,
                         ImageCache imageCache)
Method Detail

paint

public void paint(JComponent component,
                  Graphics2D graphics)
Specified by:
paint in interface ComponentPainter
Overrides:
paint in class ModelAnimator

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)