package org.simantics.graphviz.internal.xdot; import java.awt.Shape; public interface ShapeCommand extends DrawCommand { public Shape getShape(); }