A B C D E F G H I L M N P R S T V W X Y

A

ACTUAL_RATE - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
addAxisLabels(Element, String[], String[]) - Method in class com.ibm.etools.pd.widget.viewer.SVGXYChart
Adds the axis data labels to the x- and y-axes.
addBorder(Element) - Method in class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
Adds a border around this object's graphic and places preference icon.
addEachTextBox(Element, double, double, double, double, String, int, int, String) - Method in class com.ibm.etools.pd.widget.viewer.SVGXYChart
Add one text box (with a value inside it)
addGraphicColourPalette(String, String[]) - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Adds the specified colour palette to the set of colour palettes which are available for the graphic generated by this object.
addGraphicColourPalette(String, String[]) - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
addGrid(Element, int, int, String[]) - Method in class com.ibm.etools.pd.widget.viewer.SVGXYChart
Adds the grid for the x,y axes and draws tick lines on them, positioning them based on the y-axis marker values.
addJavaScriptFunctions(Element, int) - Method in class com.ibm.etools.pd.widget.viewer.SVGXYChart
 
addJavaScriptFunctions(Element, int) - Method in class com.ibm.etools.pd.widget.viewer.SVGPieChart
 
addJavaScriptFunctions(Element, int) - Method in class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
Adds the JavaScript functions required by this object's graphic.
addLabel(Element, String, String, double, double, int) - Method in class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
Convenience method for adding text elements to this object's graphic.
addLegend(Element, String[], int, int) - Method in class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
Adds the legend to this object's graphic.
addLegendShapes(Element, int, int, int, int) - Method in class com.ibm.etools.pd.widget.viewer.SVGLineChart
 
addLegendShapes(Element, int, int, int, int) - Method in class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
Adds the legend shapes to this object's graphic.
addPreferenceIcon(Element) - Method in class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
Adds the preferences icon to this object's graphic.
addTimeStamp(Element, String) - Method in class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
Adds the timestamp to this object's graphic
addTitle(Element) - Method in class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
Adds the main title to this object's graphic for display in the border region.
addTitles(Element, Hashtable) - Method in class com.ibm.etools.pd.widget.viewer.SVGXYChart
Adds the titles to the SVG graphic.
addTitles(Element, Hashtable) - Method in class com.ibm.etools.pd.widget.viewer.SVGPieChart
Adds the titles to the SVG graphic.
axisLabelFontSize - Variable in class com.ibm.etools.pd.widget.viewer.SVGXYChart
 

B

BAR_CHART - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicTypeConstants
The generated type is a bar (column) chart.
BAR_PREFS - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
BAR_PREFS_HEIGHT - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
BASIC_FONT - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
BASIC_FONT = "Arial, sans-serif"
BASIC_FONTSIZE - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
BASIC_FONTSIZE = 8
BASIC_FONTSTYLE - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
BASIC_FONTSTYLE = "font-weight:normal; font-style:normal; font-family:Arial; fill:#000000;"
BASIC_HEIGHT - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
BASIC_HEIGHT = 300
BASIC_SHOW_PERCENTS - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
BASIC_SHOW_PERCENTS = "0n"
BASIC_SHOW_SHAPES - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
BASIC_SHOW_SHAPES = "On"
BASIC_SHOW_VALUES - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
BASIC_SHOW_VALUES = "0ff"
BASIC_WIDTH - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
BASIC_WIDTH = 365

C

calculateDashGridYPositions(String[]) - Method in class com.ibm.etools.pd.widget.viewer.SVGXYChart
Calculate the y position of all dash grid lines
CATEGORIZATION - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
CATEGORY - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
CATEGORY_ID_MISMATCH - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
CATEGORY_ID_MISMATCH = 100
com.ibm.etools.pd.widget.viewer - package com.ibm.etools.pd.widget.viewer
Provides classes for creating document generators which can produce graphics based on dynamic content data and render those graphics in various formats, for example, Scalable Vector Graphics (SVG), as appropriate for the device on which they are to be displayed, for example, a web browser.
COMMON_STYLE - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
CSS default common style rule.
CommonDataRetriever - class com.ibm.etools.pd.widget.viewer.CommonDataRetriever.
Common data retrieval methods which retrieve data of interest to SVGLineChart, SVGBarChart, SVGStackBarChart, SVGPieChart and SVGMeter from documents which conform to the documented data input schemas.
configDocument - Variable in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
Configuration document
configDocument - Variable in class com.ibm.etools.pd.widget.viewer.CommonDataRetriever
Document containing configuration data.
CONFIGURATION - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
CONTEXT - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
createDOMTextElement(String, String, String, String, int) - Method in class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
Convenience method for creating DOM text nodes.
createGraphicColourPalettes() - Method in class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
Creates the documented colour palettes for this object's graphic.
createSvgDocument(DOMImplementation) - Method in class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
Creates the required document elements for this object's graphic.

