See: Description
Interface | Description |
---|---|
EmbedderFactory |
Factory interface for a factory returning an
Embedder
object. |
RequestHandler |
A RequestHandler is used to process a request delivererd to the GraphServlet.
|
Class | Description |
---|---|
EmbeddedXMLGraph |
An extension of XMLGraph which handles rollovers, and creates HTML which can be embedded
in a webpage to display the generated Graph.
|
Embedder |
An Embedder is responsible for converting a Graph object to HTML and binary output.
|
FlashEmbedder |
A
Embedder that creates a Flash (SWF) format graph,
using the FlashOutput class. |
GraphContext |
The GraphContext is the equivalent of the
ServletContext , and manages
the generated graphs, their resources and the Embedders/RequestHandlers that
are used to create and serve them. |
GraphServlet |
This is the Servlet that processes web-service requests, and retrieves
images and/or other files created by the Tag Library or a RequestHandler.
|
PDFEmbedder |
A class which may be used as a starting point for rendering "interactive" graphs (i.e
those containing actions like hyperlinks) to PDF.
|
PNGEmbedder |
An Embedder that creates a bitmap image of the specified graph, and
returns it as a PNG to the browser.
|
SVGEmbedder |
This Embedder creates an SVG format Graph using the
SVGOutput
class, and embeds it in the HTML using the <object> and/or <embed> tags. |
Copyright © 2001-2016 Big Faceless Organization