Packages

sealed abstract class Image extends Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Image
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  2. abstract def productArity: Int
    Definition Classes
    Product
  3. abstract def productElement(n: Int): Any
    Definition Classes
    Product

Concrete 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 above(bottom: Image): Image
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def at(r: Double, a: Angle): Image
  7. def at(x: Double, y: Double): Image
  8. def at(pt: Point): Image
  9. def at(vec: Vec): Image
  10. def below(top: Image): Image
  11. def beside(right: Image): Image
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. def compile[Algebra <: Basic]: Picture[Algebra, Unit]
  14. def debug: Image
  15. def debug(color: Color): Image
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def fillColor(color: Color): Image
  19. def fillGradient(gradient: Gradient): Image
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. def font(font: Font): Image
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def margin(width: Double): Image
  26. def margin(width: Double, height: Double): Image
  27. def margin(top: Double, right: Double, bottom: Double, left: Double): Image
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def noFill: Image
  30. def noStroke: Image
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def on(bottom: Image): Image
  34. def originAt(r: Double, a: Angle): Image
  35. def originAt(x: Double, y: Double): Image
  36. def originAt(pt: Point): Image
  37. def originAt(vec: Vec): Image
  38. def productElementName(n: Int): String
    Definition Classes
    Product
  39. def productElementNames: Iterator[String]
    Definition Classes
    Product
  40. def productIterator: Iterator[Any]
    Definition Classes
    Product
  41. def productPrefix: String
    Definition Classes
    Product
  42. def rotate(angle: Angle): Image
  43. def scale(x: Double, y: Double): Image
  44. def strokeCap[A](strokeCap: Cap): Image
  45. def strokeColor(color: Color): Image
  46. def strokeDash[A](pattern: Iterable[Double]): Image

    Specify the stroke dash pattern.

    Specify the stroke dash pattern. The pattern gives the length, in local coordinates, of opaque and transparent sections. The first element is the length of an opaque section, the second of a transparent section, and so on.

  47. def strokeJoin[A](strokeJoin: Join): Image
  48. def strokeWidth(width: Double): Image
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. def transform(tx: Transform): Image
  52. def under(top: Image): Image
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped