|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
SVGLineChart,
SVGBarChart, SVGStackBarChart, SVGPieChart
and SVGMeter
from
documents which conform to the documented data input schemas.DataInputProcessingException
with the
specified error code and the data element tag name.
DataInputProcessingException
with the
specified detail message, the error code and the data element tag
name.
DataInputProcessingException
with the
specified detail message, the error code, the data element tag
name and the widget type.
DataInputProcessingException
with the
specified detail message.
ECMAScriptGenerator
generates the (ECMA 1.0-compliant) JavaScript functions
needed to support browser-based user interaction with GraphicDocumentGenerators
that generate Scalable Vector Graphics (SVG).Document
object based on the input data and
returns it XML-serialized to a String
.
Document
object by based on the input data and then
XML-serializes it to the specified filename on the local machine where this object
is executing.
PieChartDataRetriever
, this
method throws DataInputProcessingException
for codes MISSING_TOTALS,
MISSING_PERCENTAGES
.
Document
object based on input data
Document
object which provides the configuration data
for the graphic generated by this object or null
if none has been
set.
Document
object which provides the content data
for the graphic generated by this object or null
if none has been
set.
Document
object generated by this object or null
if none has been generated.
IGraphicDocumentGenerator
interface to an object
which generates the specified graphic type or null
if the
type is not recognized.
null
if the graphic does not support a legend or no title has been specified.
null
if none has been specified.
null
if none has been specified.
null
if none has been specified.
null
if none has been specified .
GraphicDocumentGenerator
is an abstract base class for classes which take
content data input as Document Object Model (DOM) objects and then generate DOM objects
which represent graphic visualizations of that content data.IDataInputConstants
interface provides
constants which map to the tag names defined in the data input
schemas and other miscellaneous values used by the classes.IDataInputProcessingExceptionCodes
interface holds
the error codes used when raising exceptions of type
DataInputProcessingException
.IGraphicDocumentGenerator
interface provides users with access
to objects which generate graphic visualizations of (potentially) dynamic input data.IGraphicDocumentStyle
interface defines the default CSS style rules, colour
palettes, and other basic or default style attributes of the graphic.IGraphicTypeConstants
interface contains constants
denoting the known generated types.SVGMeter
from
documents which conform to the documented data input schemas.SVGPieChart
from
documents which conform to the documented data input schemas.int
.
int
.
Document
object to the specified location
on the physical machine where this object is executing.
Document
object as a byte array.
Document
object as a String
.
configDocument
has not been
set, retrieves the configuration data from that document.
configDocument
has not been
set, retrieves the configuration data from that document.
configDocument
has not been
set, retrieves the configuration data from that document.
configDocument
is null
will configuration data be retrieved from this document.
SVGBarChart
generates a bar chart graphic DOM using Scalable Vector Graphics (SVG).SVGDocumentGenerator
implements document-building methods
which are common to SVG document-based charts.SVGLineChart
generates a line chart graphic DOM using Scalable Vector Graphics (SVG).SVGMeter
generates a meter graphic DOM using Scalable Vector Graphics (SVG).SVGPieChart
generates a pie chart graphic DOM using Scalable Vector Graphics (SVG).SVGStackBarChart
generates a stacked bar chart graphic DOM using Scalable Vector Graphics (SVG).SVGXYChart
is an abstract base class providing implementation of methods
common to classes generating SVG graphics which have x,y axes.SVGLineChart,
SVGBarChart
and SVGStackBarChart
from documents which
conform to the documented data input schemas.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |