Image

sealed abstract class Image extends Product with Serializable
Companion:
object
Source:
Image.scala
trait Product
trait Equals
class Object
trait Matchable
class Any
class Above
class At
class Beside
class Circle
class Debug
object Empty.type
class FillColor
class Font
class NoFill
class NoStroke
class On
class Rectangle
class Text
class Transform
class Triangle
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 <: Basic]: Picture[Algebra, Unit]
def debug(color: Color): Image
def fillColor(color: Color): Image
def fillGradient(gradient: Gradient): Image
def font(font: Font): 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 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