Multivalent API

Uses of Class
multivalent.MediaAdaptor

Packages that use MediaAdaptor
multivalent Core system classes. 
multivalent.std.adaptor Media adaptors guaranteed to be available locally: HTML, UNIX manual page, directory, FTP directory, ... 
multivalent.std.adaptor.pdf PDF manipulation: read, render, modify, write.
 

Uses of MediaAdaptor in multivalent
 

Methods in multivalent that return MediaAdaptor
 MediaAdaptor Document.getMediaAdaptor()
          Returns (primary) media adaptor that created document tree.
 

Methods in multivalent with parameters of type MediaAdaptor
 void Document.setMediaAdaptor(MediaAdaptor me)
           
 

Uses of MediaAdaptor in multivalent.std.adaptor
 

Subclasses of MediaAdaptor in multivalent.std.adaptor
 class AppleWorksWP
          Media adaptor for Apple II AppleWorks 3.0 Word Processor (AWP) Throws out pagination, tabstops, spacing, margins.
 class ASCII
          Media adaptor for plain old ASCII files (.txt => doc tree) groups lines into heuristically determined paragraphs (two styles of paragraph: blank line between and indended) MUST RETAIN SPACES, WHICH THIS PRESENTLY DOESN'T.
 class DirectoryFTP
          Media adaptor that displays contents of a FTP directory with links to files and other directories.
 class DirectoryLocal
          MediaAdaptor that displays contents of a local directory.
 class FontSampler
          Show sampler of characters in font file.
 class HexDump
          Like od and strings, simple hex/ASCII dump catch all for general binary data that the user nevertheless wants to view.
 class HTML
          Media adaptor for HTML (.html => document tree).
 class JavaClass
          Media adaptor for displaying information about Java .class files.
 class ManualPage
          Media adaptor for UNIX manual pages (directly from roff -man source).
 class ML
          Abstract superclass for XML and HTML.
 class MultivalentAdaptor
          Multivalent hub document adaptor.
 class PerlPOD
          Media adaptor for Perl "Plain Old Documentation" (POD).
 class RawImage
          MediaAdaptor that builds tree to show raw image, PNG/JPEG/GIF/XBM.
 class RPM
          Media adaptor for RPM files.
 class Tar
          Show contents of UNIX tape archive (Tar) files, with links so can click and view internal file.
 class Texinfo
          Media adaptor for GNU's Texinfo format.
 class Unsupported
          For unsupported document types, say so, and tell user how to see ASCII version.
 class XML
          An ever-closer approximation to the XML specification, which itself is a moving target.
 class Zip
          Show contents of Zip files, with links so can click and view internal file.
 

Uses of MediaAdaptor in multivalent.std.adaptor.pdf
 

Subclasses of MediaAdaptor in multivalent.std.adaptor.pdf
 class PDF
          Parse a page of PDF and display with Java 2's 2D API.
 


Multivalent API