org.cogchar.sight.api.obs.IAnnotatingObserver Maven / Gradle / Ivy
/*
* AnnotatingObserver.java
*
* Created on Jul 24, 2007, 2:40:23 PM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package org.cogchar.sight.api.obs;
import java.awt.Graphics;
/**
*
* @author josh
*/
public interface IAnnotatingObserver {
public void Annotate(Graphics g);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy