SensorImageGenerator.java :  » UnTagged » educationalrobots » vp » sim » Android Open Source

Android Open Source » UnTagged » educationalrobots 
educationalrobots » vp » sim » SensorImageGenerator.java
package vp.sim;

import java.awt.geom.Rectangle2D;

public interface SensorImageGenerator {
  public abstract boolean isSensed(double x, double y);
  public abstract Rectangle2D getOrientationFreeBounds(double x, double y);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.