Home about services products contact login
   com.smardec.asc

Advanced Swing Components

  animatepanel
  autocomplete
  dropdown
  filechooser
  fontchooser
  gradient
  hyperlink
  outlookpanel
  outlookpanel.renderers
  quick
  rotate
  sliderpanel
  spantable
  splashscreen
  statusbar
  table
  table.renderers
  table.wrappers
  tree
  treetable
  util
  xmlbars
  xmlbars.menubar
  xmlbars.toolbar
  xmlbars.toolbar.layouts
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.

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.
Home about services products contact login