D

dataDocument - Variable in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
Data document
dataDocument - Variable in class com.ibm.etools.pd.widget.viewer.CommonDataRetriever
Document containing data update.
DataInputProcessingException - exception com.ibm.etools.pd.widget.viewer.DataInputProcessingException.
Signals that the XML data cannot be processed by the consuming widget.
DataInputProcessingException() - Constructor for class com.ibm.etools.pd.widget.viewer.DataInputProcessingException
Default constructor.
DataInputProcessingException(int, String) - Constructor for class com.ibm.etools.pd.widget.viewer.DataInputProcessingException
Constructs a DataInputProcessingException with the specified error code and the data element tag name.
DataInputProcessingException(String, int, String) - Constructor for class com.ibm.etools.pd.widget.viewer.DataInputProcessingException
Constructs a DataInputProcessingException with the specified detail message, the error code and the data element tag name.
DataInputProcessingException(String, int, String, String) - Constructor for class com.ibm.etools.pd.widget.viewer.DataInputProcessingException
Constructs a DataInputProcessingException with the specified detail message, the error code, the data element tag name and the widget type.
DataInputProcessingException(String, String) - Constructor for class com.ibm.etools.pd.widget.viewer.DataInputProcessingException
Constructs a DataInputProcessingException with the specified detail message.
DATAPOINT - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
dataRetriever - Variable in class com.ibm.etools.pd.widget.viewer.SVGXYChart
Provides methods for retrieving the data from the configuration and data documents.
DATASET - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
DATAUPDATE - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
DESCRIPTION - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
DOMDataRetriever - class com.ibm.etools.pd.widget.viewer.DOMDataRetriever.
Convenience class for accessing DOM elements and attributes.
DUPLICATE_POSITION_NUMBER - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
DUPLICATE_POSITION_NUMBER = 101

E

EARTH - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
EARTH_PALETTE - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
EARTH = #993333, #CC6633, #FF6600, #996633, #FF9900, #FFCC66, #CC9900, #999933, #CCCC00, #FFFF00, #669966, #99CC99, #336633, #669999, #99CCCC
ECMAScriptGenerator - class com.ibm.etools.pd.widget.viewer.ECMAScriptGenerator.
ECMAScriptGenerator generates the (ECMA 1.0-compliant) JavaScript functions needed to support browser-based user interaction with GraphicDocumentGenerators that generate Scalable Vector Graphics (SVG).
ECMAScriptGenerator() - Constructor for class com.ibm.etools.pd.widget.viewer.ECMAScriptGenerator
 
EMPTY_STRING - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 

F

FONT - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 

G

generateAndSerialize() - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Generates a graphic Document object based on the input data and returns it XML-serialized to a String.
generateAndSerialize() - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
generateAndSerializeTo(String) - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Generates a graphic 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.
generateAndSerializeTo(String) - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
generateClientSnifferVariables() - Method in class com.ibm.etools.pd.widget.viewer.ECMAScriptGenerator
Generates browser information variables for use in browser specific code.
generateCookieFunctions() - Method in class com.ibm.etools.pd.widget.viewer.ECMAScriptGenerator
Generates an event handler for reading and writing cookies.
generatedDocument - Variable in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
Graphic document
generateGetCurrentValuesFunction() - Method in class com.ibm.etools.pd.widget.viewer.ECMAScriptGenerator
Generates a function which returns the current preference values
generateGetPalettesFunction() - Method in class com.ibm.etools.pd.widget.viewer.ECMAScriptGenerator
Generates a function which returns the set of available palettes.
generateGetPreferencesFunction(String) - Method in class com.ibm.etools.pd.widget.viewer.ECMAScriptGenerator
Generates an event handler which retrieves user preference styles from cookie
generateGlobalVariables() - Method in class com.ibm.etools.pd.widget.viewer.ECMAScriptGenerator
Generates global variables for use in HTML functions.
generateGraphicDocument() - Method in class com.ibm.etools.pd.widget.viewer.SVGStackBarChart
 
