Class/Object

com.metl.data

MeTLMultiWordText

Related Docs: object MeTLMultiWordText | package data

Permalink

case class MeTLMultiWordText(server: ServerConfiguration, author: String, timestamp: Long, height: Double, width: Double, requestedWidth: Double, x: Double, y: Double, tag: String, identity: String, target: String, privacy: Privacy, slide: String, words: Seq[MeTLTextWord], 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. MeTLMultiWordText
  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 MeTLMultiWordText(server: ServerConfiguration, author: String, timestamp: Long, height: Double, width: Double, requestedWidth: Double, x: Double, y: Double, tag: String, identity: String, target: String, privacy: Privacy, slide: String, words: Seq[MeTLTextWord], 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): MeTLMultiWordText

    Permalink
  5. def adjustVisual(xTranslate: Double, yTranslate: Double, xScale: Double, yScale: Double): MeTLMultiWordText

    Permalink
    Definition Classes
    MeTLMultiWordTextMeTLCanvasContent
  6. def alterPrivacy(possiblyNewPrivacy: Privacy): MeTLMultiWordText

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

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

    Permalink
  9. val author: String

    Permalink
  10. def bottom: Double

    Permalink
    Definition Classes
    MeTLMultiWordTextMeTLCanvasContent
  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): MeTLDirtyText

    Permalink
    Definition Classes
    MeTLMultiWordTextMeTLCanvasContent
  17. def generateNewIdentity(descriptor: String): MeTLMultiWordText

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

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

    Permalink
  20. val identity: String

    Permalink
    Definition Classes
    MeTLMultiWordTextMeTLCanvasContent
  21. def isDirtiedBy(other: MeTLCanvasContent): Boolean

    Permalink
    Definition Classes
    MeTLMultiWordTextMeTLCanvasContent
  22. def isDirtierFor(other: MeTLCanvasContent): Boolean

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

    Permalink
    Definition Classes
    Any
  24. def left: Double

    Permalink
    Definition Classes
    MeTLMultiWordTextMeTLCanvasContent
  25. def matches(other: MeTLCanvasContent): Boolean

    Permalink
    Definition Classes
    MeTLMultiWordTextMeTLCanvasContent
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. val privacy: Privacy

    Permalink
    Definition Classes
    MeTLMultiWordTextMeTLCanvasContent
  30. val requestedWidth: Double

    Permalink
  31. def right: Double

    Permalink
    Definition Classes
    MeTLMultiWordTextMeTLCanvasContent
  32. def scale(xScale: Double, yScale: Double): MeTLMultiWordText

    Permalink
    Definition Classes
    MeTLMultiWordTextMeTLCanvasContent
  33. def scale(factor: Double): MeTLMultiWordText

    Permalink
    Definition Classes
    MeTLMultiWordTextMeTLCanvasContent
  34. val scaleFactorX: Double

    Permalink
    Definition Classes
    MeTLMultiWordTextMeTLCanvasContent
  35. val scaleFactorY: Double

    Permalink
    Definition Classes
    MeTLMultiWordTextMeTLCanvasContent
  36. val server: ServerConfiguration

    Permalink
  37. val slide: String

    Permalink
    Definition Classes
    MeTLMultiWordTextMeTLCanvasContent
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. val tag: String

    Permalink
  40. val target: String

    Permalink
    Definition Classes
    MeTLMultiWordTextMeTLCanvasContent
  41. val timestamp: Long

    Permalink
  42. def top: Double

    Permalink
    Definition Classes
    MeTLMultiWordTextMeTLCanvasContent
  43. final def wait(): Unit

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

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

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

    Permalink
  47. val words: Seq[MeTLTextWord]

    Permalink
  48. val x: Double

    Permalink
  49. 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