Uses of Interface
diagapplet.PainterInterface

Packages that use PainterInterface
diagapplet   
diagapplet.utils   
 

Uses of PainterInterface in diagapplet
 

Fields in diagapplet declared as PainterInterface
protected  PainterInterface JPaintablePanel.painter
           
 

Methods in diagapplet with parameters of type PainterInterface
 void JPaintablePanel.set_painter(PainterInterface _painter)
          Set the external painter object that will be used every time the panel needs to be repainted.
 

Uses of PainterInterface in diagapplet.utils
 

Methods in diagapplet.utils with parameters of type PainterInterface
 void ImageJPanel.setSub_painter(PainterInterface sub_painter)