Empty

case object Empty extends Image
trait Singleton
trait Product
trait Mirror
class Image
trait Product
trait Equals
class Object
trait Matchable
class Any
Empty.type

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
Source:
Mirror.scala
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
Source:
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

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

Value members

Inherited methods

def above(bottom: Image): Image
Inherited from:
Image
Source:
Image.scala
def at(r: Double, a: Angle): Image
Inherited from:
Image
Source:
Image.scala
def at(x: Double, y: Double): Image
Inherited from:
Image
Source:
Image.scala
def at(pt: Point): Image
Inherited from:
Image
Source:
Image.scala
def at(vec: Vec): Image
Inherited from:
Image
Source:
Image.scala
def below(top: Image): Image
Inherited from:
Image
Source:
Image.scala
def beside(right: Image): Image
Inherited from:
Image
Source:
Image.scala
def compile[Algebra <: Basic]: Picture[Algebra, Unit]
Inherited from:
Image
Source:
Image.scala
Inherited from:
Image
Source:
Image.scala
def debug(color: Color): Image
Inherited from:
Image
Source:
Image.scala
def fillColor(color: Color): Image
Inherited from:
Image
Source:
Image.scala
def fillGradient(gradient: Gradient): Image
Inherited from:
Image
Source:
Image.scala
def font(font: Font): Image
Inherited from:
Image
Source:
Image.scala
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
Source:
Mirror.scala
Inherited from:
Image
Source:
Image.scala
Inherited from:
Image
Source:
Image.scala
def on(bottom: Image): Image
Inherited from:
Image
Source:
Image.scala
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def rotate(angle: Angle): Image
Inherited from:
Image
Source:
Image.scala
def scale(x: Double, y: Double): Image
Inherited from:
Image
Source:
Image.scala
def strokeColor(color: Color): Image
Inherited from:
Image
Source:
Image.scala
def strokeWidth(width: Double): Image
Inherited from:
Image
Source:
Image.scala
Inherited from:
Image
Source:
Image.scala
def under(top: Image): Image
Inherited from:
Image
Source:
Image.scala