]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.graphviz/src/org/simantics/graphviz/internal/xdot/ShapeCommand.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.graphviz / src / org / simantics / graphviz / internal / xdot / ShapeCommand.java
1 package org.simantics.graphviz.internal.xdot;
2
3 import java.awt.Shape;
4
5 public interface ShapeCommand extends DrawCommand {
6         
7         
8         public Shape getShape();
9
10 }