/* * SVGAnimatedInteger.java * * Created on April 12, 2007, 12:48 PM * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package com.kitfox.salamander.svg.basic; /** * * Used for attributes of basic type 'length' which can be animated. * @author kitfox */ public interface SVGAnimatedLength extends SVGAnimatedDataType { }