Serialized Form


Package com.ibm.etools.pd.widget.viewer

Class com.ibm.etools.pd.widget.viewer.CommonDataRetriever implements Serializable

Serialized Fields

configDocument

org.w3c.dom.Document configDocument
Document containing configuration data.


dataDocument

org.w3c.dom.Document dataDocument
Document containing data update. May also contain configuration data.

Class com.ibm.etools.pd.widget.viewer.DataInputProcessingException implements Serializable

Serialized Fields

errorCode

int errorCode

sourceElement

java.lang.String sourceElement

widgetType

java.lang.String widgetType

Class com.ibm.etools.pd.widget.viewer.DOMDataRetriever implements Serializable

Serialized Fields

EMPTY_STRING

java.lang.String EMPTY_STRING
See Also:
Constant Field Values

Class com.ibm.etools.pd.widget.viewer.GraphicDocumentGenerator implements Serializable

Serialized Fields

configDocument

org.w3c.dom.Document configDocument
Configuration document


dataDocument

org.w3c.dom.Document dataDocument
Data document


graphicType

java.lang.String graphicType
Graphic type


generatedDocument

org.w3c.dom.Document generatedDocument
Graphic document


resourcesFolder

java.lang.String resourcesFolder
Resource folder location


graphicTitle

java.lang.String graphicTitle
Graphic title


graphicTimestampPrefix

java.lang.String graphicTimestampPrefix
Timestamp prefix


suppressLegend

boolean suppressLegend
Legend display indicator


graphicLegendTitle

java.lang.String graphicLegendTitle
Legend title


graphicFont

java.lang.String graphicFont
Graphic font


graphicColourPaletteName

java.lang.String graphicColourPaletteName
Default colour palette


graphicColourPalette

java.util.Hashtable graphicColourPalette
Default set of available colour palettes


graphicWidth

short graphicWidth
Graphic width


graphicHeight

short graphicHeight
Graphic height


preferencesPage

java.lang.String preferencesPage
User preference page


preferencesPageWidth

java.lang.String preferencesPageWidth
User preference page pixel width, resolvable to int. Specific to the preference page.


preferencesPageHeight

java.lang.String preferencesPageHeight
User preference page pixel height, resolvable to int. Specific to the preference page.

Class com.ibm.etools.pd.widget.viewer.MeterDataRetriever implements Serializable

Class com.ibm.etools.pd.widget.viewer.PieChartDataRetriever implements Serializable

Class com.ibm.etools.pd.widget.viewer.SVGBarChart implements Serializable

Class com.ibm.etools.pd.widget.viewer.SVGDocumentGenerator implements Serializable

Serialized Fields

svgRoot

org.w3c.dom.Element svgRoot
generated DOM root element

Class com.ibm.etools.pd.widget.viewer.SVGLineChart implements Serializable

Class com.ibm.etools.pd.widget.viewer.SVGMeter implements Serializable

Serialized Fields

dataRetriever

MeterDataRetriever dataRetriever

Class com.ibm.etools.pd.widget.viewer.SVGPieChart implements Serializable

Serialized Fields

dataRetriever

PieChartDataRetriever dataRetriever

yOffset

int yOffset

radius

double radius

cx

double cx

cy

double cy

translateString

java.lang.String translateString

NINETY_DEG

int NINETY_DEG
See Also:
Constant Field Values

NEGATIVE_NINETY_DEG

int NEGATIVE_NINETY_DEG
See Also:
Constant Field Values

ONE_EIGHTY_DEG

int ONE_EIGHTY_DEG
See Also:
Constant Field Values

ZERO_DEG

int ZERO_DEG
See Also:
Constant Field Values

Class com.ibm.etools.pd.widget.viewer.SVGStackBarChart implements Serializable

Class com.ibm.etools.pd.widget.viewer.SVGXYChart implements Serializable

Serialized Fields

dataRetriever

XYChartDataRetriever dataRetriever
Provides methods for retrieving the data from the configuration and data documents.


XRATIO

double XRATIO
See Also:
Constant Field Values

YRATIO

double YRATIO
See Also:
Constant Field Values

GRIDYOFFSET

int GRIDYOFFSET
See Also:
Constant Field Values

xAxisLength

int xAxisLength

yAxisLength

int yAxisLength

xAxisValues

double[] xAxisValues

axisLabelFontSize

int axisLabelFontSize

xAxisLabelYValue

int xAxisLabelYValue

yMaxValue

double yMaxValue

Class com.ibm.etools.pd.widget.viewer.XYChartDataRetriever implements Serializable