generateGraphicDocument() - Method in class com.ibm.etools.pd.widget.viewer.SVGPieChart
In addition to those thrown by PieChartDataRetriever, this method throws DataInputProcessingException for codes MISSING_TOTALS, MISSING_PERCENTAGES.
generateGraphicDocument() - Method in class com.ibm.etools.pd.widget.viewer.SVGMeter
 
generateGraphicDocument() - Method in class com.ibm.etools.pd.widget.viewer.SVGLineChart
 
generateGraphicDocument() - Method in class com.ibm.etools.pd.widget.viewer.SVGBarChart
 
generateGraphicDocument() - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Generates and returns a graphic Document object based on input data
generateGraphicDocument() - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
generateInitFunction(Hashtable, String, String, String) - Method in class com.ibm.etools.pd.widget.viewer.ECMAScriptGenerator
Generates an event handler which performs initialization functions.
generateInspectFunction() - Method in class com.ibm.etools.pd.widget.viewer.ECMAScriptGenerator
Generates an event handler which allows the object attributes to be returned as a string for debugging purposes, for example, in an "alert".
generateOpenPreferencePageFunction(String, String, String, String, String) - Method in class com.ibm.etools.pd.widget.viewer.ECMAScriptGenerator
Generates an event handler which opens a new browser window on the content "url" + "src" with the specified "name", "width" and "height".
generatePieChartHelperFunctions() - Method in class com.ibm.etools.pd.widget.viewer.ECMAScriptGenerator
Generates helper functions used for pie charts.
generateResetStylesFunction() - Method in class com.ibm.etools.pd.widget.viewer.ECMAScriptGenerator
Generates an event handler which resets the graphic user preference styles to their former values.
generateStorePreferencesFunction(String) - Method in class com.ibm.etools.pd.widget.viewer.ECMAScriptGenerator
Generates an event handler which stores user preference styles in cookie
generateToggleVisibilityFunction(int, String) - Method in class com.ibm.etools.pd.widget.viewer.ECMAScriptGenerator
Generates an event handler which toggles the visibility attribute of the group/element with the specified "id".
generateUpdateLegendStylesFunction(int, String) - Method in class com.ibm.etools.pd.widget.viewer.ECMAScriptGenerator
Generates an event handler which updates the graphic legend with user preference styles.
generateUpdateStylesFunction(int, String, boolean) - Method in class com.ibm.etools.pd.widget.viewer.ECMAScriptGenerator
Generates an event handler which updates the graphic with user preference styles.
generateUseNetscapePreferencePage(String, String, String, String, String) - Method in class com.ibm.etools.pd.widget.viewer.ECMAScriptGenerator
Generates a function which launches the NS 4.7 preference page.
generateXYChartHelperFunctions() - Method in class com.ibm.etools.pd.widget.viewer.ECMAScriptGenerator
Generates helper functions used for XY-style charts.
getCategories() - Method in class com.ibm.etools.pd.widget.viewer.CommonDataRetriever
Returns the array of values which comprise the categories into which the data are assigned.
getCategoryIds() - Method in class com.ibm.etools.pd.widget.viewer.CommonDataRetriever
Returns an array of values, each of which uniquely identifies a category.
getCategoryTotals() - Method in class com.ibm.etools.pd.widget.viewer.CommonDataRetriever
Returns the array of values, each of which represents the sum of the data values within a category.
getConfigDocument() - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Returns the Document object which provides the configuration data for the graphic generated by this object or null if none has been set.
getConfigDocument() - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
getConfigurationAttributes() - Method in class com.ibm.etools.pd.widget.viewer.CommonDataRetriever
Returns the configuration attributes and values (if any) found in the configuration document.
getDataDocument() - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Returns the Document object which provides the content data for the graphic generated by this object or null if none has been set.
getDataDocument() - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
getDatapointValuesFromDatasetWithPosition(String) - Method in class com.ibm.etools.pd.widget.viewer.CommonDataRetriever
Returns the array of data values for the data set with the specified position from the data document.
getDatapointValuesFromFirstDataset() - Method in class com.ibm.etools.pd.widget.viewer.CommonDataRetriever
Returns the array of data values from the first data set found in the data document.
getDatasetPercentages() - Method in class com.ibm.etools.pd.widget.viewer.PieChartDataRetriever
Returns the ordered array of values found in the data document each of which represents the total value of a data set as a percentage of the sum of the total values of all the data sets.
getDatasetTotals() - Method in class com.ibm.etools.pd.widget.viewer.PieChartDataRetriever
Returns the ordered array of values found in the data document each of which represents the total value of a data set and each is rendered as a pie slice value.
getElement() - Method in class com.ibm.etools.pd.widget.viewer.DataInputProcessingException
Returns the element which was passed as constructor parameter.
getErrorCode() - Method in class com.ibm.etools.pd.widget.viewer.DataInputProcessingException
Returns the error code which was passed as constructor parameter.
getGeneratedDocument() - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Returns the Document object generated by this object or null if none has been generated.
getGeneratedDocument() - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
getGraphicColourPalette() - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Returns the set of colours belonging to the default colour palette used by the graphic generated by this object.
getGraphicColourPalette() - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
getGraphicColourPaletteName() - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Returns the name of the default colour palette used by the graphic generated by this object.
getGraphicColourPaletteName() - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
getGraphicDocumentGenerator(String) - Static method in class com.ibm.etools.pd.widget.viewer.SVGDocumentGeneratorFactory
Returns the IGraphicDocumentGenerator interface to an object which generates the specified graphic type or null if the type is not recognized.
getGraphicFont() - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Returns the font used by the graphic generated by this object.
getGraphicFont() - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
getGraphicHeight() - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Returns the height of the graphic generated by this object.
getGraphicHeight() - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
getGraphicLegendTitle() - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Returns the legend title of the graphic generated by this object or null if the graphic does not support a legend or no title has been specified.
getGraphicLegendTitle() - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
getGraphicTimestampPrefix() - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Returns the timestamp prefix of the graphic generated by this object or null if none has been specified.
getGraphicTimestampPrefix() - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
getGraphicTitle() - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Returns the title of the graphic generated by this object or null if none has been specified.
getGraphicTitle() - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
getGraphicType() - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Returns the type indicator for the graphic generated by this object.
getGraphicType() - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
getGraphicWidth() - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Returns the width of the graphic generated by this object.
getGraphicWidth() - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
getLabels() - Method in class com.ibm.etools.pd.widget.viewer.MeterDataRetriever
Returns from the data document the text labels which indicate the contextual definition of the rate and its actual value, both of which are displayed by the meter graphic.
getLegendLabels() - Method in class com.ibm.etools.pd.widget.viewer.CommonDataRetriever
Returns the ordered array of values found in the data document which comprise the legend.
getNeedleValue() - Method in class com.ibm.etools.pd.widget.viewer.MeterDataRetriever
Returns from the data document the value to which the meter needle points.
getNumberOfDatasets() - Method in class com.ibm.etools.pd.widget.viewer.CommonDataRetriever
Returns the number of data sets found in the data document.
getPreferencesPage() - Method in class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
 
