Uses of Interface
org.biojava.bio.gui.glyph.Glyph
-
Packages that use Glyph Package Description org.biojava.bio.gui.glyph Glyphs implementations that draw shapes into SequenceRenderersorg.biojava.bio.gui.sequence 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 Glyph Modifier and Type Class Description classArrowGlyphA Glyph that paints an arrow shape within the bounds.classHelixGlyphA Glyph that paints a Helix within the boundsclassRectangleGlyphA Glyph that paints a rectangle shape within the bounds.classTurnGlyphA Glyph that paints a wide 'H' line within the boundsclassTwoHeadedArrowGlyphA 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 Glyph Modifier and Type Field Description protected List<Glyph>GlyphFeatureRenderer. gListMethods in org.biojava.bio.gui.sequence that return Glyph Modifier and Type Method Description GlyphGlyphFeatureRenderer. getGlyphForFilter(FeatureFilter ff)Returns theGlyphobject which is assigned to the given feature filter.Methods in org.biojava.bio.gui.sequence with parameters of type Glyph Modifier and Type Method Description voidGlyphFeatureRenderer. addFilterAndGlyph(FeatureFilter ff, Glyph g)voidGlyphFeatureRenderer. setGlyphForFilter(FeatureFilter ff, Glyph glyph)Allows setting anotherGlyphobject to be painted for the given FeatureFilter.
-