j2d
Class StringAnnotationProcessor

java.lang.Object
  extended by 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


Constructor Summary
StringAnnotationProcessor(java.lang.String annotationString, int x, int y)
           
 
Method Summary
 void draw(java.awt.Graphics g)
           
 java.lang.String getAnnotationString()
           
 void setAnnotationString(java.lang.String annotationString)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringAnnotationProcessor

public StringAnnotationProcessor(java.lang.String annotationString,
                                 int x,
                                 int y)
Method Detail

draw

public void draw(java.awt.Graphics g)
Specified by:
draw in interface Drawable

getAnnotationString

public java.lang.String getAnnotationString()

setAnnotationString

public void setAnnotationString(java.lang.String annotationString)