getPreferencesPage() - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Returns the user preferences page name associated with the generated graphic or null if none has been specified.
getPreferencesPageHeight() - Method in class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
 
getPreferencesPageHeight() - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Returns the height of the window which displays the user preferences page associated with the generated graphic.
getPreferencesPageWidth() - Method in class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
 
getPreferencesPageWidth() - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Returns the width of the window which displays the user preferences page associated with the generated graphic.
getRangeMarkers() - Method in class com.ibm.etools.pd.widget.viewer.CommonDataRetriever
Returns the array of values which mark the segments into which the data range is divided.
getResourcesFolder() - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Returns the folder location for any resources needed by the generated graphic or null if none has been specified .
getResourcesFolder() - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
getTimestamp() - Method in class com.ibm.etools.pd.widget.viewer.CommonDataRetriever
Returns the timestamp found in the data document.
getTitles() - Method in class com.ibm.etools.pd.widget.viewer.XYChartDataRetriever
Returns the text values which represent the x- and y-axis context labels.
getTitles() - Method in class com.ibm.etools.pd.widget.viewer.PieChartDataRetriever
Returns from the data document the text labels which indicate the contextual definition of the data values and the summary (total value) for the pie, both of which are displayed by the meter graphic.
getWidgetType() - Method in class com.ibm.etools.pd.widget.viewer.DataInputProcessingException
Returns the graphic type which was passed as constructor parameter.
graphicColourPalette - Variable in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
Default set of available colour palettes
graphicColourPaletteName - Variable in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
Default colour palette
GraphicDocumentGenerator - class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator.
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.
GraphicDocumentGenerator() - Constructor for class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
graphicFont - Variable in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
Graphic font
graphicHeight - Variable in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
Graphic height
graphicLegendTitle - Variable in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
Legend title
graphicTimestampPrefix - Variable in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
Timestamp prefix
graphicTitle - Variable in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
Graphic title
graphicType - Variable in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
Graphic type
graphicWidth - Variable in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
Graphic width
GRIDXOFFSET - Static variable in class com.ibm.etools.pd.widget.viewer.SVGXYChart
 
