Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / src / javajs / api / GenericColor.java
index 7152124..57cf169 100644 (file)
@@ -1,19 +1,19 @@
-package javajs.api;\r
-\r
-/**\r
- * GenericColor allows both java.awt.Color and javajs.awt.Color to be\r
- * handled by methods that need not distinguish between them. It is used\r
- * in the javajs package for the background color of a javajs.swing.JComponent\r
- * \r
- * @author hansonr\r
- *\r
- */\r
-public interface GenericColor {\r
-\r
-       int getRGB();\r
-\r
-       int getOpacity255();\r
-\r
-       void setOpacity255(int a);\r
-       \r
-}\r
+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);
+       
+}