|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectandroid.content.Context
android.content.ContextWrapper
android.view.ContextThemeWrapper
android.app.Activity
org.android.activityminer.app.features.FeatureExplorationActivity
public class FeatureExplorationActivity
The activity for feature exploration.
| Field Summary | |
|---|---|
private List<FeatureVector> |
dataFrame
The frame to hold the feature series for display purpose, |
private static double |
DRAWABLE_MAX_PRECISION
The maximum precision for graph view graphs. |
private SparseArray<FeatureGroupView> |
mapViewToGroup
The map with the graph views for the existing feature groups. |
| Fields inherited from class android.app.Activity |
|---|
DEFAULT_KEYS_DIALER, DEFAULT_KEYS_DISABLE, DEFAULT_KEYS_SEARCH_GLOBAL, DEFAULT_KEYS_SEARCH_LOCAL, DEFAULT_KEYS_SHORTCUT, FOCUSED_STATE_SET, RESULT_CANCELED, RESULT_FIRST_USER, RESULT_OK |
| Fields inherited from interface android.content.ComponentCallbacks2 |
|---|
TRIM_MEMORY_BACKGROUND, TRIM_MEMORY_COMPLETE, TRIM_MEMORY_MODERATE, TRIM_MEMORY_RUNNING_CRITICAL, TRIM_MEMORY_RUNNING_LOW, TRIM_MEMORY_RUNNING_MODERATE, TRIM_MEMORY_UI_HIDDEN |
| Constructor Summary | |
|---|---|
FeatureExplorationActivity()
Constructor |
|
| Method Summary | |
|---|---|
void |
addGroup(LinearLayout mainLayout,
int groupId)
Does add a feature type group to the main layout and stores a reference in the map. |
void |
onConfigurationChanged(Configuration newConfig)
|
protected void |
onCreate(Bundle savedInstanceState)
|
private void |
prepare()
Preparation in case of creation or orientation changes. |
private void |
prepareData(Intent intent)
Does prepare the data to display from intent parameters. |
| Methods inherited from class android.view.ContextThemeWrapper |
|---|
applyOverrideConfiguration, attachBaseContext, getResources, getTheme, setTheme |
| Methods inherited from class android.content.Context |
|---|
getString, getString, getText, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, registerComponentCallbacks, unregisterComponentCallbacks |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final double DRAWABLE_MAX_PRECISION
private final List<FeatureVector> dataFrame
private final SparseArray<FeatureGroupView> mapViewToGroup
| Constructor Detail |
|---|
public FeatureExplorationActivity()
| Method Detail |
|---|
private final void prepare()
public void addGroup(LinearLayout mainLayout,
int groupId)
mainLayout - the main layoutgroupId - the identifier of the group to addprotected final void onCreate(Bundle savedInstanceState)
onCreate in class Activityprivate void prepareData(Intent intent)
intent - the intentpublic final void onConfigurationChanged(Configuration newConfig)
onConfigurationChanged in interface ComponentCallbacksonConfigurationChanged in class Activity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||