All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wings.plaf.AnimationCG Maven / Gradle / Ivy

The newest version!
package org.wings.plaf;

import org.wings.animation.SAnimation;
import org.wings.io.Device;

public interface AnimationCG extends ComponentCG {
	@Override
    public void write(Device device, A animation);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy