com.nwalsh.saxon
Class FormatGraphicCallout

java.lang.Object
  extended bycom.nwalsh.saxon.FormatCallout
      extended bycom.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

Field Summary
(package private)  java.lang.String graphicsExt
           
(package private)  int graphicsMax
           
(package private)  java.lang.String graphicsPath
           
 
Fields inherited from class com.nwalsh.saxon.FormatCallout
foStylesheet, foURI, namePool, xhURI
 
Constructor Summary
FormatGraphicCallout(NamePool nPool, java.lang.String path, java.lang.String ext, int max, boolean fo)
           
 
Method Summary
 void formatCallout(Emitter rtfEmitter, Callout callout)
           
 
Methods inherited from class com.nwalsh.saxon.FormatCallout
areaLabel, endSpan, formatTextCallout, startSpan
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

graphicsPath

java.lang.String graphicsPath

graphicsExt

java.lang.String graphicsExt

graphicsMax

int graphicsMax
Constructor Detail

FormatGraphicCallout

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

formatCallout

public void formatCallout(Emitter rtfEmitter,
                          Callout callout)
Specified by:
formatCallout in class FormatCallout