GRIDYOFFSET - Variable in class com.ibm.etools.pd.widget.viewer.SVGXYChart
 

H

HARVEST - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
HARVEST_PALETTE - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
HARVEST = #FFCC99, #FFFFCC, #FFCC33, #CC9933, #FFFF33, #CCCC00, #999900, #666600, #003300, #990033, #CC3333, #CC6666, #FF9999, #FFCCCC, #CC9999
HEIGHT - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 

I

ID - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
IDataInputConstants - interface com.ibm.etools.pd.widget.viewer.IDataInputConstants.
The 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 com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes.
The IDataInputProcessingExceptionCodes interface holds the error codes used when raising exceptions of type DataInputProcessingException.
IGraphicDocumentGenerator - interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator.
The IGraphicDocumentGenerator interface provides users with access to objects which generate graphic visualizations of (potentially) dynamic input data.
IGraphicDocumentStyle - interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle.
The IGraphicDocumentStyle interface defines the default CSS style rules, colour palettes, and other basic or default style attributes of the graphic.
IGraphicTypeConstants - interface com.ibm.etools.pd.widget.viewer.IGraphicTypeConstants.
The IGraphicTypeConstants interface contains constants denoting the known generated types.
INVALID_NUMBER_FORMAT - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
INVALID_NUMBER_FORMAT = 102
isLegendSuppressed() - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Returns the legend suppression indicator for the graphic generated by this object.
isLegendSuppressed() - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 

L

LABEL_FONTSIZE_DELTA - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
LEGEND_TITLE - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
LINE_CHART - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicTypeConstants
The generated type is a line chart.
LINE_DEFAULT_WIDTH - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
LINE_DEFAULT_WIDTH = 450
LINE_PREFS - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
LINE_PREFS_HEIGHT - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 

M

MAXIMUM_NUMBER_OF_SEGMENT_MARKERS_EXCEEDED - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
INVALID_NUMBER_FORMAT = 103
MAXVALUE - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
METER - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicTypeConstants
The generated type is a meter.
METER_DEFAULT_WIDTH - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
METER_DEFAULT_WIDTH = 325
METER_PREFS - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
METER_PREFS_HEIGHT - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
METER_STYLE - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
CSS default meter style rule.
MeterDataRetriever - class com.ibm.etools.pd.widget.viewer.MeterDataRetriever.
Data retrieval methods which retrieve data of interest to SVGMeter from documents which conform to the documented data input schemas.
MINVALUE - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
MISSING_CATEGORY_IDS_OR_DATAPOINT_VALUES - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
MISSING_CATEGORY_IDS_OR_DATAPOINT_VALUES = 104
MISSING_CATEGORY_NAMES - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
MISSING_CATEGORY_NAMES = 105
MISSING_IDS_OR_POSITIONS - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
MISSING_IDS_OR_POSITIONS = 106
MISSING_NAMES_OR_POSITIONS - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
MISSING_NAMES_OR_POSITIONS = 107
MISSING_PERCENTAGE_OF_DATAPOINT_TOTAL_OR_POSITION - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
MISSING_PERCENTAGE_OF_DATAPOINT_TOTAL_OR_POSITION = 108
MISSING_PERCENTAGES - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
MISSING_PERCENTAGES = 109
MISSING_TOTALS - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
MISSING_TOTALS = 110
MISSING_TOTALS_OR_POSITIONS - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
MISSING_TOTALS_OR_POSITIONS = 111
MISSING_VALUES_OR_POSITIONS - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
MISSING_VALUES_OR_POSITIONS = 112

N

