JAL-3032 upgrade to Jmol 14.29.17; clearing of src2 directory
[jalview.git] / src2 / javajs / api / GenericColor.java
diff --git a/src2/javajs/api/GenericColor.java b/src2/javajs/api/GenericColor.java
deleted file mode 100644 (file)
index 57cf169..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-package javajs.api;
-
-/**
- * GenericColor allows both java.awt.Color and javajs.awt.Color to be
- * handled by methods that need not distinguish between them. It is used
- * in the javajs package for the background color of a javajs.swing.JComponent
- * 
- * @author hansonr
- *
- */
-public interface GenericColor {
-
-       int getRGB();
-
-       int getOpacity255();
-
-       void setOpacity255(int a);
-       
-}