src/org/math/plot/plotObjects/Noteable.java

00001 package org.math.plot.plotObjects;
00002 
00003 import org.math.plot.render.*;
00004 
00010 public interface Noteable {
00011         public double[] isSelected(int[] screenCoord, AbstractDrawer draw);
00012 
00013         public void note(AbstractDrawer draw);
00014 }

Generated on Wed Sep 5 21:44:01 2007 for jmathplot by  doxygen 1.5.1