com.metl.data

MeTLUnhandledCanvasContent

Related Docs: object MeTLUnhandledCanvasContent | package data

case class MeTLUnhandledCanvasContent[T](server: ServerConfiguration, author: String, timestamp: Long, target: String, privacy: Privacy, slide: String, identity: String, scaleFactorX: Double = 1.0, scaleFactorY: Double = 1.0, unhandled: T) 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. MeTLUnhandledCanvasContent
  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 MeTLUnhandledCanvasContent(server: ServerConfiguration, author: String, timestamp: Long, target: String, privacy: Privacy, slide: String, identity: String, scaleFactorX: Double = 1.0, scaleFactorY: Double = 1.0, unhandled: T)

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(newTimestamp: Long): MeTLCanvasContent

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

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

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

    Definition Classes
    Any
  8. val author: String

  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): MeTLCanvasContent

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

    Definition Classes
    AnyRef → Any
  18. val identity: String

  19. def isDirtiedBy(other: MeTLCanvasContent): Boolean

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

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

    Definition Classes
    Any
  22. def left: Double

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

    Definition Classes
    MeTLCanvasContent
  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

  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

  32. val scaleFactorY: Double

  33. val server: ServerConfiguration

  34. val slide: String

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

    Definition Classes
    AnyRef
  36. val target: String

  37. val timestamp: Long

  38. def top: Double

    Definition Classes
    MeTLCanvasContent
  39. val unhandled: T

  40. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. 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