Uses of Class
org.freehep.swing.graphics.AbstractPanelArtist

Packages that use AbstractPanelArtist
org.freehep.swing.graphics Swing graphics extensions: extra panels with interaction managers. 
 

Uses of AbstractPanelArtist in org.freehep.swing.graphics
 

Methods in org.freehep.swing.graphics that return AbstractPanelArtist
 AbstractPanelArtist StackedPanel.getPanelArtist()
          Return the PanelArtist which controls the graphics content of this panel.
 

Methods in org.freehep.swing.graphics with parameters of type AbstractPanelArtist
 void StackedPanel.setPanelArtist(AbstractPanelArtist panelArtist)
          Set which PanelArtist will control the graphics content of this panel.
 

Constructors in org.freehep.swing.graphics with parameters of type AbstractPanelArtist
StackedPanel(AbstractPanelArtist panelArtist)
          The constructor allocates all of the panels for drawing.
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.