Empty

doodle.image.Image$.Elements$.Empty$
case object Empty extends Image

Attributes

Source
Image.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Image
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Empty.type

Members list

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton
Source
Mirror.scala

Value members

Inherited methods

def above(bottom: Image): Image

Attributes

Inherited from:
Image
Source
Image.scala
def at(r: Double, a: Angle): Image

Attributes

Inherited from:
Image
Source
Image.scala
def at(x: Double, y: Double): Image

Attributes

Inherited from:
Image
Source
Image.scala
def at(pt: Point): Image

Attributes

Inherited from:
Image
Source
Image.scala
def at(vec: Vec): Image

Attributes

Inherited from:
Image
Source
Image.scala
def below(top: Image): Image

Attributes

Inherited from:
Image
Source
Image.scala
def beside(right: Image): Image

Attributes

Inherited from:
Image
Source
Image.scala
def compile[Algebra <: Basic]: Picture[Algebra, Unit]

Attributes

Inherited from:
Image
Source
Image.scala
def debug: Image

Attributes

Inherited from:
Image
Source
Image.scala
def debug(color: Color): Image

Attributes

Inherited from:
Image
Source
Image.scala
def fillColor(color: Color): Image

Attributes

Inherited from:
Image
Source
Image.scala
def fillGradient(gradient: Gradient): Image

Attributes

Inherited from:
Image
Source
Image.scala
def font(font: Font): Image

Attributes

Inherited from:
Image
Source
Image.scala
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
Source
Mirror.scala
def margin(width: Double): Image

Attributes

Inherited from:
Image
Source
Image.scala
def margin(width: Double, height: Double): Image

Attributes

Inherited from:
Image
Source
Image.scala
def margin(top: Double, right: Double, bottom: Double, left: Double): Image

Attributes

Inherited from:
Image
Source
Image.scala
def noFill: Image

Attributes

Inherited from:
Image
Source
Image.scala

Attributes

Inherited from:
Image
Source
Image.scala
def on(bottom: Image): Image

Attributes

Inherited from:
Image
Source
Image.scala
def originAt(r: Double, a: Angle): Image

Attributes

Inherited from:
Image
Source
Image.scala
def originAt(x: Double, y: Double): Image

Attributes

Inherited from:
Image
Source
Image.scala
def originAt(pt: Point): Image

Attributes

Inherited from:
Image
Source
Image.scala
def originAt(vec: Vec): Image

Attributes

Inherited from:
Image
Source
Image.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def rotate(angle: Angle): Image

Attributes

Inherited from:
Image
Source
Image.scala
def scale(x: Double, y: Double): Image

Attributes

Inherited from:
Image
Source
Image.scala
def strokeCap[A](strokeCap: Cap): Image

Attributes

Inherited from:
Image
Source
Image.scala
def strokeColor(color: Color): Image

Attributes

Inherited from:
Image
Source
Image.scala
def strokeDash[A](pattern: Iterable[Double]): Image

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.

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.

Attributes

Inherited from:
Image
Source
Image.scala
def strokeJoin[A](strokeJoin: Join): Image

Attributes

Inherited from:
Image
Source
Image.scala
def strokeWidth(width: Double): Image

Attributes

Inherited from:
Image
Source
Image.scala

Attributes

Inherited from:
Image
Source
Image.scala
def under(top: Image): Image

Attributes

Inherited from:
Image
Source
Image.scala