Package org.faceless.graph2.tag

Contains classes that can be used by customers wanting to extend the Tag Library.

See:
          Description

Interface Summary
EmbedderFactory Factory interface for a factory returning an Embedder object.
RequestHandler A RequestHandler is used to process a request delivererd to the GraphServlet.
 

Class Summary
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.
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.
 

Package org.faceless.graph2.tag Description

Contains classes that can be used by customers wanting to extend the Tag Library.



Copyright © 2001-2011 Big Faceless Organization