Uses of Interface
org.biojava.bio.gui.SymbolStyle

Packages that use SymbolStyle
org.biojava.bio.gui Graphical interfaces for biojava objects. 
 

Uses of SymbolStyle in org.biojava.bio.gui
 

Classes in org.biojava.bio.gui that implement SymbolStyle
 class DNAStyle
          A simple implementation of SymbolStyle optimized for DNA.
 class PlainStyle
          A simple implementation of SymbolStyle that just uses a single paint for outlines and a single paint for filling.
 class SimpleSymbolStyle
          A no-frills implementation of SymbolStyle.
 

Methods in org.biojava.bio.gui that return SymbolStyle
 SymbolStyle DistributionLogo.getStyle()
          Retrieve the current style.
 SymbolStyle LogoContext.getStyle()
           
 

Methods in org.biojava.bio.gui with parameters of type SymbolStyle
 void DistributionLogo.setStyle(SymbolStyle style)
           Set the symbol style.