001/*
002 * To change this template, choose Tools | Templates
003 * and open the template in the editor.
004 */
005package armyc2.c5isr.graphics2d;
006//import android.graphics.drawable.shapes.Shape;
007/**
008 *
009*
010 */
011public interface Stroke {
012    public Shape createStrokedShape(Shape s);
013}