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

com.astamuse.asta4d.render.Renderable Maven / Gradle / Ivy

Go to download

core functionalities of asta4d framework, including template and snippt implemention

There is a newer version: 1.2-M2
Show newest version
package com.astamuse.asta4d.render;

/**
 * A callback interface that allows delay the rendering logic until the real rendering is required
 * 
 * @author e-ryu
 * 
 */
public interface Renderable {
    public Renderer render();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy