JAL-4059 Tidy getting the namespace, and save the namespace in the Jalview instance...
[jalview.git] / src / jalview / renderer / api / AnnotationRendererFactoryI.java
1 package jalview.renderer.api;
2
3 import jalview.datamodel.AlignmentAnnotation;
4
5 public interface AnnotationRendererFactoryI
6 {
7
8   AnnotationRowRendererI getRendererFor(AlignmentAnnotation row);
9
10 }