com.nwalsh.saxon

Class 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:

See Also:
Verbatim

Field Summary

Fields inherited from class com.nwalsh.saxon.FormatCallout

foStylesheet, foURI, namePool, xhURI

Constructor Summary

FormatGraphicCallout(NamePool nPool, String path, String ext, int max, String size, boolean fo)

Method Summary

void
formatCallout(Emitter rtfEmitter, Callout callout)

Methods inherited from class com.nwalsh.saxon.FormatCallout

areaID, areaLabel, endSpan, formatCallout, formatTextCallout, startSpan

Constructor Details

FormatGraphicCallout

public FormatGraphicCallout(NamePool nPool,
                            String path,
                            String ext,
                            int max,
                            String size,
                            boolean fo)

Method Details

formatCallout

public void formatCallout(Emitter rtfEmitter,
                          Callout callout)
Overrides:
formatCallout in interface FormatCallout