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

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

Uses of BlockPainter in org.biojava.bio.gui
 

Classes in org.biojava.bio.gui that implement BlockPainter
 class PlainBlock
          A painter that just draws a block (or bar).
 class TextBlock
          A BlockPainter that renders letters in proportion to the size of the signal.
 

Methods in org.biojava.bio.gui that return BlockPainter
 BlockPainter DistributionLogo.getBlockPainter()
           
 BlockPainter LogoContext.getBlockPainter()
           
 

Methods in org.biojava.bio.gui with parameters of type BlockPainter
 void DistributionLogo.setBlockPainter(BlockPainter blockPainter)