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 }