com.metl.data

MeTLDirtyInk

Related Docs: object MeTLDirtyInk | package data

case class MeTLDirtyInk(server: ServerConfiguration, author: String, timestamp: Long, target: String, privacy: Privacy, slide: String, identity: String) 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. MeTLDirtyInk
  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 MeTLDirtyInk(server: ServerConfiguration, author: String, timestamp: Long, target: String, privacy: Privacy, slide: String, identity: String)

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 adjustTimestamp(newTime: Long = new java.util.Date().getTime): MeTLDirtyInk

    Definition Classes
    MeTLDirtyInkMeTLCanvasContentMeTLStanza
  5. def adjustVisual(xTranslate: Double, yTranslate: Double, xScale: Double, yScale: Double): MeTLCanvasContent

    Definition Classes
    MeTLCanvasContent
  6. def alterPrivacy(newPrivacy: Privacy): MeTLDirtyInk

    Definition Classes
    MeTLDirtyInkMeTLCanvasContent
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val author: String

    Definition Classes
    MeTLDirtyInkMeTLCanvasContentMeTLStanza
  9. def bottom: Double

    Definition Classes
    MeTLCanvasContent
  10. def clone(): AnyRef

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

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

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

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

    Attributes
    protected
    Definition Classes
    MeTLCanvasContent
  15. def generateDirty(dirtyTime: Long): MeTLCanvasContent

    Definition Classes
    MeTLCanvasContent
  16. def generateNewIdentity(descriptor: String): MeTLDirtyInk

    Definition Classes
    MeTLDirtyInkMeTLCanvasContent
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. val identity: String

    Definition Classes
    MeTLDirtyInkMeTLCanvasContent
  19. def isDirtiedBy(other: MeTLCanvasContent): Boolean

    Definition Classes
    MeTLCanvasContent
  20. def isDirtierFor(other: MeTLCanvasContent): Boolean

    Definition Classes
    MeTLDirtyInkMeTLCanvasContent
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def left: Double

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

    Definition Classes
    MeTLDirtyInkMeTLCanvasContent
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

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

    Definition Classes
    AnyRef
  27. val privacy: Privacy

    Definition Classes
    MeTLDirtyInkMeTLCanvasContent
  28. def right: Double

    Definition Classes
    MeTLCanvasContent
  29. def scale(xScale: Double, yScale: Double): MeTLCanvasContent

    Definition Classes
    MeTLCanvasContent
  30. def scale(factor: Double): MeTLCanvasContent

    Definition Classes
    MeTLCanvasContent
  31. val scaleFactorX: Double

    Definition Classes
    MeTLCanvasContent
  32. val scaleFactorY: Double

    Definition Classes
    MeTLCanvasContent
  33. val server: ServerConfiguration

    Definition Classes
    MeTLDirtyInkMeTLCanvasContentMeTLStanzaMeTLData
  34. val slide: String

    Definition Classes
    MeTLDirtyInkMeTLCanvasContent
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. val target: String

    Definition Classes
    MeTLDirtyInkMeTLCanvasContent
  37. val timestamp: Long

    Definition Classes
    MeTLDirtyInkMeTLCanvasContentMeTLStanza
  38. def top: Double

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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