-
m_lineColor
java.awt.Color m_lineColor
-
m_lightLineColor
java.awt.Color m_lightLineColor
-
m_lightGridColor
java.awt.Color m_lightGridColor
-
m_darkGridColor
java.awt.Color m_darkGridColor
-
m_frameColor
java.awt.Color m_frameColor
-
m_crossColor
java.awt.Color m_crossColor
-
m_maskFrameColor
java.awt.Color m_maskFrameColor
-
m_maskColor
java.awt.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
java.lang.String m_format
Format of the text which is displayed along the x (time) axis of the
chart.
-
m_dFormat
java.lang.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
java.text.DecimalFormat m_intFormat
Integer number format.
-
m_floatFormat
java.text.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