Serialized Form


Package org.apache.excalibur.instrument.manager.http

Class org.apache.excalibur.instrument.manager.http.LineChart extends JComponent implements Serializable

Serialized Fields

m_lineColor

Color m_lineColor

m_lightLineColor

Color m_lightLineColor

m_lightGridColor

Color m_lightGridColor

m_darkGridColor

Color m_darkGridColor

m_frameColor

Color m_frameColor

m_crossColor

Color m_crossColor

m_maskFrameColor

Color m_maskFrameColor

m_maskColor

Color m_maskColor

m_lineSampleInterval

int m_lineSampleInterval
Number of sample points between vertical lines.


m_sampleInterval

long m_sampleInterval
The number of milliseconds represented by each data sample.


m_format

String m_format
Format of the text which is displayed along the x (time) axis of the chart.


m_dFormat

String m_dFormat
Format of the text which is displayed over the component as the user moves the mouse over the line chart.


m_averageWindow

int m_averageWindow
Number of sample points to use when calculating the moving average.


m_antialias

boolean m_antialias
True if Antialiasing should be used when rendering the chart.


m_time

long m_time
Time of the last sample point.


m_values

int[] m_values
Sample point data.


m_averageWindowValues

float[] m_averageWindowValues
Moving average of the sample point data.


m_min

int m_min
Minimum value in m_values.


m_max

int m_max
Maximum value in m_values.


m_intFormat

DecimalFormat m_intFormat
Integer number format.


m_floatFormat

DecimalFormat m_floatFormat
Decimal number format.


m_mouseOver

boolean m_mouseOver

m_mousePressed

boolean m_mousePressed

m_mouseX

int m_mouseX

m_mouseY

int m_mouseY

Package org.apache.excalibur.instrument.manager.http.server

Class org.apache.excalibur.instrument.manager.http.server.HTTPRedirect extends IOException implements Serializable

Serialized Fields

m_path

String m_path
Path



Copyright © 1997-2012 Apache Software Foundation. All Rights Reserved.