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 classDNAStyleA simple implementation of SymbolStyle optimized for DNA.classPlainStyleA simple implementation of SymbolStyle that just uses a single paint for outlines and a single paint for filling.classSimpleSymbolStyleA no-frills implementation of SymbolStyle.Methods in org.biojava.bio.gui that return SymbolStyle Modifier and Type Method Description SymbolStyleDistributionLogo. getStyle()Retrieve the current style.SymbolStyleLogoContext. getStyle()Methods in org.biojava.bio.gui with parameters of type SymbolStyle Modifier and Type Method Description voidDistributionLogo. setStyle(SymbolStyle style)Set the symbol style.
-