edu.northwestern.at.wordhoard.model.annotations
Class AuthoredTextAnnotation.Context

java.lang.Object
  extended by edu.northwestern.at.wordhoard.model.annotations.AuthoredTextAnnotation.Context
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
AuthoredTextAnnotation

protected class AuthoredTextAnnotation.Context
extends java.lang.Object
implements java.lang.Cloneable

Text generation context.


Constructor Summary
protected AuthoredTextAnnotation.Context()
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthoredTextAnnotation.Context

protected AuthoredTextAnnotation.Context()
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object