Packages

final class Image extends UpdatableDisplay

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Image
  2. UpdatableDisplay
  3. Display
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def byteArrayOpt: Option[Array[Byte]]
  6. def clear()(implicit output: OutputHandler): Unit
    Definition Classes
    UpdatableDisplay
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def data(): Map[String, String]
    Definition Classes
    ImageDisplay
  9. def display()(implicit output: OutputHandler): Unit
    Definition Classes
    Display
  10. def displayData(): DisplayData
    Definition Classes
    UpdatableDisplayDisplay
  11. val displayId: String
    Definition Classes
    ImageUpdatableDisplay
  12. val embed: Boolean
  13. def emptyDisplayData(): DisplayData
    Attributes
    protected
    Definition Classes
    UpdatableDisplay
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. val format: Option[Format]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. val height: Option[String]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def metadata(): Map[String, String]
    Definition Classes
    ImageDisplay
  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. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def update()(implicit output: OutputHandler): Unit
    Definition Classes
    UpdatableDisplay
  29. def urlOpt: Option[URL]
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  33. val width: Option[String]
  34. def withByteArray(data: Array[Byte]): Image
  35. def withEmbed(embed: Boolean): Image
  36. def withEmbed(): Image
  37. def withFormat(formatOpt: Option[Format]): Image
  38. def withFormat(format: Format): Image
  39. def withHeight(heightOpt: Option[String]): Image
  40. def withHeight(height: Int): Image
  41. def withUrl(url: String): Image
  42. def withUrl(url: URL): Image
  43. def withWidth(widthOpt: Option[String]): Image
  44. def withWidth(width: Int): Image

Inherited from UpdatableDisplay

Inherited from Display

Inherited from AnyRef

Inherited from Any

Ungrouped