com.smardec.asc.animatepanel
Interface AnimatePanelRenderer

All Known Implementing Classes:
XPPanelRenderer

public interface AnimatePanelRenderer

Defines the renderer interface for JAnimatePanel.


Method Summary
 java.awt.Component getAnimatePanelRendererComponent(javax.swing.JPanel jPanel)
          Returns the component whose paint() method will render the specified panel.
 

Method Detail

getAnimatePanelRendererComponent

public java.awt.Component getAnimatePanelRendererComponent(javax.swing.JPanel jPanel)
Returns the component whose paint() method will render the specified panel.

Parameters:
jPanel - the panel we're painting
Returns:
the component whose paint() method will render the specified panel.


Copyright © 2003-2005 Smardec. All Rights Reserved.