Class | Description |
---|---|
AnnotationAdapter |
an almost trivial example of a DataAdapter most of the work is done by a
MapGlyphFactory the one thing this adapter knows is that the datamodel
objects implement the AnnotationI interface, and therefore can create the
proper glyph and add it to the map by:
MapGlyphFactory.makeGlyph(AnnotationI.getStart(), AnnotationI.getEnd());
|
AssemblyAdapter | |
ScoredAnnotAdapter |
a data adapter that colors glyphs based on the score of an annotation like
AnnotationAdapter, most of the work is done by a MapGlyphFactory
MapGlyphFactory is not necessarily well suited for this purpose, but they are
adequate
|
SequenceAnnotAdapter |
Copyright © 2021. All rights reserved.