org.biojava.bio.gui
Interface LogoContext


public interface LogoContext

Author:
Matthew Pocock

Method Summary
 BlockPainter getBlockPainter()
           
 java.awt.Rectangle getBounds()
           
 Distribution getDistribution()
           
 java.awt.Graphics2D getGraphics()
           
 SymbolStyle getStyle()
           
 

Method Detail

getGraphics

public java.awt.Graphics2D getGraphics()

getDistribution

public Distribution getDistribution()

getStyle

public SymbolStyle getStyle()

getBounds

public java.awt.Rectangle getBounds()

getBlockPainter

public BlockPainter getBlockPainter()