OpenPath

final case class OpenPath(elements: List[PathElement]) extends Path
class Path
class Image
trait Product
trait Equals
class Object
trait Matchable
class Any

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 close: Path
Inherited from:
Path
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 isClosed: Boolean
Inherited from:
Path
Source:
Image.scala
def isOpen: Boolean
Inherited from:
Path
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 open: Path
Inherited from:
Path
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