Overview Tree Index History Help |
Versions: Deprecated | 1.0 | 1.5 | 1.5.0.2 | 1.5.1 | 1.5.4 |
API added since 1.5
List of Packages updated since 1.5 | |
com.artfulbits.aiCharts |
1 member added since 1.5 |
com.artfulbits.aiCharts.Base |
18 members added since 1.5 |
com.artfulbits.aiCharts.Types |
15 members added since 1.5 |
Members by Package updated since 1.5 |
com.artfulbits.aiCharts - list of package members introduced since 1.5
com.artfulbits.aiCharts.ChartView -
4 elements introduced since 1.5
com.artfulbits.aiCharts.Base - list of package members introduced since 1.5
com.artfulbits.aiCharts.Base.ChartAxis -
6 elements introduced since 1.5
com.artfulbits.aiCharts.Base.ChartAxis.Position -
2 elements introduced since 1.5
com.artfulbits.aiCharts.Base.ChartAxisScale -
9 elements introduced since 1.5
com.artfulbits.aiCharts.Base.ChartAxisScale.IntervalType -
enum has been introduced since 1.5
com.artfulbits.aiCharts.Base.ChartEngine -
3 elements introduced since 1.5
com.artfulbits.aiCharts.Base.ChartLegend -
5 elements introduced since 1.5
com.artfulbits.aiCharts.Base.ChartLegend.LayoutMode -
enum has been introduced since 1.5
com.artfulbits.aiCharts.Base.ChartLegendItem -
7 elements introduced since 1.5
com.artfulbits.aiCharts.Base.ChartLegendItem.Cell -
class has been introduced since 1.5
com.artfulbits.aiCharts.Base.ChartLegendItem.DrawableCell -
class has been introduced since 1.5
com.artfulbits.aiCharts.Base.ChartLegendItem.TextCell -
class has been introduced since 1.5
com.artfulbits.aiCharts.Base.ChartPalette -
1 element introduced since 1.5
com.artfulbits.aiCharts.Base.ChartPointCollection -
4 elements introduced since 1.5
com.artfulbits.aiCharts.Base.ChartRenderArgs -
4 elements introduced since 1.5
com.artfulbits.aiCharts.Base.ChartSeries -
2 elements introduced since 1.5
com.artfulbits.aiCharts.Base.ChartTransform -
class has been introduced since 1.5
com.artfulbits.aiCharts.Base.ChartType -
1 element introduced since 1.5
com.artfulbits.aiCharts.Base.LegendItemsProvider.CustomItemsProvider -
1 element introduced since 1.5
com.artfulbits.aiCharts.Types - list of package members introduced since 1.5
com.artfulbits.aiCharts.Types.ChartDoughnutType -
class has been introduced since 1.5
com.artfulbits.aiCharts.Types.ChartFastLineType -
3 elements introduced since 1.5
com.artfulbits.aiCharts.Types.ChartLineType -
4 elements introduced since 1.5
com.artfulbits.aiCharts.Types.ChartLineType.BreakMode -
enum has been introduced since 1.5
com.artfulbits.aiCharts.Types.ChartPieType -
2 elements introduced since 1.5
com.artfulbits.aiCharts.Types.ChartPieType.LabelStyle -
1 element introduced since 1.5
com.artfulbits.aiCharts.Types.ChartPointType -
1 element introduced since 1.5
com.artfulbits.aiCharts.Types.ChartRangeAreaType -
class has been introduced since 1.5
com.artfulbits.aiCharts.Types.ChartRangeColumnType -
class has been introduced since 1.5
com.artfulbits.aiCharts.Types.ChartRoseType -
class has been introduced since 1.5
com.artfulbits.aiCharts.Types.ChartSplineType -
1 element introduced since 1.5
com.artfulbits.aiCharts.Types.ChartStackedAreaType -
1 element introduced since 1.5
com.artfulbits.aiCharts.Types.ChartStackedColumnType -
1 element introduced since 1.5
com.artfulbits.aiCharts.Types.ChartStepAreaType -
class has been introduced since 1.5
com.artfulbits.aiCharts.Types.ChartTypes -
4 elements introduced since 1.5
Detailed list of new elements since 1.5 |
com.artfulbits.aiCharts.ChartView - list of elements in this class introduced since 1.5
ChartView(Context,int) -
new constructor
hitTest(int,int) -
new method
isHitTestEnabled() -
new method
setHitTestEnabled(boolean) -
new method
com.artfulbits.aiCharts.Base.ChartAxis - list of elements in this class introduced since 1.5
getFormat() -
new method
getPadding() -
new method
getShowLabels() -
new method
setFormat(Format) -
new method
setPadding(int) -
new method
setShowLabels(boolean) -
new method
com.artfulbits.aiCharts.Base.ChartAxis.Position - list of elements in this enum introduced since 1.5
HorizontalCenter -
new enum constant
VerticalCenter -
new enum constant
com.artfulbits.aiCharts.Base.ChartAxisScale - list of elements in this class introduced since 1.5
contains(double) -
new method
getInterval() -
new method
getIntervalType() -
new method
getRealSize() -
new method
getVisibleIntervalType() -
new method
setDesiredIntervalCount(int) -
new method
setInterval(Double,ChartAxisScale.IntervalType) -
new method
setIntervalType(ChartAxisScale.IntervalType) -
new method
setZoomPosition(double) -
new method
com.artfulbits.aiCharts.Base.ChartAxisScale.IntervalType - enum has been introduced since 1.5
-
elements not listed, see complete documentation
com.artfulbits.aiCharts.Base.ChartEngine - list of elements in this class introduced since 1.5
hitTest(int,int) -
new method
isHitTestEnabled() -
new method
setHitTestEnabled(boolean) -
new method
com.artfulbits.aiCharts.Base.ChartLegend - list of elements in this class introduced since 1.5
ChartLegend() -
new constructor
getItemsProvider() -
new method
getLayoutMode() -
new method
setItemsProvider(LegendItemsProvider) -
new method
setLayoutMode(ChartLegend.LayoutMode) -
new method
com.artfulbits.aiCharts.Base.ChartLegend.LayoutMode - enum has been introduced since 1.5
-
elements not listed, see complete documentation
com.artfulbits.aiCharts.Base.ChartLegendItem - list of elements in this class introduced since 1.5
ChartLegendItem(Object...) -
new constructor
addCell() -
new method
addCell(Drawable) -
new method
addCell(String) -
new method
getCells() -
new method
setCell(int,Drawable) -
new method
setCell(int,String) -
new method
com.artfulbits.aiCharts.Base.ChartLegendItem.Cell - class has been introduced since 1.5
-
elements not listed, see complete documentation
com.artfulbits.aiCharts.Base.ChartLegendItem.DrawableCell - class has been introduced since 1.5
-
elements not listed, see complete documentation
com.artfulbits.aiCharts.Base.ChartLegendItem.TextCell - class has been introduced since 1.5
-
elements not listed, see complete documentation
com.artfulbits.aiCharts.Base.ChartPalette - list of elements in this class introduced since 1.5
rangePalette(int,int,int) -
new static method
com.artfulbits.aiCharts.Base.ChartPointCollection - list of elements in this class introduced since 1.5
beginUpdate() -
new method
endUpdate() -
new method
setData(byte[]) -
new method
setData(long[]) -
new method
com.artfulbits.aiCharts.Base.ChartRenderArgs - list of elements in this class introduced since 1.5
IsRegionEnabled -
new field
addRegion(Path,Rect,Object) -
new method
addRegion(Rect,Object) -
new method
addRegion(RectF,Object) -
new method
com.artfulbits.aiCharts.Base.ChartSeries - list of elements in this class introduced since 1.5
isRegionsEnabled() -
new method
setRegionsEnabled(boolean) -
new method
com.artfulbits.aiCharts.Base.ChartTransform - class has been introduced since 1.5
-
elements not listed, see complete documentation
com.artfulbits.aiCharts.Base.ChartType - list of elements in this class introduced since 1.5
getName() -
new method
com.artfulbits.aiCharts.Base.LegendItemsProvider.CustomItemsProvider<T> - list of elements in this class introduced since 1.5
getItems() -
new method
com.artfulbits.aiCharts.Types.ChartDoughnutType - class has been introduced since 1.5
-
elements not listed, see complete documentation
com.artfulbits.aiCharts.Types.ChartFastLineType - list of elements in this class introduced since 1.5
BREAK_DELTA -
new static field
BREAK_MODE -
new static field
BREAK_POINT -
new static field
com.artfulbits.aiCharts.Types.ChartLineType - list of elements in this class introduced since 1.5
BREAK_DELTA -
new static field
BREAK_MODE -
new static field
BREAK_POINT -
new static field
HIT_RADIUS -
new static field
com.artfulbits.aiCharts.Types.ChartLineType.BreakMode - enum has been introduced since 1.5
-
elements not listed, see complete documentation
com.artfulbits.aiCharts.Types.ChartPieType - list of elements in this class introduced since 1.5
ANGLE_OFFSET -
new static field
OPTIMIZE_POINTS -
new static field
com.artfulbits.aiCharts.Types.ChartPieType.LabelStyle - list of elements in this enum introduced since 1.5
OutsideColumn -
new enum constant
com.artfulbits.aiCharts.Types.ChartPointType - list of elements in this class introduced since 1.5
HIT_RADIUS -
new static field
com.artfulbits.aiCharts.Types.ChartRangeAreaType - class has been introduced since 1.5
-
elements not listed, see complete documentation
com.artfulbits.aiCharts.Types.ChartRangeColumnType - class has been introduced since 1.5
-
elements not listed, see complete documentation
com.artfulbits.aiCharts.Types.ChartRoseType - class has been introduced since 1.5
-
elements not listed, see complete documentation
com.artfulbits.aiCharts.Types.ChartSplineType - list of elements in this class introduced since 1.5
HIT_RADIUS -
new static field
com.artfulbits.aiCharts.Types.ChartStackedAreaType - list of elements in this class introduced since 1.5
STACK_GROUP -
new static field
com.artfulbits.aiCharts.Types.ChartStackedColumnType - list of elements in this class introduced since 1.5
STACK_GROUP -
new static field
com.artfulbits.aiCharts.Types.ChartStepAreaType - class has been introduced since 1.5
-
elements not listed, see complete documentation
com.artfulbits.aiCharts.Types.ChartTypes - list of elements in this class introduced since 1.5
Doughnut -
new static field
DoughnutName -
new static field
Rose -
new static field
RoseName -
new static field
Top of this page |
© 2005 - 2010 ArtfulBits. All rights reserved.