public interface LogoPainter
A StateLogo object claims the screen realestate for rendering, and does the calculations for sizes & information and the like. The LogoPainter renders this information onto a graphics context. It is given the StateLog to render, so that a single LogoPainter can be shared among many state logos.
Modifier and Type | Method and Description |
---|---|
void |
paintLogo(LogoContext lCtxt)
Render the state from sl onto the graphics object g.
|
void paintLogo(LogoContext lCtxt)
lCtxt
- the LogoContext to renderCopyright © 2014 BioJava. All rights reserved.