JAL-2348 custom renderer type
[jalview.git] / src / jalview / datamodel / AlignmentAnnotation.java
index 05688cb..43a1b06 100755 (executable)
@@ -219,6 +219,8 @@ public class AlignmentAnnotation
 
   public static final int LINE_GRAPH = 2;
 
+  public static final int CUSTOMRENDERER = 4;
+
   public boolean belowAlignment = true;
 
   public SequenceGroup groupRef = null;