com.smardec.asc.animatepanel
Interface AnimatePanelRenderer
- 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. |
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-2006 Smardec. All Rights Reserved.