Code

False trunk directory removal
[inkscape.git] / trunk / src / bind / java / org / w3c / dom / svg / SVGFEColorMatrixElement.java
diff --git a/trunk/src/bind/java/org/w3c/dom/svg/SVGFEColorMatrixElement.java b/trunk/src/bind/java/org/w3c/dom/svg/SVGFEColorMatrixElement.java
deleted file mode 100644 (file)
index 6aac0e3..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFEColorMatrixElement extends 
-               SVGElement,
-               SVGFilterPrimitiveStandardAttributes {
-  // Color Matrix Types
-  public static final short SVG_FECOLORMATRIX_TYPE_UNKNOWN          = 0;
-  public static final short SVG_FECOLORMATRIX_TYPE_MATRIX           = 1;
-  public static final short SVG_FECOLORMATRIX_TYPE_SATURATE         = 2;
-  public static final short SVG_FECOLORMATRIX_TYPE_HUEROTATE        = 3;
-  public static final short SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4;
-
-  public SVGAnimatedString      getIn1( );
-  public SVGAnimatedEnumeration getType( );
-  public SVGAnimatedNumberList  getValues( );
-}