NAME - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
NO_CONTEXT_FOUND - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
NO_CONTEXT_FOUND = 113
NO_DATA_DOCUMENT - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
NO_DATA_DOCUMENT = 114
NO_DATASETS_FOUND - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
NO_DATASET_FOUND = 115
NO_DESCRIPTION_FOUND - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
NO_DESCRIPTION_FOUND = 116
NO_IDS_FOUND - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
NO_IDS_FOUND = 117
NO_NAMES_FOUND - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
NO_NAMES_FOUND = 118
NO_PERCENTAGE_OF_DATAPOINT_TOTAL_FOUND - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
NO_PERCENTAGE_OF_DATAPOINT_TOTAL_FOUND = 119
NO_SUMMARY_FOUND - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
NO_SUMMARY_FOUND = 120
NO_TIMESTAMP_FOUND - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
NO_TIMESTAMP_FOUND = 121
NO_TOTALS_FOUND - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
NO_TOTALS_FOUND = 122
NO_VALUE_FOUND - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
NO_VALUE_FOUND = 123
NO_VALUES_FOUND - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
NO_VALUES_FOUND = 124
NS_BAR_PREFS_HEIGHT - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
NS_LINE_PREFS_HEIGHT - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
NS_METER_PREFS_HEIGHT - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
NS_PIE_PREFS_HEIGHT - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
NS_PREFS - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
NS_PREFS_WIDTH - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
NS_STACKBAR_PREFS_HEIGHT - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 

P

PASTEL - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
PASTEL_PALETTE - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
PASTEL = #CC9999, #CCCCCC, #FF9999, #FFCC99, #FFCC66, #CCCC99, #FFFF99, #FFFF33, #CCFF99, #99CC99, #66CCCC, #99CCCC, #9999CC, #996699, #CC99CC
PERCENTAGE_OF_DATAPOINT_TOTAL - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
PIE_CHART - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicTypeConstants
The generated type is a pie chart.
PIE_DEFAULT_WIDTH - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
PIE_DEFAULT_WIDTH = 450
PIE_PREFS - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
PIE_PREFS_HEIGHT - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
PIE_STYLE - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
CSS default pie style rule.
PieChartDataRetriever - class com.ibm.etools.pd.widget.viewer.PieChartDataRetriever.
Data retrieval methods which retrieve data of interest to SVGPieChart from documents which conform to the documented data input schemas.
POSITION - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
POSITION_NUMBER_OUT_OF_BOUNDS - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputProcessingExceptionCodes
POSITION_NUMBER_OUT_OF_BOUNDS = 125
preferencesPage - Variable in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
User preference page
preferencesPageHeight - Variable in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
User preference page pixel height, resolvable to int.
preferencesPageWidth - Variable in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
User preference page pixel width, resolvable to int.
PREFS - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
PREFS_WIDTH - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 

R

RANGE - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
RATE_DEFINITION - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
resourcesFolder - Variable in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
Resource folder location

S

