Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X Y 

A

a() - Method in class haberman.rhizomatics.data.Gradient.ColorPoint
Alpha component.
a - Variable in class haberman.rhizomatics.data.LowPassFilter
 
action() - Method in class haberman.rhizomatics.events.UXEvent
 
action_ - Variable in class haberman.rhizomatics.events.UXEvent
A string to indicates the fragment-specific action that occurred.
active_place() - Method in class haberman.rhizomatics.fsm.Map
 
active_place_ - Variable in class haberman.rhizomatics.fsm.Map
A reference to the last Place being touched.
activity_ - Variable in class haberman.rhizomatics.fsm.Application
MainActivity backref.
activity_ - Variable in class haberman.rhizomatics.fsm.GPS
MainActivity backref.
add(Vector2) - Method in class haberman.rhizomatics.data.Vector2
 
add_listener(String, IEventHandler) - Method in class haberman.rhizomatics.events.EventDispatcher
Adds a new listener.
add_listener(String, IEventHandler) - Method in interface haberman.rhizomatics.events.IEventDispatcher
 
all_places() - Method in class haberman.rhizomatics.data.DataManager
Fetches all places stored in the DataManager.PLACE_TABLE table.
all_sounds(String) - Method in class haberman.rhizomatics.data.DataManager
Gets all sounds belonging to a specific PlaceEntity.
alpha(double) - Method in class haberman.rhizomatics.data.OneEuroFilter
 
ALPHAS - Variable in class haberman.rhizomatics.map.Overlay
An array of float to be applied to the list of PolyDrawer.
alphas_ - Variable in class haberman.rhizomatics.map.PolyDrawer
An array of two floats which will be factor of polygon's and polyline's transparency (in this order), when set by calling the PolyDrawer.set_alpha(float) method.
amount_ - Variable in class haberman.rhizomatics.gl.drawers.SurroundEcho
 
angle(Vector2, Vector2) - Static method in class haberman.rhizomatics.data.Vector2
 
angle_to(Vector2) - Method in class haberman.rhizomatics.data.Vector2
 
animating_ - Variable in class haberman.rhizomatics.ui.anim.ResizeAnimation
Whether the view is being transformed by the animation or not.
animating_ - Variable in class haberman.rhizomatics.ui.anim.SlideAnimation
Whether the view is being transformed by the animation or not.
Application - Class in haberman.rhizomatics.fsm
The Application state machine.
Application(Context, Activity, View) - Constructor for class haberman.rhizomatics.fsm.Application
Constructor Where we register activity backrefs', configure and start the FSM.
application - Variable in class haberman.rhizomatics.MainActivity
FSMs
Application.AppState - Enum in haberman.rhizomatics.fsm
States enum.
Application.AppTrigger - Enum in haberman.rhizomatics.fsm
Triggers enum.
Application.GrantEntry - Class in haberman.rhizomatics.fsm
Action taken before the state machine enters Application.AppState.GRANTING -> Application.grant().
Application.RunEntry - Class in haberman.rhizomatics.fsm
Action taken before the state machine enters Application.AppState.RUNNING -> Application.schedule_fullscreen_().
Application.StartEntry - Class in haberman.rhizomatics.fsm
Action taken before the state machine enters Application.AppState.STARTED -> Application.grant_check() and Application.run().
Application.StopEntry - Class in haberman.rhizomatics.fsm
Action taken before the state machine enters Application.AppState.STOPPED -> nothing yet.
apply_style() - Method in class haberman.rhizomatics.map.PolyDrawer
 
applyTransformation(float, Transformation) - Method in class haberman.rhizomatics.ui.anim.ResizeAnimation
Method called during animation progress.
applyTransformation(float, Transformation) - Method in class haberman.rhizomatics.ui.anim.SlideAnimation
Method called during animation progress.
AppState() - Constructor for enum haberman.rhizomatics.fsm.Application.AppState
 
AppState() - Constructor for enum haberman.rhizomatics.fsm.AudioPlayer.AppState
 
AppState() - Constructor for enum haberman.rhizomatics.fsm.GPS.AppState
 
AppState() - Constructor for enum haberman.rhizomatics.fsm.Map.AppState
 
AppState() - Constructor for enum haberman.rhizomatics.fsm.Place.AppState
 
AppTrigger() - Constructor for enum haberman.rhizomatics.fsm.Application.AppTrigger
 
AppTrigger() - Constructor for enum haberman.rhizomatics.fsm.AudioPlayer.AppTrigger
 
AppTrigger() - Constructor for enum haberman.rhizomatics.fsm.GPS.AppTrigger
 
AppTrigger() - Constructor for enum haberman.rhizomatics.fsm.Map.AppTrigger
 
