Packages

c

io.youi.image

AnimatedImage

class AnimatedImage extends Image

Linear Supertypes
Image, Drawable, Modifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnimatedImage
  2. Image
  3. Drawable
  4. Modifiable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AnimatedImage(frames: Vector[Image], delay: Double)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. lazy val boundingBox: BoundingBox
    Definition Classes
    Image
  6. def clip(x1: Double, y1: Double, x2: Double, y2: Double): Future[Image]
    Definition Classes
    Image
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def dispose(): Unit
    Definition Classes
    AnimatedImageImage
  9. def draw(context: Context, x: Double, y: Double, width: Double, height: Double): Unit
    Definition Classes
    AnimatedImageImage
  10. def draw(context: Context, x: Double, y: Double): Unit
    Definition Classes
    ImageDrawable
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val frame: Val[Image]
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. val height: Double
    Definition Classes
    AnimatedImageImage
  18. val index: Var[Int]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isRaster: Boolean
    Definition Classes
    Image
  21. def isVector: Boolean
    Definition Classes
    AnimatedImageImage
  22. lazy val modified: Var[Long]
    Definition Classes
    Modifiable
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def resize(width: Double, height: Double): Future[Image]
    Definition Classes
    AnimatedImageImage
  27. def resizeTo(canvas: Canvas, width: Double, height: Double, resizer: ImageResizer): Future[Canvas]
    Definition Classes
    AnimatedImageImage
  28. lazy val size: Size
    Definition Classes
    Image
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toDataURL: Future[String]
    Definition Classes
    AnimatedImageImage
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. val width: Double
    Definition Classes
    AnimatedImageImage

Inherited from Image

Inherited from Drawable

Inherited from Modifiable

Inherited from AnyRef

Inherited from Any

Ungrouped