sealed abstract class Image extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Image
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def above(bottom: Image): Image
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def at(r: Double, a: Angle): Image
- def at(x: Double, y: Double): Image
- def at(pt: Point): Image
- def at(vec: Vec): Image
- def below(top: Image): Image
- def beside(right: Image): Image
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compile[Algebra <: Basic]: Picture[Algebra, Unit]
- def debug: Image
- def debug(color: Color): Image
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fillColor(color: Color): Image
- def fillGradient(gradient: Gradient): Image
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def font(font: Font): Image
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def margin(width: Double): Image
- def margin(width: Double, height: Double): Image
- def margin(top: Double, right: Double, bottom: Double, left: Double): Image
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noFill: Image
- def noStroke: Image
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def on(bottom: Image): Image
- def originAt(r: Double, a: Angle): Image
- def originAt(x: Double, y: Double): Image
- def originAt(pt: Point): Image
- def originAt(vec: Vec): Image
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Product
- def rotate(angle: Angle): Image
- def scale(x: Double, y: Double): Image
- def strokeCap[A](strokeCap: Cap): Image
- def strokeColor(color: Color): Image
- 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.
- def strokeJoin[A](strokeJoin: Join): Image
- def strokeWidth(width: Double): Image
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transform(tx: Transform): Image
- def under(top: Image): Image
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()