X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.graphviz%2Fsrc%2Forg%2Fsimantics%2Fgraphviz%2Finternal%2Fxdot%2FShapeCommand.java;h=e69ec655cab701606bed0375828a7475d9bd7092;hb=91e878ce39c9db112d658b3236f29a13e12724e6;hp=69dbb79a9bf49b757299b9c84282a38e6890da32;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.graphviz/src/org/simantics/graphviz/internal/xdot/ShapeCommand.java b/bundles/org.simantics.graphviz/src/org/simantics/graphviz/internal/xdot/ShapeCommand.java index 69dbb79a9..e69ec655c 100644 --- a/bundles/org.simantics.graphviz/src/org/simantics/graphviz/internal/xdot/ShapeCommand.java +++ b/bundles/org.simantics.graphviz/src/org/simantics/graphviz/internal/xdot/ShapeCommand.java @@ -1,10 +1,10 @@ -package org.simantics.graphviz.internal.xdot; - -import java.awt.Shape; - -public interface ShapeCommand extends DrawCommand { - - - public Shape getShape(); - -} +package org.simantics.graphviz.internal.xdot; + +import java.awt.Shape; + +public interface ShapeCommand extends DrawCommand { + + + public Shape getShape(); + +}