Uses of Class
org.faceless.graph2.tag.Embedder

Packages that use Embedder
org.faceless.graph2.tag Contains classes that can be used by customers wanting to extend the Tag Library. 
 

Uses of Embedder in org.faceless.graph2.tag
 

Subclasses of Embedder in org.faceless.graph2.tag
 class FlashEmbedder
          A Embedder that creates a Flash (SWF) format graph, using the FlashOutput class.
 class PNGEmbedder
           An Embedder that creates a bitmap image of the specified graph, and returns it as a PNG to the browser.
 class 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.
 

Methods in org.faceless.graph2.tag that return Embedder
 Embedder EmbedderFactory.newEmbedder(String type)
          Create a new Embedder object
 

Methods in org.faceless.graph2.tag with parameters of type Embedder
 void EmbeddedXMLGraph.doEmbed(Embedder embedder, String id, String servlet, Map pageresources, Map contextresources, Writer pageout, OutputStream imageout)
          Create the graph and the HTML required to embed it using the specified Embedder.
 



Copyright © 2001-2011 Big Faceless Organization