X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.g2d%2Fsrc%2Forg%2Fsimantics%2Fg2d%2Felement%2Fhandler%2FOutlineColorSpec.java;h=1c64b69e498d89f357d64f8a5f4c1d10a0ea3b34;hb=fe29fd8956c3881e261ec4eee1cdd2ac27bc0554;hp=4e1c9ab6386a206e4ac2968a518953947d0a602a;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git 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 index 4e1c9ab63..1c64b69e4 100644 --- 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 @@ -1,8 +1,8 @@ -package org.simantics.g2d.element.handler; - -import org.simantics.g2d.element.IElement; - -public interface OutlineColorSpec extends ElementHandler { - void setColor(IElement e, java.awt.Color c); - java.awt.Color getColor(IElement e); -} +package org.simantics.g2d.element.handler; + +import org.simantics.g2d.element.IElement; + +public interface OutlineColorSpec extends ElementHandler { + void setColor(IElement e, java.awt.Color c); + java.awt.Color getColor(IElement e); +}