/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package armyc2.c2sd.graphics2d; //import android.graphics.drawable.shapes.Shape; /** * * @author Michael Deutch */ public interface Stroke { public Shape createStrokedShape(Shape s); }