j2d
Class StringAnnotationProcessor
java.lang.Object
   j2d.StringAnnotationProcessor
j2d.StringAnnotationProcessor
- All Implemented Interfaces: 
- Drawable
- public class StringAnnotationProcessor 
- extends java.lang.Object- implements Drawable
Created by IntelliJ IDEA.
 User: dlyon
 Date: Oct 29, 2008
 Time: 1:53:06 PM
 Copyright DocJava, Inc. 2008
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
StringAnnotationProcessor
public StringAnnotationProcessor(java.lang.String annotationString,
                                 int x,
                                 int y)
draw
public void draw(java.awt.Graphics g)
- 
- Specified by:
- drawin interface- Drawable
 
- 
 
getAnnotationString
public java.lang.String getAnnotationString()
- 
 
- 
 
setAnnotationString
public void setAnnotationString(java.lang.String annotationString)
- 
 
-