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

lightgraph.gui.Paintable Maven / Gradle / Ivy

The newest version!
package lightgraph.gui;

import java.awt.*;

/**
 * Items for the graph panel for creating overlays and the such.
 *
 * User: melkor
 * Date: 9/29/13
 * Time: 9:36 AM
 */
public interface Paintable {

    public void paint(Graphics2D graphics);

}
 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy