Uses of Interface
org.biojava.bio.gui.BlockPainter
-
Packages that use BlockPainter Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description BlockPainter
DistributionLogo. getBlockPainter()
BlockPainter
LogoContext. getBlockPainter()
Methods in org.biojava.bio.gui with parameters of type BlockPainter Modifier and Type Method Description void
DistributionLogo. setBlockPainter(BlockPainter blockPainter)
-