org.jmat.gui.plotObjects
Interface Noteable

All Known Implementing Classes:
Comment, Plot, RelativeCoord

public interface Noteable


Method Summary
 void note(java.awt.Graphics comp)
           
 boolean tryNote(int[] screenCoord)
           
 boolean tryNote(int[] screenCoord, java.awt.Graphics comp)
           
 

Method Detail

tryNote

public boolean tryNote(int[] screenCoord,
                       java.awt.Graphics comp)

tryNote

public boolean tryNote(int[] screenCoord)

note

public void note(java.awt.Graphics comp)