- 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
-
- activity_ - Variable in class haberman.rhizomatics.fsm.GPS
-
- 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
-
- all_sounds(String) - Method in class haberman.rhizomatics.data.DataManager
-
- 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
-
- Application.RunEntry - Class in haberman.rhizomatics.fsm
-
- Application.StartEntry - Class in haberman.rhizomatics.fsm
-
- Application.StopEntry - Class in haberman.rhizomatics.fsm
-
- 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
-
- around_extent_ - Variable in class haberman.rhizomatics.fsm.entities.SoundEntity
-
- 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
-
- 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
-
- AudioPlayer.CompleteEntry - Class in haberman.rhizomatics.fsm
-
- AudioPlayer.PauseEntry - Class in haberman.rhizomatics.fsm
-
- AudioPlayer.PlayEntry - Class in haberman.rhizomatics.fsm
-
- AudioPlayer.PlayGuard - Class in haberman.rhizomatics.fsm
-
- AudioPlayer.PrepareEntry - Class in haberman.rhizomatics.fsm
-
- 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.