com.metl.data

MeTLMoveDelta

Related Docs: object MeTLMoveDelta | package data

case class MeTLMoveDelta(server: ServerConfiguration, author: String, timestamp: Long, target: String, privacy: Privacy, slide: String, identity: String, xOrigin: Double, yOrigin: Double, inkIds: Seq[String], textIds: Seq[String], imageIds: Seq[String], xTranslate: Double, yTranslate: Double, xScale: Double, yScale: Double, newPrivacy: Privacy, isDeleted: Boolean) 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. MeTLMoveDelta
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. MeTLCanvasContent
  7. MeTLStanza
  8. MeTLData
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MeTLMoveDelta(server: ServerConfiguration, author: String, timestamp: Long, target: String, privacy: Privacy, slide: String, identity: String, xOrigin: Double, yOrigin: Double, inkIds: Seq[String], textIds: Seq[String], imageIds: Seq[String], xTranslate: Double, yTranslate: Double, xScale: Double, yScale: Double, newPrivacy: Privacy, isDeleted: Boolean)

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def adjustIndividualContent(cc: MeTLCanvasContent, shouldTestPrivacy: Boolean = true, possiblyOverrideLeftBounds: Double = 0.0, possiblyOverrideTopBounds: Double = 0.0): MeTLCanvasContent

  5. def adjustTimestamp(newTime: Long = new java.util.Date().getTime): MeTLMoveDelta

    Definition Classes
    MeTLMoveDeltaMeTLCanvasContentMeTLStanza
  6. def adjustVisual(newXTranslate: Double, newYTranslate: Double, newXScale: Double, newYScale: Double): MeTLMoveDelta

    Definition Classes
    MeTLMoveDeltaMeTLCanvasContent
  7. def alterPrivacy(newPrivacy: Privacy): MeTLCanvasContent

    Definition Classes
    MeTLCanvasContent
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val author: String

    Definition Classes
    MeTLMoveDeltaMeTLCanvasContentMeTLStanza
  10. def bottom: Double

    Definition Classes
    MeTLCanvasContent
  11. def clone(): AnyRef

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

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

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

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

    Attributes
    protected
    Definition Classes
    MeTLCanvasContent
  16. def generateChanges(rawPublicHistory: History, rawPrivateHistory: History): (List[MeTLStanza], List[MeTLStanza])

  17. def generateDirtier(newInkIds: Seq[String], newTextIds: Seq[String], newImageIds: Seq[String], replacementPrivacy: Privacy): MeTLMoveDelta

  18. def generateDirty(dirtyTime: Long): MeTLCanvasContent

    Definition Classes
    MeTLCanvasContent
  19. def generateNewIdentity(descriptor: String): MeTLMoveDelta

    Definition Classes
    MeTLMoveDeltaMeTLCanvasContent
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. val identity: String

    Definition Classes
    MeTLMoveDeltaMeTLCanvasContent
  22. val imageIds: Seq[String]

  23. val inkIds: Seq[String]

  24. val isDeleted: Boolean

  25. def isDirtiedBy(other: MeTLCanvasContent): Boolean

    Definition Classes
    MeTLCanvasContent
  26. def isDirtierFor(other: MeTLCanvasContent, testPrivacy: Boolean = true): Boolean

  27. def isDirtierFor(other: MeTLCanvasContent): Boolean

    Definition Classes
    MeTLMoveDeltaMeTLCanvasContent
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def left: Double

    Definition Classes
    MeTLCanvasContent
  30. def matches(other: MeTLCanvasContent): Boolean

    Definition Classes
    MeTLMoveDeltaMeTLCanvasContent
  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. val newPrivacy: Privacy

  33. final def notify(): Unit

    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  35. val privacy: Privacy

    Definition Classes
    MeTLMoveDeltaMeTLCanvasContent
  36. def replaceIds(newInkIds: Seq[String], newTextIds: Seq[String], newImageIds: Seq[String], replacementPrivacy: Privacy): MeTLMoveDelta

  37. def right: Double

    Definition Classes
    MeTLCanvasContent
  38. def scale(newXScale: Double, newYScale: Double): MeTLMoveDelta

    Definition Classes
    MeTLMoveDeltaMeTLCanvasContent
  39. def scale(factor: Double): MeTLCanvasContent

    Definition Classes
    MeTLCanvasContent
  40. val scaleFactorX: Double

    Definition Classes
    MeTLCanvasContent
  41. val scaleFactorY: Double

    Definition Classes
    MeTLCanvasContent
  42. val server: ServerConfiguration

    Definition Classes
    MeTLMoveDeltaMeTLCanvasContentMeTLStanzaMeTLData
  43. val slide: String

    Definition Classes
    MeTLMoveDeltaMeTLCanvasContent
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. val target: String

    Definition Classes
    MeTLMoveDeltaMeTLCanvasContent
  46. val textIds: Seq[String]

  47. val timestamp: Long

    Definition Classes
    MeTLMoveDeltaMeTLCanvasContentMeTLStanza
  48. def top: Double

    Definition Classes
    MeTLCanvasContent
  49. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. val xOrigin: Double

  53. val xScale: Double

  54. val xTranslate: Double

  55. val yOrigin: Double

  56. val yScale: Double

  57. val yTranslate: Double

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