class
MeTLCanvasContent extends MeTLStanza
Instance Constructors
-
new
MeTLCanvasContent(server: ServerConfiguration, author: String, timestamp: Long, target: String, privacy: Privacy, slide: String, identity: String, audiences: List[Audience] = Nil, scaleFactorX: Double = 1.0, scaleFactorY: Double = 1.0)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
adjustTimestamp(newTimestamp: Long): MeTLCanvasContent
-
def
adjustVisual(xTranslate: Double, yTranslate: Double, xScale: Double, yScale: Double): MeTLCanvasContent
-
-
final
def
asInstanceOf[T0]: T0
-
val
audiences: List[Audience]
-
val
author: String
-
def
bottom: Double
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(a: Any): Boolean
-
def
finalize(): Unit
-
def
genNewIdentity(role: String): String
-
def
generateDirty(dirtyTime: Long): MeTLCanvasContent
-
def
generateNewIdentity(descriptor: String): MeTLCanvasContent
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
val
identity: String
-
-
-
final
def
isInstanceOf[T0]: Boolean
-
def
left: Double
-
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
right: Double
-
def
scale(xScale: Double, yScale: Double): MeTLCanvasContent
-
-
val
scaleFactorX: Double
-
val
scaleFactorY: Double
-
-
val
slide: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
val
target: String
-
val
timestamp: Long
-
def
toString(): String
-
def
top: Double
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any