]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.g2d/src/org/simantics/g2d/element/handler/OutlineColorSpec.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.g2d / src / org / simantics / g2d / element / handler / OutlineColorSpec.java
1 package org.simantics.g2d.element.handler;
2
3 import org.simantics.g2d.element.IElement;
4
5 public interface OutlineColorSpec extends ElementHandler {
6         void setColor(IElement e, java.awt.Color c);
7         java.awt.Color getColor(IElement e);
8 }