SEASIDE - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
SEASIDE_PALETTE - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
SEASIDE = #003399, #0066CC, #3399FF, #66CCFF, #CCCCFF, #9999FF, #6666FF, #3333FF, #6699FF, #99CCFF, #CCFFFF, #66CCCC, #009999, #006666, #003366
SEGMENT_MARKER - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
serializeGeneratedDocumentToFile(String) - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
XML-serializes the generated Document object to the specified location on the physical machine where this object is executing.
serializeGeneratedDocumentToFile(String) - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
serializeGeneratedDocumentToStream() - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
XML-serializes and returns the generated Document object as a byte array.
serializeGeneratedDocumentToStream() - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
serializeGeneratedDocumentToString() - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
XML-serializes and returns the generated Document object as a String.
serializeGeneratedDocumentToString() - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
setConfigDocument(Document) - Method in class com.ibm.etools.pd.widget.viewer.SVGXYChart
Sets the document which is to be used for configuration data retrieval and then retrieves the configuration data from that document.
setConfigDocument(Document) - Method in class com.ibm.etools.pd.widget.viewer.SVGPieChart
Sets the document which is to be used for configuration data retrieval and then retrieves the configuration data from that document.
setConfigDocument(Document) - Method in class com.ibm.etools.pd.widget.viewer.SVGMeter
Sets the document which is to be used for configuration data retrieval and then retrieves the configuration data from that document.
setConfigDocument(Document) - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Specifies the XML document which is to provide the configuration data for the graphic generated by this object.
setConfigDocument(Document) - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
setConfigDocument(Document) - Method in class com.ibm.etools.pd.widget.viewer.CommonDataRetriever
Sets the document which contains the configuration data.
setDataDocument(Document) - Method in class com.ibm.etools.pd.widget.viewer.SVGXYChart
Sets the document which is to be used for data update retrieval and then, if configDocument has not been set, retrieves the configuration data from that document.
setDataDocument(Document) - Method in class com.ibm.etools.pd.widget.viewer.SVGPieChart
Sets the document which is to be used for data update retrieval and then, if configDocument has not been set, retrieves the configuration data from that document.
setDataDocument(Document) - Method in class com.ibm.etools.pd.widget.viewer.SVGMeter
Sets the document which is to be used for data update retrieval and then, if configDocument has not been set, retrieves the configuration data from that document.
setDataDocument(Document) - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Specifies the XML document which is to provide the content data for the graphic generated by this object.
setDataDocument(Document) - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
setDataDocument(Document) - Method in class com.ibm.etools.pd.widget.viewer.CommonDataRetriever
Sets the document which contains the data update and may contain configuration data; however,only in the event that configDocument is null will configuration data be retrieved from this document.
setGraphicColourPaletteName(String) - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Specifies the name of the default colour palette to be used by the graphic generated by this object.
setGraphicColourPaletteName(String) - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
setGraphicFont(String) - Method in class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
Attempts to set the graphic font to the value.
setGraphicFont(String) - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Specifies the font to be used by the graphic generated by this object.
setGraphicFont(String) - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
setGraphicHeight(String) - Method in class com.ibm.etools.pd.widget.viewer.SVGXYChart
Sets the graphic height and then computes the length of the y-axis as a factor of the graphic height.
setGraphicHeight(String) - Method in class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
Attempts to set the graphic height to the value.
setGraphicHeight(String) - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Specifies the height of the graphic generated by this object.
setGraphicHeight(String) - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
setGraphicLegendTitle(String) - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Specifies the legend title of the graphic generated by this object.
setGraphicLegendTitle(String) - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
setGraphicTimestampPrefix(String) - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Specifies the prefix for the timestamp of the graphic generated by this object.
setGraphicTimestampPrefix(String) - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
setGraphicTitle(String) - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Specifies the title of the graphic generated by this object.
setGraphicTitle(String) - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
setGraphicWidth(String) - Method in class com.ibm.etools.pd.widget.viewer.SVGXYChart
Sets the graphic width and then computes the length of the x-axis as a factor of the graphic width.
setGraphicWidth(String) - Method in class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
Attempts to set the graphic width to the value.
setGraphicWidth(String) - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Specifies the width of the graphic generated by this object.
setGraphicWidth(String) - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
setPreferencesPage(String) - Method in class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
 
setPreferencesPage(String) - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Specifies the user preferences page to be used.
setPreferencesPageHeight(String) - Method in class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
 
setPreferencesPageHeight(String) - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Specifies the height for the window which displays the user preferences page.
setPreferencesPageWidth(String) - Method in class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
 
setPreferencesPageWidth(String) - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Specifies the width for the window which displays the user preferences page.
setResourcesFolder(String) - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Specifies the folder URL on the local machine where this object is executing in which any resources needing to be accessed by the generated graphic are located.
setResourcesFolder(String) - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
setSuppressLegend(String) - Method in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentGenerator
Specifies whether the legend should be suppressed in the graphic generated by this object.
setSuppressLegend(String) - Method in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
 
