ScalaDocs: Tweet Stream

This document is the API specification for ScalaDocs: Tweet Stream

Class Summary
class Geo extends AnyRef
Represents a geo coordinate
trait JsonSugar extends AnyRef
Methods to avoid the tedium of getting a value, checking to see if it's null, and then performing some function on it. Used like ss(jsonObj, "foo") { myObj.foo = _ } }
trait Log extends AnyRef
Provides simple (hacky) logging. You can comment out the printlns to suppress output
class Status extends AnyRef
Represents a Tweet
class TweetStream (parent : processing.core.PApplet, host : java.lang.String, port : Int, path : java.lang.String, username : java.lang.String, password : java.lang.String) extends Log
Provides a Processing interface to the Twitter streaming API. Note that this interface will ONLY work with JSON formatted streams.
class User extends AnyRef
Represents a Twitter User
Object Summary
object Geo extends AnyRef
Provides methods for unmarshalling a Geo from Json
object Status extends JsonSugar
Provides methods for unmarshalling a status from Json
object User extends JsonSugar
Provides methods for unmarshalling a User from Json