ComponentPainter.java :  » Game » easy-game-client » com » croftsoft » core » animation » Java Open Source

Java Open Source » Game » easy game client 
easy game client » com » croftsoft » core » animation » ComponentPainter.java
     package com.croftsoft.core.animation;

     import java.awt.Graphics2D;
     import javax.swing.JComponent;

     /*********************************************************************
     * An object that knows how and where to paint a graphical JComponent.
     *
     * @version
     *   2002-03-23
     * @since
     *   2002-02-25
     * @author
     *   <a href="http://www.CroftSoft.com/">David Wallace Croft</a>
     *********************************************************************/

     public interface  ComponentPainter
     //////////////////////////////////////////////////////////////////////
     //////////////////////////////////////////////////////////////////////
     {

     public void  paint (
       JComponent  component,
       Graphics2D  graphics );

     //////////////////////////////////////////////////////////////////////
     //////////////////////////////////////////////////////////////////////
     }
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.