Uses of Interface
org.biojava.bio.gui.LogoPainter

Packages that use LogoPainter
org.biojava.bio.gui Graphical interfaces for biojava objects. 
 

Uses of LogoPainter in org.biojava.bio.gui
 

Classes in org.biojava.bio.gui that implement LogoPainter
 class BarLogoPainter
          A logo painter that paints in bars.
 class StackedLogoPainter
          A logo painter that paints in stacked areas.
 class TextLogoPainter
          A logo painter that paints in stacked letters.
 

Methods in org.biojava.bio.gui that return LogoPainter
 LogoPainter DistributionLogo.getLogoPainter()
          Retrieve the current logo painter.
 

Methods in org.biojava.bio.gui with parameters of type LogoPainter
 void DistributionLogo.setLogoPainter(LogoPainter logoPainter)
           Set the logo painter.