Empty

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

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton
Inherited from:
Singleton
type MirroredType = Singleton
Inherited from:
Singleton

Value members

Inherited methods

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