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

Quick Search    Search Deep

com.nwalsh.saxon
Class FormatUnicodeCallout  view FormatUnicodeCallout download FormatUnicodeCallout.java

java.lang.Object
  extended bycom.nwalsh.saxon.FormatCallout
      extended bycom.nwalsh.saxon.FormatUnicodeCallout

public class FormatUnicodeCallout
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)  java.lang.String unicodeFont
           
(package private)  int unicodeMax
           
(package private)  int unicodeStart
           
 
Fields inherited from class com.nwalsh.saxon.FormatCallout
foStylesheet, foURI, namePool, xhURI
 
Constructor Summary
FormatUnicodeCallout(NamePool nPool, java.lang.String font, int start, 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

unicodeMax

int unicodeMax

unicodeStart

int unicodeStart

unicodeFont

java.lang.String unicodeFont
Constructor Detail

FormatUnicodeCallout

public FormatUnicodeCallout(NamePool nPool,
                            java.lang.String font,
                            int start,
                            int max,
                            boolean fo)
Method Detail

formatCallout

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