Package org.biojava.bio.gui.sequence
package org.biojava.bio.gui.sequence
Graphical displays of biological sequences and associated annotations.
-
ClassDescriptionRenders an ABI trace file as a chromatogram graph.
AbstractBeadRenderer
is a an abstract base class for the creation ofFeatureRenderer
s which use a 'string of beads' metaphor for displaying features.A SequenceRenderer that renders a set of Features that match a FeatureFilter in such a way that they do not overlap in the display.A Feature Renderer that paints the Feature as a right facing arrow Based heavily on BasicFeatureRendererBasicImapRenderer
is a decorator forBasicFeatureRenderer
which adds the ability to create HTML image map coordinates which correspond to the feature rendering produced by theBasicFeatureRenderer
.BeadFeatureRenderer
s use a 'string of beads' metaphor for displaying features.Renders multiple renderers, each in their own concentric rings.Render information from a CircularRendererContext onto a graphics context.A context providing information for rendering sequences into circular coordinate systems.Renders a sequence as a circle using a CircularRenderer.CrosshairRenderer
draws a crosshair, optionally with coordinates.EllipticalBeadRenderer
renders features as simple ellipses.FeatureBlockSequenceRenderer
forms a bridge betweenSequence
rendering andFeature
rendering.A closure that allows AbstractPeptideDigestRenderer implementations to obtain the features of the rendered sequence.A renderer that will display a gapped sequence as a discontinuous series of regions.A FeatureRenderer that renders a particular Glyph for Features accepted by a particular FeatureFilterA stand-alone SequenceRenderContext to make it easy to render to an image.ImageMap
represents a collection of image map hotspots.ClientSide
represents a client-side style image map.HotSpot
s represent an image map hotspot.ServerSide
represents a server-side style image map.ImageMapRenderer
s create strings representingFeature
s suitable for use in HTML image maps.Renderer which draws a track of sequence with a textual label.The interface for things that can render labels for a line of information about a sequence.LayeredRenderer
handles the lane offsets forMultiLineRender
s.Encapsulates the rendering info for a single line of the display.MultiLineRenderer
is aSequenceRenderer
which collects a number of otherSequenceRenderer
s each of which render their own view of aSequence
.OffsetRulerRenderer can render the ruler starting from an arbitrary offset from the sequence.This is a dummy interface to permit identification of renderers whose output is to be overlaid along the lines of the Marker Interface pattern.This class wraps SequenceRenderer classes to present an Overlay Marker interface that will indicate to LayeredRenderer that subsequent renderers should overdraw the same space as the wrapped renderer.A renderer that adds padding before and after a delegate renderer.PairwiseDiagonalRenderer
renders a region of similarity between two sequences as a straight line.PairwiseFilteringRenderer
wraps aPairwiseSequenceRenderer
and filters thePairwiseRenderContext
s passed to it.PairwiseOverlayRenderer
allows a list of otherPairwiseSequenceRenderer
s to superimpose their output.PairwiseRenderContext
encapsulates information required for the rendering of a pair of sequences.APairwiseSequencePanel
is a panel that displays a pair of sequences; one sequence (the primary) may be either left-to-right (HORIZONTAL) or from top-to-bottom (VERTICAL).PairwiseSequenceRenderer
s render information about the relationship between two sequences.PairwiseRendererForwarder
forward events to other renderers.A concrete AbstractPeptideDigestRenderer.RectangularBeadRenderer
renders features as simple rectangles.RectangularImapRenderer
is a decorator forRectangularBeadRenderer
which adds the ability to create HTML image map coordinates which correspond to the feature rendering produced by theRectangularBeadRenderer
.RoundRectangularBeadRenderer
renders features as rectangles with rounded corners.RulerRenderer
renders numerical scales in sequence coordinates.A GlyphRenderer subclass that specificatlly handles Features pertaining to Secondary Structure (Helices, Turns and Strands).A panel that displays a Sequence.Handles multiple SequencePanels and Ranges so that a Sequence can be wrapped over more than one line on screen.Deprecated.This doesn't handle loads of stuff.A context within which sequence information may be rendered.The metric object for the 'border' area - the area between the extent of the rendered area and the beginning or end of the sequence.The interface for things that can render a line of information about a sequence.An implementation of SequenceRenderer that delegates rendering to another renderer.An event indicating that a mouse gesture was recognised within a widget that renders sequences.Class that handles drawing in six frames for other classes.A feature renderer that computes the data necessary to render multi-exon transcripts without CDS data.Allows you to stack multiple feature renderers up (for example a label renderer and a beaded renderer) and have them treated as a single renderer for layout.Compute sites of stop codons.A renderer context that allows some or all properties of another context to be over-ridden.SubPairwiseRenderContext
is a rendering context which wraps a delegate context and effectively hides some of the delegate's properties with its own.Allows a new renderer to "wrap" another one, replacing one or more values.SymbolSequenceRenderer
renders symbols of aSymbolList
.TranslatedSequencePanel
is a panel that displays a Sequence.A feature renderer that draws non-contiguous features as a set of boxes joined by zig-zags.ZiggyImapRenderer
is a decorator forZiggyFeatureRenderer
which adds the ability to create HTML image map coordinates which correspond to the feature rendering produced by theZiggyFeatureRenderer
.