]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.g2d/src/org/simantics/g2d/element/handler/OutlineColorSpec.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.g2d / src / org / simantics / g2d / element / handler / OutlineColorSpec.java
diff --git a/bundles/org.simantics.g2d/src/org/simantics/g2d/element/handler/OutlineColorSpec.java b/bundles/org.simantics.g2d/src/org/simantics/g2d/element/handler/OutlineColorSpec.java
new file mode 100644 (file)
index 0000000..4e1c9ab
--- /dev/null
@@ -0,0 +1,8 @@
+package org.simantics.g2d.element.handler;\r
+\r
+import org.simantics.g2d.element.IElement;\r
+\r
+public interface OutlineColorSpec extends ElementHandler {\r
+       void setColor(IElement e, java.awt.Color c);\r
+       java.awt.Color getColor(IElement e);\r
+}\r