Package org.biojava.bio.gui
Interface LogoContext
-
public interface LogoContext- Author:
- Matthew Pocock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockPaintergetBlockPainter()java.awt.RectanglegetBounds()DistributiongetDistribution()java.awt.Graphics2DgetGraphics()SymbolStylegetStyle()
-
-
-
Method Detail
-
getGraphics
java.awt.Graphics2D getGraphics()
-
getDistribution
Distribution getDistribution()
-
getStyle
SymbolStyle getStyle()
-
getBounds
java.awt.Rectangle getBounds()
-
getBlockPainter
BlockPainter getBlockPainter()
-
-