Package

scravatar

Permalink

package scravatar

Visibility
  1. Public
  2. All

Type Members

  1. case class CustomImage(url: String) extends DefaultImage with Product with Serializable

    Permalink
  2. sealed abstract class DefaultImage extends AnyRef

    Permalink
  3. case class Gravatar(emailAddress: String, ssl: Boolean = false, forceDefault: Boolean = false, defaultImage: Option[DefaultImage] = None, rating: Option[Rating] = None, size: Option[Int] = None) extends Product with Serializable

    Permalink

    Immutable (thread safe) class used to generate Gravatar URLs

  4. sealed abstract class Rating extends AnyRef

    Permalink

Value Members

  1. object DefaultImage

    Permalink
  2. object FourOFour extends DefaultImage with Product with Serializable

    Permalink
  3. object G extends Rating with Product with Serializable

    Permalink
  4. object IdentIcon extends DefaultImage with Product with Serializable

    Permalink
  5. object Monster extends DefaultImage with Product with Serializable

    Permalink
  6. object MysteryMan extends DefaultImage with Product with Serializable

    Permalink
  7. object PG extends Rating with Product with Serializable

    Permalink
  8. object R extends Rating with Product with Serializable

    Permalink
  9. object Rating

    Permalink
  10. object Retro extends DefaultImage with Product with Serializable

    Permalink
  11. object Wavatar extends DefaultImage with Product with Serializable

    Permalink
  12. object X extends Rating with Product with Serializable

    Permalink

Ungrouped