X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.graphviz%2Fsrc%2Forg%2Fsimantics%2Fgraphviz%2Finternal%2Fxdot%2FShapeCommand.java;fp=bundles%2Forg.simantics.graphviz%2Fsrc%2Forg%2Fsimantics%2Fgraphviz%2Finternal%2Fxdot%2FShapeCommand.java;h=69dbb79a9bf49b757299b9c84282a38e6890da32;hp=0000000000000000000000000000000000000000;hb=969bd23cab98a79ca9101af33334000879fb60c5;hpb=866dba5cd5a3929bbeae85991796acb212338a08 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 index 000000000..69dbb79a9 --- /dev/null +++ b/bundles/org.simantics.graphviz/src/org/simantics/graphviz/internal/xdot/ShapeCommand.java @@ -0,0 +1,10 @@ +package org.simantics.graphviz.internal.xdot; + +import java.awt.Shape; + +public interface ShapeCommand extends DrawCommand { + + + public Shape getShape(); + +}