~ubuntu-branches/ubuntu/natty/libjaxp1.3-java/natty

« back to all changes in this revision

Viewing changes to org/w3c/dom/svg/SVGFEDiffuseLightingElement.java

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-11-17 14:36:04 UTC
  • mfrom: (3.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20101117143604-o14s4i5mg3sr0s0v
Tags: 1.3.05-1ubuntu1
* Merge with Debian, remaining changes:
  - Adjust versioned conflict with libxalan2-java.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package org.w3c.dom.svg;
 
2
 
 
3
public interface SVGFEDiffuseLightingElement extends 
 
4
               SVGElement,
 
5
               SVGFilterPrimitiveStandardAttributes {
 
6
  public SVGAnimatedString getIn1( );
 
7
  public SVGAnimatedNumber getSurfaceScale( );
 
8
  public SVGAnimatedNumber getDiffuseConstant( );
 
9
  public SVGAnimatedNumber getKernelUnitLengthX( );
 
10
  public SVGAnimatedNumber getKernelUnitLengthY( );
 
11
}