Serialized Form
|
Package org.achartengine.chart |
mType
BarChart.Type mType
- The chart type.
mCharts
XYChart[] mCharts
- The embedded XY charts.
xyChartTypes
java.lang.Class<T>[] xyChartTypes
- The supported charts for being combined.
firstMultiplier
float firstMultiplier
secondMultiplier
float secondMultiplier
p1
Point p1
p2
Point p2
p3
Point p3
mRenderer
DialRenderer mRenderer
- The series renderer.
mDataset
MultipleCategorySeries mDataset
- The series dataset.
mStep
int mStep
- A step variable to control the size of the legend shape.
pointsChart
ScatterChart pointsChart
- The scatter chart to be used to draw the data points.
mDataset
CategorySeries mDataset
- The series dataset.
mRenderer
DefaultRenderer mRenderer
- The series renderer.
mCenterX
int mCenterX
- The chart center X axis.
mCenterY
int mCenterY
- The chart center y axis.
size
float size
- The point shape size.
mDateFormat
java.lang.String mDateFormat
- The date format pattern to be used in formatting the X axis labels.
mDataset
XYMultipleSeriesDataset mDataset
- The multiple series dataset.
mRenderer
XYMultipleSeriesRenderer mRenderer
- The multiple series renderer.
mScale
float mScale
- The current scale value.
mTranslate
float mTranslate
- The current translate value.
mCenter
Point mCenter
- The canvas center point.
mScreenR
android.graphics.Rect mScreenR
- The visible chart area, in screen coordinates.
mCalcRange
java.util.Map<K,V> mCalcRange
- The calculated range.
clickableAreas
java.util.Map<K,V> clickableAreas
- The clickable areas for all points. The array index is the series index,
and the RectF list index is the point index in that series.
|
Package org.achartengine.model |
mTitle
java.lang.String mTitle
- The series title.
mCategories
java.util.List<E> mCategories
- The series categories.
mValues
java.util.List<E> mValues
- The series values.
mTitle
java.lang.String mTitle
- The series title.
mCategories
java.util.List<E> mCategories
- The series local keys.
mTitles
java.util.List<E> mTitles
- The series name.
mValues
java.util.List<E> mValues
- The series values.
mX
float mX
- The X axis coordinate value.
mY
float mY
- The Y axis coordinate value.
mMaxValues
java.util.List<E> mMaxValues
- The series values.
mSeries
java.util.List<E> mSeries
- The included series.
mTitle
java.lang.String mTitle
- The series title.
mX
java.util.List<E> mX
- A list to contain the values for the X axis.
mY
java.util.List<E> mY
- A list to contain the values for the Y axis.
mMinX
double mMinX
- The minimum value for the X axis.
mMaxX
double mMaxX
- The maximum value for the X axis.
mMinY
double mMinY
- The minimum value for the Y axis.
mMaxY
double mMaxY
- The maximum value for the Y axis.
mScaleNumber
int mScaleNumber
- The scale number for this series.
mValue
java.util.List<E> mValue
- A list to contain the series values.
mMinValue
double mMinValue
- The minimum value.
mMaxValue
double mMaxValue
- The maximum value.
|
Package org.achartengine.renderer |
mCap
android.graphics.Paint.Cap mCap
- The stroke cap.
mJoin
android.graphics.Paint.Join mJoin
- The stroke join.
mMiter
float mMiter
- The stroke miter.
mIntervals
float[] mIntervals
- The path effect intervals.
mPhase
float mPhase
- The path effect phase.
mChartTitle
java.lang.String mChartTitle
- The chart title.
mChartTitleTextSize
float mChartTitleTextSize
- The chart title text size.
mTextTypefaceName
java.lang.String mTextTypefaceName
- The typeface name for the texts.
mTextTypefaceStyle
int mTextTypefaceStyle
- The typeface style for the texts.
mBackgroundColor
int mBackgroundColor
- The chart background color.
mApplyBackgroundColor
boolean mApplyBackgroundColor
- If the background color is applied.
mShowAxes
boolean mShowAxes
- If the axes are visible.
mAxesColor
int mAxesColor
- The axes color.
mShowLabels
boolean mShowLabels
- If the labels are visible.
mLabelsColor
int mLabelsColor
- The labels color.
mLabelsTextSize
float mLabelsTextSize
- The labels text size.
mShowLegend
boolean mShowLegend
- If the legend is visible.
mLegendTextSize
float mLegendTextSize
- The legend text size.
mFitLegend
boolean mFitLegend
- If the legend should size to fit.
mShowGrid
boolean mShowGrid
- If the grid should be displayed.
mShowCustomTextGrid
boolean mShowCustomTextGrid
- If the custom text grid should be displayed.
mRenderers
java.util.List<E> mRenderers
- The simple renderers that are included in this multiple series renderer.
mAntialiasing
boolean mAntialiasing
- The antialiasing flag.
mLegendHeight
int mLegendHeight
- The legend height.
mMargins
int[] mMargins
- The margins size.
mScale
float mScale
- A value to be used for scaling the chart.
mPanEnabled
boolean mPanEnabled
- A flag for enabling the pan.
mZoomEnabled
boolean mZoomEnabled
- A flag for enabling the zoom.
mZoomButtonsVisible
boolean mZoomButtonsVisible
- A flag for enabling the visibility of the zoom buttons.
mZoomRate
float mZoomRate
- The zoom rate.
mExternalZoomEnabled
boolean mExternalZoomEnabled
- A flag for enabling the external zoom.
mOriginalScale
float mOriginalScale
- The original chart scale.
mClickEnabled
boolean mClickEnabled
- A flag for enabling the click on elements.
selectableBuffer
int selectableBuffer
- The selectable radius around a clickable point.
mInScroll
boolean mInScroll
- A flag to be set if the chart is inside a scroll and doesn't need to shrink
when not enough space.
mChartTitle
java.lang.String mChartTitle
- The chart title.
mChartTitleTextSize
float mChartTitleTextSize
- The chart title text size.
mAngleMin
double mAngleMin
- The start angle in the dial range.
mAngleMax
double mAngleMax
- The end angle in the dial range.
mMinValue
double mMinValue
- The start value in dial range.
mMaxValue
double mMaxValue
- The end value in dial range.
mMinorTickSpacing
double mMinorTickSpacing
- The spacing for the minor ticks.
mMajorTickSpacing
double mMajorTickSpacing
- The spacing for the major ticks.
mVisualTypes
java.util.List<E> mVisualTypes
- An array of the renderers types (default is NEEDLE).
mColor
int mColor
- The series color.
mDisplayChartValues
boolean mDisplayChartValues
- If the values should be displayed above the chart points.
mChartValuesTextSize
float mChartValuesTextSize
- The chart values text size.
mChartValuesTextAlign
android.graphics.Paint.Align mChartValuesTextAlign
- The chart values text alignment.
mChartValuesSpacing
float mChartValuesSpacing
- The chart values spacing from the data point.
mStroke
BasicStroke mStroke
- The stroke style.
mGradientEnabled
boolean mGradientEnabled
- If gradient is enabled.
mGradientStartValue
double mGradientStartValue
- The gradient start value.
mGradientStartColor
int mGradientStartColor
- The gradient start color.
mGradientStopValue
double mGradientStopValue
- The gradient stop value.
mGradientStopColor
int mGradientStopColor
- The gradient stop color.
mXTitle
java.lang.String mXTitle
- The X axis title.
mYTitle
java.lang.String[] mYTitle
- The Y axis title.
mAxisTitleTextSize
float mAxisTitleTextSize
- The axis title text size.
mMinX
double[] mMinX
- The start value in the X axis range.
mMaxX
double[] mMaxX
- The end value in the X axis range.
mMinY
double[] mMinY
- The start value in the Y axis range.
mMaxY
double[] mMaxY
- The end value in the Y axis range.
mXLabels
int mXLabels
- The approximative number of labels on the x axis.
mYLabels
int mYLabels
- The approximative number of labels on the y axis.
mOrientation
XYMultipleSeriesRenderer.Orientation mOrientation
- The current orientation of the chart.
mXTextLabels
java.util.Map<K,V> mXTextLabels
- The X axis text labels.
mYTextLabels
java.util.Map<K,V> mYTextLabels
- The Y axis text labels.
mPanXEnabled
boolean mPanXEnabled
- A flag for enabling or not the pan on the X axis.
mPanYEnabled
boolean mPanYEnabled
- A flag for enabling or not the pan on the Y axis.
mZoomXEnabled
boolean mZoomXEnabled
- A flag for enabling or not the zoom on the X axis.
mZoomYEnabled
boolean mZoomYEnabled
- A flag for enabling or not the zoom on the Y axis .
mBarSpacing
double mBarSpacing
- The spacing between bars, in bar charts.
mMarginsColor
int mMarginsColor
- The margins colors.
mPanLimits
double[] mPanLimits
- The pan limits.
mZoomLimits
double[] mZoomLimits
- The zoom limits.
mXLabelsAngle
float mXLabelsAngle
- The X axis labels rotation angle.
mYLabelsAngle
float mYLabelsAngle
- The Y axis labels rotation angle.
initialRange
java.util.Map<K,V> initialRange
- The initial axis range.
mPointSize
float mPointSize
- The point size for charts displaying points.
mGridColor
int mGridColor
- The grid color.
scalesCount
int scalesCount
- The number of scales.
xLabelsAlign
android.graphics.Paint.Align xLabelsAlign
- The X axis labels alignment.
yLabelsAlign
android.graphics.Paint.Align[] yLabelsAlign
- The Y axis labels alignment.
yAxisAlign
android.graphics.Paint.Align[] yAxisAlign
- The Y axis alignment.
mFillPoints
boolean mFillPoints
- If the chart points should be filled.
mFillBelowLine
boolean mFillBelowLine
- If the chart should be filled below its line.
mFillColor
int mFillColor
- The fill below the chart line color.
mPointStyle
PointStyle mPointStyle
- The point style.
mLineWidth
float mLineWidth
- The chart line width.
Copyright © 2009 - 2011 4ViewSoft. All Rights Reserved.