com.nwalsh.saxon
Class FormatCallout

java.lang.Object
  extended bycom.nwalsh.saxon.FormatCallout
Direct Known Subclasses:
FormatGraphicCallout, FormatTextCallout, FormatUnicodeCallout

public abstract class FormatCallout
extends Object

Utility class for the Verbatim extension (ignore this).

$Id: FormatCallout.java,v 1.2 2001/07/31 18:35:35 nwalsh Exp $

Copyright (C) 2000, 2001 Norman Walsh.

Change Log:

1.0

Initial release.

Version:
$Id: FormatCallout.java,v 1.2 2001/07/31 18:35:35 nwalsh Exp $
Author:
Norman Walsh ndw@nwalsh.com
See Also:
Verbatim

Field Summary
protected  boolean foStylesheet
           
protected static String foURI
           
protected  NamePool namePool
           
protected static String xhURI
           
 
Constructor Summary
FormatCallout(NamePool nPool, boolean fo)
           
 
Method Summary
 String areaLabel(Element area)
           
 void endSpan(Emitter rtf)
           
abstract  void formatCallout(Emitter rtfEmitter, Callout callout)
           
 void formatTextCallout(Emitter rtfEmitter, Callout callout)
           
 void startSpan(Emitter rtf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

foURI

protected static final String foURI
See Also:
Constant Field Values

xhURI

protected static final String xhURI
See Also:
Constant Field Values

foStylesheet

protected boolean foStylesheet

namePool

protected NamePool namePool
Constructor Detail

FormatCallout

public FormatCallout(NamePool nPool,
                     boolean fo)
Method Detail

areaLabel

public String areaLabel(Element area)

startSpan

public void startSpan(Emitter rtf)
               throws TransformerException
Throws:
TransformerException

endSpan

public void endSpan(Emitter rtf)
             throws TransformerException
Throws:
TransformerException

formatTextCallout

public void formatTextCallout(Emitter rtfEmitter,
                              Callout callout)

formatCallout

public abstract void formatCallout(Emitter rtfEmitter,
                                   Callout callout)