Class/Object

com.metl.data

MeTLImage

Related Docs: object MeTLImage | package data

Permalink

case class MeTLImage(server: ServerConfiguration, author: String, timestamp: Long, tag: String, source: Box[String], imageBytes: Box[Array[Byte]], pngBytes: Box[Array[Byte]], width: Double, height: Double, x: Double, y: Double, target: String, privacy: Privacy, slide: String, identity: String, audiences: List[Audience] = Nil, scaleFactorX: Double = 1.0, scaleFactorY: Double = 1.0) extends MeTLCanvasContent with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, MeTLCanvasContent, MeTLStanza, MeTLData, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MeTLImage
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. MeTLCanvasContent
  7. MeTLStanza
  8. MeTLData
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MeTLImage(server: ServerConfiguration, author: String, timestamp: Long, tag: String, source: Box[String], imageBytes: Box[Array[Byte]], pngBytes: Box[Array[Byte]], width: Double, height: Double, x: Double, y: Double, target: String, privacy: Privacy, slide: String, identity: String, audiences: List[Audience] = Nil, scaleFactorX: Double = 1.0, scaleFactorY: Double = 1.0)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def adjustTimestamp(newTime: Long = new java.util.Date().getTime): MeTLImage

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContentMeTLStanza
  5. def adjustVisual(xTranslate: Double, yTranslate: Double, xScale: Double, yScale: Double): MeTLImage

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContent
  6. def alterPrivacy(possiblyNewPrivacy: Privacy): MeTLImage

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContent
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val audiences: List[Audience]

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContentMeTLStanzaMeTLData
  9. val author: String

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContentMeTLStanza
  10. val bottom: Double

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContent
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(a: Any): Boolean

    Permalink
    Definition Classes
    MeTLCanvasContentMeTLStanzaMeTLData → AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def genNewIdentity(role: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    MeTLCanvasContent
  16. def generateDirty(dirtyTime: Long = new java.util.Date().getTime): MeTLDirtyImage

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContent
  17. def generateNewIdentity(descriptor: String): MeTLImage

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContent
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. val height: Double

    Permalink
  20. val identity: String

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContent
  21. val imageBytes: Box[Array[Byte]]

    Permalink
  22. def isDirtiedBy(other: MeTLCanvasContent): Boolean

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContent
  23. def isDirtierFor(other: MeTLCanvasContent): Boolean

    Permalink
    Definition Classes
    MeTLCanvasContent
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. val left: Double

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContent
  26. def matches(other: MeTLCanvasContent): Boolean

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContent
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. val pngBytes: Box[Array[Byte]]

    Permalink
  31. val privacy: Privacy

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContent
  32. val right: Double

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContent
  33. def scale(xScale: Double, yScale: Double): MeTLImage

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContent
  34. def scale(factor: Double): MeTLImage

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContent
  35. val scaleFactorX: Double

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContent
  36. val scaleFactorY: Double

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContent
  37. val server: ServerConfiguration

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContentMeTLStanzaMeTLData
  38. val slide: String

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContent
  39. val source: Box[String]

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. val tag: String

    Permalink
  42. val target: String

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContent
  43. val timestamp: Long

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContentMeTLStanza
  44. val top: Double

    Permalink
    Definition Classes
    MeTLImageMeTLCanvasContent
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. val width: Double

    Permalink
  49. val x: Double

    Permalink
  50. val y: Double

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from MeTLCanvasContent

Inherited from MeTLStanza

Inherited from MeTLData

Inherited from AnyRef

Inherited from Any

Ungrouped