Package com.nwalsh.saxon
Class FormatGraphicCallout
- java.lang.Object
-
- com.nwalsh.saxon.FormatCallout
-
- com.nwalsh.saxon.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.saxon.FormatCallout
foStylesheet, foURI, namePool, xhURI
-
-
Constructor Summary
Constructors Constructor Description FormatGraphicCallout(com.icl.saxon.om.NamePool nPool, java.lang.String path, java.lang.String ext, int max, java.lang.String size, boolean fo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
formatCallout(com.icl.saxon.output.Emitter rtfEmitter, Callout callout)
-
Methods inherited from class com.nwalsh.saxon.FormatCallout
areaID, areaLabel, endSpan, formatTextCallout, startSpan
-
-
-
-
Method Detail
-
formatCallout
public void formatCallout(com.icl.saxon.output.Emitter rtfEmitter, Callout callout)
- Specified by:
formatCallout
in classFormatCallout
-
-