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 classBarLogoPainterA logo painter that paints in bars.classStackedLogoPainterA logo painter that paints in stacked areas.classTextLogoPainterA logo painter that paints in stacked letters.Methods in org.biojava.bio.gui that return LogoPainter Modifier and Type Method Description LogoPainterDistributionLogo. getLogoPainter()Retrieve the current logo painter.Methods in org.biojava.bio.gui with parameters of type LogoPainter Modifier and Type Method Description voidDistributionLogo. setLogoPainter(LogoPainter logoPainter)Set the logo painter.
-