Package org.biojava.bio.gui
package org.biojava.bio.gui
Graphical interfaces for biojava objects.
Where ever possible we have used java bean like interfaces. The model view paradigm is used, and in most cases the org.biojava.bio.seq and org.biojava.bio.alignment interfaces form the basis of the model. Often the actual rendering of the component is abstracted off so that the same class can render data in different ways by swapping in an appropriate renderer. This maintains a consistent API even when the user sees very different images.
-
ClassDescriptionA logo painter that paints in bars.The GUI component for rendering a DistributionLogo.A simple implementation of SymbolStyle optimized for DNA.FeatureTree is GUI tree to display the features and annotations of the sequences in a
SequenceDB
Nested Features are displayed as expandable leaves.The interface for something that will draw the sequence logo for a state.A painter that just draws a block (or bar).A simple implementation of SymbolStyle that just uses a single paint for outlines and a single paint for filling.A no-frills implementation of SymbolStyle.A logo painter that paints in stacked areas.The interface for things that say how to paint a symbol.A BlockPainter that renders letters in proportion to the size of the signal.A logo painter that paints in stacked letters.