obvious.viz.Renderer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of obvious Show documentation
Show all versions of obvious Show documentation
This is the obvious main core project bundle
The newest version!
package obvious.viz;
import obvious.util.Adaptable;
/**
* Renderer interface.
* @author Hemery
*
*/
public interface Renderer extends Adaptable {
}