Path

sealed abstract class Path extends Image
class Image
trait Product
trait Equals
class Object
trait Matchable
class Any
class OpenPath

Value members

Concrete methods

def isClosed: Boolean
def isOpen: Boolean
def open: Path

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 canEqual(that: Any): Boolean
Inherited from:
Equals
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
Inherited from:
Image
Source:
Image.scala
Inherited from:
Image
Source:
Image.scala
def on(bottom: Image): Image
Inherited from:
Image
Source:
Image.scala
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
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