diff options
Diffstat (limited to 'libbuild/WebCat-swf/src/pt/tumba/parser/swf/Style.java')
| -rw-r--r-- | libbuild/WebCat-swf/src/pt/tumba/parser/swf/Style.java | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libbuild/WebCat-swf/src/pt/tumba/parser/swf/Style.java b/libbuild/WebCat-swf/src/pt/tumba/parser/swf/Style.java deleted file mode 100644 index 74980b279..000000000 --- a/libbuild/WebCat-swf/src/pt/tumba/parser/swf/Style.java +++ /dev/null @@ -1,20 +0,0 @@ -package pt.tumba.parser.swf; - -import java.io.IOException; - -/** - * Common interface for Fill and Line Styles - * - *@author unknown - *@created 15 de Setembro de 2002 - */ -public interface Style { - /** - * Description of the Method - * - *@param out Description of the Parameter - *@param hasAlpha Description of the Parameter - *@exception IOException Description of the Exception - */ - void write(OutStream out, boolean hasAlpha) throws IOException; -} |
