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,v 1.1 2001/07/16 21:23:57 nwalsh Exp $
Copyright (C) 2000, 2001 Norman Walsh.
Change Log:
- 1.0
Initial release.
- Version:
- $Id: FormatGraphicCallout.java,v 1.1 2001/07/16 21:23:57 nwalsh Exp $
- Author:
- Norman Walsh
ndw@nwalsh.com
- See Also:
Verbatim
Constructor Summary |
FormatGraphicCallout(com.icl.saxon.om.NamePool nPool,
java.lang.String path,
java.lang.String ext,
int max,
boolean fo)
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
graphicsPath
java.lang.String graphicsPath
graphicsExt
java.lang.String graphicsExt
graphicsMax
int graphicsMax
FormatGraphicCallout
public FormatGraphicCallout(com.icl.saxon.om.NamePool nPool,
java.lang.String path,
java.lang.String ext,
int max,
boolean fo)
formatCallout
public void formatCallout(com.icl.saxon.output.Emitter rtfEmitter,
Callout callout)
- Overrides:
formatCallout
in class FormatCallout