com.nwalsh.xalan
Class FormatGraphicCallout
java.lang.Object
com.nwalsh.xalan.FormatCallout
com.nwalsh.xalan.FormatGraphicCallout
public class FormatGraphicCallout
- extends FormatCallout
Utility class for the Verbatim extension (ignore this).
$Id: FormatGraphicCallout.java,v 1.1 2001/04/02 13:03:45 nwalsh Exp $
Copyright (C) 2000, 2001 Norman Walsh.
Change Log:
- 1.0
Initial release.
- Version:
- $Id: FormatGraphicCallout.java,v 1.1 2001/04/02 13:03:45 nwalsh Exp $
- Author:
- Norman Walsh
ndw@nwalsh.com
- See Also:
Verbatim
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
graphicsPath
String graphicsPath
graphicsExt
String graphicsExt
graphicsMax
int graphicsMax
FormatGraphicCallout
public FormatGraphicCallout(String path,
String ext,
int max,
boolean fo)
formatCallout
public void formatCallout(DOMBuilder rtf,
Callout callout)
- Specified by:
formatCallout
in class FormatCallout