JAL-4235 JAL-3599 Try and report Eclipse Product Version for jalviewjsTranspile....
[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 }