setWidgetType(String) - Method in class com.ibm.etools.pd.widget.viewer.DataInputProcessingException
Sets the graphic type produced by the object throwing the exception.
SPRING - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
SPRING_PALETTE - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
SPRING = #99CCCC, #339999, #336666, #66CCCC, #CC6699, #333399, #9999FF, #9966CC, #9933CC, #CC99CC, #996699, #990099, #CC33CC, #CC3399, #CC6699
STACKBAR_CHART - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicTypeConstants
The generated type is a stacked bar (column) chart.
STACKBAR_DEFAULT_WIDTH - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
STACKBAR_DEFAULT_WIDTH = 450
STACKBAR_PREFS - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
STACKBAR_PREFS_HEIGHT - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
SUMMARY - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
SUMMER - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
SUMMER_PALETTE - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
SUMMER = #660066, #CC0099, #FF00CC, #FF66FF, #FF99FF, #FFCCFF, #FFFFCC, #FFCC99, #FF9999, #FF6666, #CC3333, #CC0000, #990033, #660033, #990099
SUPPRESS_LEGEND - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
suppressLegend - Variable in class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator
Legend display indicator
SVGBarChart - class com.ibm.etools.pd.widget.viewer.SVGBarChart.
SVGBarChart generates a bar chart graphic DOM using Scalable Vector Graphics (SVG).
SVGBarChart() - Constructor for class com.ibm.etools.pd.widget.viewer.SVGBarChart
Sole constructor.
SVGDocumentGenerator - class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator.
Abstract base class SVGDocumentGenerator implements document-building methods which are common to SVG document-based charts.
SVGDocumentGenerator() - Constructor for class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
Sole constructor
SVGDocumentGeneratorFactory - class com.ibm.etools.pd.widget.viewer.SVGDocumentGeneratorFactory.
Convenience class for creating SVG document generators.
SVGDocumentGeneratorFactory() - Constructor for class com.ibm.etools.pd.widget.viewer.SVGDocumentGeneratorFactory
 
SVGLineChart - class com.ibm.etools.pd.widget.viewer.SVGLineChart.
SVGLineChart generates a line chart graphic DOM using Scalable Vector Graphics (SVG).
SVGLineChart() - Constructor for class com.ibm.etools.pd.widget.viewer.SVGLineChart
Sole constructor
SVGMeter - class com.ibm.etools.pd.widget.viewer.SVGMeter.
SVGMeter generates a meter graphic DOM using Scalable Vector Graphics (SVG).
SVGMeter() - Constructor for class com.ibm.etools.pd.widget.viewer.SVGMeter
Sole constructor.
SVGPieChart - class com.ibm.etools.pd.widget.viewer.SVGPieChart.
SVGPieChart generates a pie chart graphic DOM using Scalable Vector Graphics (SVG).
SVGPieChart() - Constructor for class com.ibm.etools.pd.widget.viewer.SVGPieChart
Sole constructor.
svgRoot - Variable in class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator
generated DOM root element
SVGStackBarChart - class com.ibm.etools.pd.widget.viewer.SVGStackBarChart.
SVGStackBarChart generates a stacked bar chart graphic DOM using Scalable Vector Graphics (SVG).
SVGStackBarChart() - Constructor for class com.ibm.etools.pd.widget.viewer.SVGStackBarChart
Sole constructor.
SVGXYChart - class com.ibm.etools.pd.widget.viewer.SVGXYChart.
SVGXYChart is an abstract base class providing implementation of methods common to classes generating SVG graphics which have x,y axes.

T

throwException(short, String) - Method in class com.ibm.etools.pd.widget.viewer.CommonDataRetriever
Convenience method for throwing exceptions.
TIMESTAMP - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
TIMESTAMP_PREFIX - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
TITLE - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
TITLE_FONTSIZE_DELTA - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
 
TOTAL - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
TOTAL_TITLE - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 

V

VALUE - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
VALUE_TITLE - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 

W

WIDTH - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 

X

X_TITLE - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
xAxisLabelYValue - Variable in class com.ibm.etools.pd.widget.viewer.SVGXYChart
 
xAxisLength - Variable in class com.ibm.etools.pd.widget.viewer.SVGXYChart
 
xAxisValues - Variable in class com.ibm.etools.pd.widget.viewer.SVGXYChart
 
XRATIO - Variable in class com.ibm.etools.pd.widget.viewer.SVGXYChart
 
XYCHART_STYLE - Static variable in interface com.ibm.etools.pd.widget.viewer.IGraphicDocumentStyle
CSS default XYchart style rule.
XYChartDataRetriever - class com.ibm.etools.pd.widget.viewer.XYChartDataRetriever.
Data retrieval methods which retrieve data of interest to SVGLineChart, SVGBarChart and SVGStackBarChart from documents which conform to the documented data input schemas.

Y

Y_TITLE - Static variable in interface com.ibm.etools.pd.widget.viewer.IDataInputConstants
 
yAxisLength - Variable in class com.ibm.etools.pd.widget.viewer.SVGXYChart
 
yMaxValue - Variable in class com.ibm.etools.pd.widget.viewer.SVGXYChart
 
YRATIO - Variable in class com.ibm.etools.pd.widget.viewer.SVGXYChart
 

A B C D E F G H I L M N P R S T V W X Y