org.jmat.gui.plotObjects
Class Comment

java.lang.Object
  |
  +--org.jmat.gui.plotObjects.Label
        |
        +--org.jmat.gui.plotObjects.Comment
All Implemented Interfaces:
Noteable, Plotable

public class Comment
extends Label
implements Noteable


Field Summary
 
Fields inherited from class org.jmat.gui.plotObjects.Label
color, coord, cornerE, cornerN, label
 
Constructor Summary
Comment(java.lang.String t, Coord c)
           
 
Method Summary
 void note(java.awt.Graphics comp)
           
 boolean tryNote(int[] screenCoord)
           
 boolean tryNote(int[] screenCoord, java.awt.Graphics comp)
           
 
Methods inherited from class org.jmat.gui.plotObjects.Label
approx, coordToString, plot, setCorner, setOffset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Comment

public Comment(java.lang.String t,
               Coord c)
Method Detail

tryNote

public boolean tryNote(int[] screenCoord,
                       java.awt.Graphics comp)
Specified by:
tryNote in interface Noteable

tryNote

public boolean tryNote(int[] screenCoord)
Specified by:
tryNote in interface Noteable

note

public void note(java.awt.Graphics comp)
Specified by:
note in interface Noteable