/* * ElementTimeControl.java * * Created on April 13, 2007, 11:56 AM * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package com.kitfox.salamander.svg.animation; /** * * @author kitfox */ public interface ElementTimeControl { }