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

de.fraunhofer.iosb.ilt.configurableexample.Shape Maven / Gradle / Ivy

There is a newer version: 0.36
Show newest version
package de.fraunhofer.iosb.ilt.configurableexample;

import de.fraunhofer.iosb.ilt.configurable.Configurable;

/**
 * The interface that our shapes implement.
 *
 * @author scf
 */
public interface Shape extends Configurable {

    public void paintMe();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy