Skip navigation links
A C D G H I N O R S T V W 

A

addRadarViewListener(RadarView.RadarViewListener) - Method in class com.ultramegasoft.radarchart.RadarView

C

com.ultramegasoft.radarchart - package com.ultramegasoft.radarchart
 
CREATOR - Static variable in class com.ultramegasoft.radarchart.RadarHolder
 

D

describeContents() - Method in class com.ultramegasoft.radarchart.RadarHolder
 

G

getCircleColor() - Method in class com.ultramegasoft.radarchart.RadarView
Get the color used for the circles.
getData() - Method in class com.ultramegasoft.radarchart.RadarView
Get the list of RadarHolders currently being rendered in this RadarView.
getGravity() - Method in class com.ultramegasoft.radarchart.RadarView
Get the current Gravity flags.
getLabelColor() - Method in class com.ultramegasoft.radarchart.RadarView
Set the color used for the labels.
getMaxValue() - Method in class com.ultramegasoft.radarchart.RadarView
Get the maximum value any RadarHolder in this RadarView can have.
getPolygonColor() - Method in class com.ultramegasoft.radarchart.RadarView
Get the color used for the polygon.
getPolygonInteractiveColor() - Method in class com.ultramegasoft.radarchart.RadarView
Get the color used for the polygon when the RadarView is in interactive mode.
getSelectedColor() - Method in class com.ultramegasoft.radarchart.RadarView
Get the color used for the selected item.
getSelectedIndex() - Method in class com.ultramegasoft.radarchart.RadarView
Get the index of the currently selected RadarHolder.
getSelectedName() - Method in class com.ultramegasoft.radarchart.RadarView
Get the name of the currently selected RadarHolder.
getSelectedValue() - Method in class com.ultramegasoft.radarchart.RadarView
Get the value of the currently selected RadarHolder.
getShowButtonBar() - Method in class com.ultramegasoft.radarchart.RadarEditWidget
Get the current status of the button bar.

H

hasData() - Method in class com.ultramegasoft.radarchart.RadarView
Does this RadarView have any data?

I

isInteractive() - Method in class com.ultramegasoft.radarchart.RadarView
Is this RadarView in interactive mode?

N

name - Variable in class com.ultramegasoft.radarchart.RadarHolder
The name of this item

O

onCancel() - Method in interface com.ultramegasoft.radarchart.RadarEditWidget.OnButtonClickListener
Called when the Cancel button is clicked.
onDataChanged(ArrayList<RadarHolder>) - Method in interface com.ultramegasoft.radarchart.RadarView.RadarViewListener
Called when the list of RadarHolders in the RadarView is changed.
onDraw(Canvas) - Method in class com.ultramegasoft.radarchart.RadarView
 
onInteractiveModeChanged(boolean) - Method in interface com.ultramegasoft.radarchart.RadarView.RadarViewListener
Called when interactive mode is enabled or disabled.
onMaxValueChanged(int) - Method in interface com.ultramegasoft.radarchart.RadarView.RadarViewListener
Called when the maximum value of the RadarView is changed.
onMeasure(int, int) - Method in class com.ultramegasoft.radarchart.RadarView
 
onRestoreInstanceState(Parcelable) - Method in class com.ultramegasoft.radarchart.RadarView
 
onSave() - Method in interface com.ultramegasoft.radarchart.RadarEditWidget.OnButtonClickListener
Called when the Save button is clicked.
onSaveInstanceState() - Method in class com.ultramegasoft.radarchart.RadarView
 
onSelectedItemChanged(int, String, int) - Method in interface com.ultramegasoft.radarchart.RadarView.RadarViewListener
Called when the index of the selected RadarHolder is changed.
onSelectedValueChanged(int) - Method in interface com.ultramegasoft.radarchart.RadarView.RadarViewListener
Called when the value of the selected RadarHolder is changed.

R

RadarEditWidget - Class in com.ultramegasoft.radarchart
A widget for interacting with a RadarView.
RadarEditWidget(Context) - Constructor for class com.ultramegasoft.radarchart.RadarEditWidget
 
