package a;

import ca.tecreations.Pixel;

import java.util.List;
/**
 *
 * @author Tim
 */
public class AnimatedCursor {

    List<List<Pixel>> deltasPixelsPerPage;
    
    public AnimatedCursor() {}
    
}
