public interface PairwiseSequenceRenderer
PairwiseSequenceRenderer
s render information about the
relationship between two sequences. Its function is analagous to
SequenceRenderer
for single sequences and is
extensively based on that code.Modifier and Type | Interface and Description |
---|---|
static class |
PairwiseSequenceRenderer.PairwiseRendererForwarder
PairwiseRendererForwarder forward events to other
renderers. |
Modifier and Type | Method and Description |
---|---|
void |
paint(Graphics2D g2,
PairwiseRenderContext prc)
paint s some or all of the information about the
sequence pair. |
SequenceViewerEvent |
processMouseEvent(PairwiseRenderContext prc,
MouseEvent me,
List path)
processMouseEvent produces a
SequenceViewerEvent in response to a mouse
gesture. |
void paint(Graphics2D g2, PairwiseRenderContext prc)
paint
s some or all of the information about the
sequence pair.g2
- a Graphics2D
.prc
- a PairwiseRenderContext
encapsulating
the information to be displayed.SequenceViewerEvent processMouseEvent(PairwiseRenderContext prc, MouseEvent me, List path)
processMouseEvent
produces a
SequenceViewerEvent
in response to a mouse
gesture.prc
- a PairwiseRenderContext
.me
- a MouseEvent
that caused the request.path
- a List
of
PairwiseSequenceRenderer
instances passed through
so far.SequenceViewerEvent
encapsulating the
mouse gesture.Copyright © 2014 BioJava. All rights reserved.