-
mLineColor
java.awt.Color mLineColor
-
mLightLineColor
java.awt.Color mLightLineColor
-
mLightGridColor
java.awt.Color mLightGridColor
-
mDarkGridColor
java.awt.Color mDarkGridColor
-
mFrameColor
java.awt.Color mFrameColor
-
mCrossColor
java.awt.Color mCrossColor
-
mMaskFrameColor
java.awt.Color mMaskFrameColor
-
mMaskColor
java.awt.Color mMaskColor
-
mLineSampleInterval
int mLineSampleInterval
Number of sample points between vertical lines.
-
mSampleInterval
long mSampleInterval
The number of milliseconds represented by each data sample.
-
mFormat
java.lang.String mFormat
Format of the text which is displayed along the x (time) axis of the
chart.
-
mDFormat
java.lang.String mDFormat
Format of the text which is displayed over the component as the user moves
the mouse over the line chart.
-
mAverageWindow
int mAverageWindow
Number of sample points to use when calculating the moving average.
-
mAntialias
boolean mAntialias
True if Antialiasing should be used when rendering the chart.
-
mTime
long mTime
Time of the last sample point.
-
mValues
int[] mValues
Sample point data.
-
mAverageWindowValues
float[] mAverageWindowValues
Moving average of the sample point data.
-
mMin
int mMin
Minimum value in m_values.
-
mMax
int mMax
Maximum value in m_values.
-
mIntFormat
java.text.DecimalFormat mIntFormat
Integer number format.
-
mFloatFormat
java.text.DecimalFormat mFloatFormat
Decimal number format.
-
mMouseOver
boolean mMouseOver
-
mMousePressed
boolean mMousePressed
-
mMouseX
int mMouseX
-
mMouseY
int mMouseY