summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/salamander/svg/animation/ElementTimeControl.java
blob: 1c5599819ea228c411ad317d36ec3fd8789dc1f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * 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
{
    
}