Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.nwalsh.xalan
Class FormatDingbatCallout  view FormatDingbatCallout download FormatDingbatCallout.java

java.lang.Object
  extended bycom.nwalsh.xalan.FormatCallout
      extended bycom.nwalsh.xalan.FormatDingbatCallout

public class FormatDingbatCallout
extends FormatCallout

Utility class for the Verbatim extension (ignore this).

Copyright (C) 2000, 2001 Norman Walsh.

Change Log:

1.0

Initial release.


Field Summary
(package private)  int graphicsMax
           
 
Fields inherited from class com.nwalsh.xalan.FormatCallout
dh, foURI, stylesheetFO, xhURI
 
Constructor Summary
FormatDingbatCallout(int max, boolean fo)
           
 
Method Summary
 void formatCallout(org.apache.xml.utils.DOMBuilder rtf, Callout callout)
           
 
Methods inherited from class com.nwalsh.xalan.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

graphicsMax

int graphicsMax
Constructor Detail

FormatDingbatCallout

public FormatDingbatCallout(int max,
                            boolean fo)
Method Detail

formatCallout

public void formatCallout(org.apache.xml.utils.DOMBuilder rtf,
                          Callout callout)
Specified by:
formatCallout in class FormatCallout