]> gerrit.simantics Code Review - simantics/platform.git/blob - simantics/g2d/element/handler/OutlineColorSpec.java
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / simantics / g2d / element / handler / OutlineColorSpec.java
1 package org.simantics.g2d.element.handler;\r
2 \r
3 import org.simantics.g2d.element.IElement;\r
4 \r
5 public interface OutlineColorSpec extends ElementHandler {\r
6         void setColor(IElement e, java.awt.Color c);\r
7         java.awt.Color getColor(IElement e);\r
8 }\r