AppTrigger() - Constructor for enum haberman.rhizomatics.fsm.Place.AppTrigger
 
Area - Class in haberman.rhizomatics.data
The root area.
Area(JSONObject) - Constructor for class haberman.rhizomatics.data.Area
Constructor.
area_ - Variable in class haberman.rhizomatics.fsm.Map
The soundscape area.
AREA_TRACKS_AMOUNT - Static variable in class haberman.rhizomatics.data.Constants
Amount of tracks played in the Soundscape.
around_extent_ - Variable in class haberman.rhizomatics.fsm.entities.SoundEntity
A value only used in SoundEntity.Where.AROUND state that holds a factor of interpolation
assign_bundle_(Bundle) - Method in class haberman.rhizomatics.gl.drawers.SurroundEcho
 
audio_busy() - Static method in class haberman.rhizomatics.data.SharedBuffer
Indicates that the AudioPlayer.AppState is either AudioPlayer.AppState#PREPARING or AudioPlayer.AppState#PLAYING.
audio_state() - Static method in class haberman.rhizomatics.data.SharedBuffer
 
audio_state_ - Variable in class haberman.rhizomatics.data.SharedBuffer
The current AudioPlayer.AppState audio state.
audio_type() - Static method in class haberman.rhizomatics.data.SharedBuffer
 
audio_type() - Method in class haberman.rhizomatics.events.AudioEvent
 
audio_type_ - Variable in class haberman.rhizomatics.data.SharedBuffer
The current AudioPlayer.AudioType audio type.
audio_type_ - Variable in class haberman.rhizomatics.events.AudioEvent
An eventual AudioPlayer.AudioType.
audio_type_ - Variable in class haberman.rhizomatics.fsm.AudioPlayer
The AudioPlayer.AudioType handled by this player.
AudioEvent - Class in haberman.rhizomatics.events
IEvent implementation for audio related events.
AudioEvent(String, AudioPlayer.AudioType) - Constructor for class haberman.rhizomatics.events.AudioEvent
Constructor.
AudioPlayer - Class in haberman.rhizomatics.fsm
Base state machine for audio playing.
AudioPlayer(Context, AudioPlayer.AudioType) - Constructor for class haberman.rhizomatics.fsm.AudioPlayer
Constructor.
AudioPlayer.AppState - Enum in haberman.rhizomatics.fsm
States enum.
AudioPlayer.AppTrigger - Enum in haberman.rhizomatics.fsm
Triggers enum.
AudioPlayer.AudioType - Enum in haberman.rhizomatics.fsm
An enum listing types' refinements of audio states.
AudioPlayer.BufferEntry - Class in haberman.rhizomatics.fsm
Action taken before the machine enters AudioPlayer.AppState.BUFFERING -> watch for updates.
AudioPlayer.CompleteEntry - Class in haberman.rhizomatics.fsm
 
AudioPlayer.PauseEntry - Class in haberman.rhizomatics.fsm
Action taken when the state machine enters AudioPlayer.AppState.PAUSED -> pauses the AudioPlayer.player_.
AudioPlayer.PlayEntry - Class in haberman.rhizomatics.fsm
Action taken before the state machine enters AudioPlayer.AppState.PLAYING, one we have a prepared AudioPlayer.player_ -> starts buffering and sets this AudioPlayer.audio_type_ to take focus over the shared SharedBuffer.audio_type().
AudioPlayer.PlayGuard - Class in haberman.rhizomatics.fsm
Guard that prevents the machine to enters AudioPlayer.AppState.PLAYING is the AudioPlayer.player_ isn't prepared.
AudioPlayer.PrepareEntry - Class in haberman.rhizomatics.fsm
Action taken when the state machine enters AudioPlayer.AppState.PREPARING -> AudioPlayer.select_track() and prepare the AudioPlayer.player_.
AudioType() - Constructor for enum haberman.rhizomatics.fsm.AudioPlayer.AudioType
 
author() - Method in class haberman.rhizomatics.fsm.entities.PlaceEntity
 
author_ - Variable in class haberman.rhizomatics.fsm.entities.PlaceEntity
The author of the text read on this place.
autoclose_handler_ - Variable in class haberman.rhizomatics.ui.HeaderFragment
Auto close
autoclose_runnable_ - Variable in class haberman.rhizomatics.ui.HeaderFragment
 
await() - Method in class haberman.rhizomatics.fsm.Soundscape
AppTrigger#await trigger.
Axis() - Constructor for enum haberman.rhizomatics.ui.anim.ResizeAnimation.Axis
 
axis_ - Variable in class haberman.rhizomatics.ui.anim.ResizeAnimation
Axis along which view resizing occurs.
A B C D E F G H I J L M N O P R S T U V W X Y 
Skip navigation links