1 2 package org.w3c.dom.svg;3 4 public interface SVGLinearGradientElement extends 5 SVGGradientElement {6 public SVGAnimatedLength getX1( );7 public SVGAnimatedLength getY1( );8 public SVGAnimatedLength getX2( );9 public SVGAnimatedLength getY2( );10 }11