Uses of Interface
org.biojava.bio.gui.LogoPainter
-
Packages that use LogoPainter Package Description org.biojava.bio.gui Graphical interfaces for biojava objects. -
-
Uses of LogoPainter in org.biojava.bio.gui
Classes in org.biojava.bio.gui that implement LogoPainter Modifier and Type Class Description class
BarLogoPainter
A logo painter that paints in bars.class
StackedLogoPainter
A logo painter that paints in stacked areas.class
TextLogoPainter
A logo painter that paints in stacked letters.Methods in org.biojava.bio.gui that return LogoPainter Modifier and Type Method Description LogoPainter
DistributionLogo. getLogoPainter()
Retrieve the current logo painter.Methods in org.biojava.bio.gui with parameters of type LogoPainter Modifier and Type Method Description void
DistributionLogo. setLogoPainter(LogoPainter logoPainter)
Set the logo painter.
-