]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graphviz/src/org/simantics/graphviz/internal/xdot/ShapeCommand.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.graphviz / src / org / simantics / graphviz / internal / xdot / ShapeCommand.java
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
new file mode 100644 (file)
index 0000000..69dbb79
--- /dev/null
@@ -0,0 +1,10 @@
+package org.simantics.graphviz.internal.xdot;\r
+\r
+import java.awt.Shape;\r
+\r
+public interface ShapeCommand extends DrawCommand {\r
+       \r
+       \r
+       public Shape getShape();\r
+\r
+}\r