RadarEditWidget(Context, AttributeSet) - Constructor for class com.ultramegasoft.radarchart.RadarEditWidget
 
RadarEditWidget(Context, AttributeSet, int) - Constructor for class com.ultramegasoft.radarchart.RadarEditWidget
 
RadarEditWidget(Context, AttributeSet, int, int) - Constructor for class com.ultramegasoft.radarchart.RadarEditWidget
 
RadarEditWidget.OnButtonClickListener - Interface in com.ultramegasoft.radarchart
Interface for listeners for RadarEditWidget button bar clicks.
RadarHolder - Class in com.ultramegasoft.radarchart
Holds the data associated with a data point on a RadarView.
RadarHolder(String, int) - Constructor for class com.ultramegasoft.radarchart.RadarHolder
Construct a new RadarHolder.
RadarView - Class in com.ultramegasoft.radarchart
Custom View to render a simple radar chart from a list of RadarHolders.
RadarView(Context) - Constructor for class com.ultramegasoft.radarchart.RadarView
 
RadarView(Context, AttributeSet) - Constructor for class com.ultramegasoft.radarchart.RadarView
 
RadarView(Context, AttributeSet, int) - Constructor for class com.ultramegasoft.radarchart.RadarView
 
RadarView(Context, AttributeSet, int, int) - Constructor for class com.ultramegasoft.radarchart.RadarView
 
RadarView.RadarViewListener - Interface in com.ultramegasoft.radarchart
Interface for objects to listen for changes to a RadarView.
removeRadarViewListener(RadarView.RadarViewListener) - Method in class com.ultramegasoft.radarchart.RadarView

S

setCircleColor(int) - Method in class com.ultramegasoft.radarchart.RadarView
Set the color used for the circles.
setData(List<RadarHolder>) - Method in class com.ultramegasoft.radarchart.RadarView
Set the list of RadarHolders to render in this RadarView.
setGravity(int) - Method in class com.ultramegasoft.radarchart.RadarView
Set the Gravity flags for the RadarView.
setInteractive(boolean) - Method in class com.ultramegasoft.radarchart.RadarView
Enable or disable interactive mode.
setLabelColor(int) - Method in class com.ultramegasoft.radarchart.RadarView
Set the color used for the labels.
setMaxValue(int) - Method in class com.ultramegasoft.radarchart.RadarView
Set the maximum value any RadarHolder in this RadarView can have.
setOnButtonClickListener(RadarEditWidget.OnButtonClickListener) - Method in class com.ultramegasoft.radarchart.RadarEditWidget
Set the listener for button bar clicks.
setPolygonColor(int) - Method in class com.ultramegasoft.radarchart.RadarView
Set the color used for the polygon.
setPolygonInteractiveColor(int) - Method in class com.ultramegasoft.radarchart.RadarView
Set the color used for the polygon when the RadarView is in interactive mode.
setSelectedColor(int) - Method in class com.ultramegasoft.radarchart.RadarView
Set the color used for the selected item.
setSelectedValue(int) - Method in class com.ultramegasoft.radarchart.RadarView
Set the value of the currently selected RadarHolder.
setShowButtonBar(boolean) - Method in class com.ultramegasoft.radarchart.RadarEditWidget
Show or hide the button bar.
setTarget(RadarView) - Method in class com.ultramegasoft.radarchart.RadarEditWidget
Set the target RadarView to interact with.

T

turnCCW() - Method in class com.ultramegasoft.radarchart.RadarView
Turn the chart counter-clockwise.
turnCW() - Method in class com.ultramegasoft.radarchart.RadarView
Turn the chart clockwise.
turnTo(int) - Method in class com.ultramegasoft.radarchart.RadarView
Turn the RadarView to a specific RadarHolder.

V

value - Variable in class com.ultramegasoft.radarchart.RadarHolder
The value of this item

W

writeToParcel(Parcel, int) - Method in class com.ultramegasoft.radarchart.RadarHolder
 
A C D G H I N O R S T V W 
Skip navigation links