class
AnimatedImage extends Image
Instance Constructors
-
new
AnimatedImage(frames: Vector[Image], delay: Double)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
lazy val
boundingBox: BoundingBox
-
def
clip(x1: Double, y1: Double, x2: Double, y2: Double): Future[Image]
-
def
clone(): AnyRef
-
def
dispose(): Unit
-
def
draw(context: Context, x: Double, y: Double, width: Double, height: Double): Unit
-
def
draw(context: Context, x: Double, y: Double): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
val
frame: Val[Image]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
val
height: Double
-
val
index: Var[Int]
-
final
def
isInstanceOf[T0]: Boolean
-
def
isRaster: Boolean
-
def
isVector: Boolean
-
lazy val
modified: Var[Long]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
resize(width: Double, height: Double): Future[Image]
-
def
resizeTo(canvas: Canvas, width: Double, height: Double, resizer: ImageResizer): Future[Canvas]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toDataURL: Future[String]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
val
width: Double
Inherited from AnyRef
Inherited from Any