Uses of Interface
org.biojava.bio.gui.glyph.Glyph
Packages that use Glyph
Package
Description
Glyphs implementations that draw shapes into SequenceRenderers
Graphical displays of biological sequences and associated annotations.
-
Uses of Glyph in org.biojava.bio.gui.glyph
Classes in org.biojava.bio.gui.glyph that implement GlyphModifier and TypeClassDescriptionclass
A Glyph that paints an arrow shape within the bounds.class
A Glyph that paints a Helix within the boundsclass
A Glyph that paints a rectangle shape within the bounds.class
A Glyph that paints a wide 'H' line within the boundsclass
A Glyph that paints a two headed arrow within the bounds -
Uses of Glyph in org.biojava.bio.gui.sequence
Fields in org.biojava.bio.gui.sequence with type parameters of type GlyphMethods in org.biojava.bio.gui.sequence that return GlyphModifier and TypeMethodDescriptionGlyphFeatureRenderer.getGlyphForFilter
(FeatureFilter ff) Returns theGlyph
object which is assigned to the given feature filter.Methods in org.biojava.bio.gui.sequence with parameters of type GlyphModifier and TypeMethodDescriptionvoid
GlyphFeatureRenderer.addFilterAndGlyph
(FeatureFilter ff, Glyph g) void
GlyphFeatureRenderer.setGlyphForFilter
(FeatureFilter ff, Glyph glyph) Allows setting anotherGlyph
object to be painted for the given FeatureFilter.