Package | Description |
---|---|
org.faceless.graph2.tag |
Contains classes that can be used by customers wanting to extend the Tag Library.
|
Modifier and Type | Class and Description |
---|---|
class |
FlashEmbedder
A
Embedder that creates a Flash (SWF) format graph,
using the FlashOutput class. |
class |
PDFEmbedder
A class which may be used as a starting point for rendering "interactive" graphs (i.e
those containing actions like hyperlinks) to PDF.
|
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. |
Modifier and Type | Method and Description |
---|---|
Embedder |
EmbedderFactory.newEmbedder(String type)
Create a new Embedder object
|
Modifier and Type | Method and Description |
---|---|
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-2016 Big Faceless Organization