Image

sealed abstract class Image extends Product with Serializable
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
class Circle
class Rectangle
class Triangle
class Beside
class Above
class On
class At
class Transform
class FillColor
class NoStroke
class NoFill
class Debug
object Empty
class Path
class OpenPath

Value members

Concrete methods

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

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product