com.nwalsh.xalan
Class FormatGraphicCallout

java.lang.Object
  extended by com.nwalsh.xalan.FormatCallout
      extended by com.nwalsh.xalan.FormatGraphicCallout

public class FormatGraphicCallout
extends FormatCallout

Utility class for the Verbatim extension (ignore this).

$Id: FormatGraphicCallout.java 7091 2007-07-19 17:07:39Z mzjn $

Copyright (C) 2000, 2001 Norman Walsh.

Change Log:

1.0

Initial release.

See Also:
Verbatim

Field Summary
 
Fields inherited from class com.nwalsh.xalan.FormatCallout
foURI, stylesheetFO, xhURI
 
Constructor Summary
FormatGraphicCallout(java.lang.String path, java.lang.String ext, int max, java.lang.String size, boolean fo)
           
 
Method Summary
 void formatCallout(org.apache.xml.utils.DOMBuilder rtf, Callout callout)
           
 
Methods inherited from class com.nwalsh.xalan.FormatCallout
areaID, areaLabel, endSpan, formatTextCallout, startSpan
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatGraphicCallout

public FormatGraphicCallout(java.lang.String path,
                            java.lang.String ext,
                            int max,
                            java.lang.String size,
                            boolean fo)
Method Detail

formatCallout

public void formatCallout(org.apache.xml.utils.DOMBuilder rtf,
                          Callout callout)
Specified by:
formatCallout in class FormatCallout