Uses of Interface
org.biojava.bio.gui.SymbolStyle
-
Packages that use SymbolStyle Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description SymbolStyle
DistributionLogo. getStyle()
Retrieve the current style.SymbolStyle
LogoContext. getStyle()
Methods in org.biojava.bio.gui with parameters of type SymbolStyle Modifier and Type Method Description void
DistributionLogo. setStyle(SymbolStyle style)
Set the symbol style.
-