X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Frenderer%2FAnnotationRendererFactory.java;h=85d22c9e14833325d6fec5b22aa360f90d092cf9;hb=refs%2Fheads%2Fpatch%2FJAL-4195_cli_eps_export_npe;hp=db2eb7a295e5a0ef309b025e696a15b46be858c1;hpb=d300c87891d25a5542f47e1bc3cbb9a0b547bb24;p=jalview.git diff --git a/src/jalview/renderer/AnnotationRendererFactory.java b/src/jalview/renderer/AnnotationRendererFactory.java index db2eb7a..85d22c9 100644 --- a/src/jalview/renderer/AnnotationRendererFactory.java +++ b/src/jalview/renderer/AnnotationRendererFactory.java @@ -7,8 +7,7 @@ import jalview.ws.datamodel.alphafold.PAEContactMatrix; import java.util.IdentityHashMap; -public class AnnotationRendererFactory implements - AnnotationRendererFactoryI +public class AnnotationRendererFactory implements AnnotationRendererFactoryI { private static AnnotationRendererFactoryI factory = null; @@ -40,8 +39,9 @@ public class AnnotationRendererFactory implements { return ContactMapRenderer.newPAERenderer(); } - // TODO add potential for configuring renderer directly from the annotation row and/or viewmodel - + // TODO add potential for configuring renderer directly from the + // annotation row and/or viewmodel + } return null; }