Package org.biojava.bio.gui
Class BarLogoPainter
java.lang.Object
org.biojava.bio.gui.BarLogoPainter
- All Implemented Interfaces:
LogoPainter
A logo painter that paints in bars. The total height of the bars is
proportional to the total informaton in the state.
- Author:
- Matthew Pocock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpaintLogo(LogoContext lCtxt) Render the state from sl onto the graphics object g.
-
Constructor Details
-
BarLogoPainter
public BarLogoPainter()
-
-
Method Details
-
paintLogo
Description copied from interface:LogoPainterRender the state from sl onto the graphics object g.- Specified by:
paintLogoin interfaceLogoPainter- Parameters:
lCtxt- the LogoContext to render
-