Package | Description |
---|---|
org.biojava.bio.gui.glyph |
Glyphs implementations that draw shapes into SequenceRenderers
|
org.biojava.bio.gui.sequence |
Graphical displays of biological sequences and associated annotations.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrowGlyph
A Glyph that paints an arrow shape within the bounds.
|
class |
HelixGlyph
A Glyph that paints a Helix within the bounds
|
class |
RectangleGlyph
A Glyph that paints a rectangle shape within the bounds.
|
class |
TurnGlyph
A Glyph that paints a wide 'H' line within the bounds
|
class |
TwoHeadedArrowGlyph
A Glyph that paints a two headed arrow within the bounds
|
Modifier and Type | Field and Description |
---|---|
protected List<Glyph> |
GlyphFeatureRenderer.gList |
Modifier and Type | Method and Description |
---|---|
Glyph |
GlyphFeatureRenderer.getGlyphForFilter(FeatureFilter ff)
Returns the
Glyph object which is assigned to the given feature
filter. |
Modifier and Type | Method and Description |
---|---|
void |
GlyphFeatureRenderer.addFilterAndGlyph(FeatureFilter ff,
Glyph g) |
void |
GlyphFeatureRenderer.setGlyphForFilter(FeatureFilter ff,
Glyph glyph)
Allows setting another
Glyph object to be painted for the given
FeatureFilter. |
Copyright © 2014 BioJava. All rights reserved.