JsAlgebra
final class JsAlgebra(val canvas: Canvas, val applyF: Apply[SvgResult], val functorF: Functor[SvgResult]) extends BaseAlgebra with HasTextBoundingBox with Text
- Source:
- Algebra.scala
trait Text
trait GenericText[SvgResult]
trait HasTextBoundingBox
trait BaseAlgebra
trait Basic[Drawing]
trait GivenFunctor[SvgResult]
trait GivenApply[SvgResult]
trait GenericTransform[SvgResult]
trait Transform[Drawing]
trait GenericStyle[SvgResult]
trait Style[Drawing]
trait GenericSize[SvgResult]
trait GenericLayout[SvgResult]
trait GenericDebug[SvgResult]
trait Debug[Drawing]
trait Path
trait GenericPath[SvgResult]
trait Path[Drawing]
trait Shape
trait GenericShape[SvgResult]
trait Shape[Drawing]
trait Size[Drawing]
trait Layout[Drawing]
class Object
trait Matchable
class Any
Type members
Inherited classlikes
Inherited types
Value members
Concrete methods
Inherited methods
Get the bounding box enclosing the picture
Get the bounding box enclosing the picture
- Inherited from:
- GenericSize
- Source:
- GenericSize.scala
Create an equilateral triangle with the given side length.
Create an equilateral triangle with the given side length.
- Inherited from:
- Path
- Source:
- Path.scala
def fillGradient[A](image: Finalized[SvgResult, A], fillGradient: Gradient): Finalized[SvgResult, A]
- Inherited from:
- GenericStyle
- Source:
- GenericStyle.scala
Get the height of the bounding box enclosing the picture
Get the height of the bounding box enclosing the picture
- Inherited from:
- GenericSize
- Source:
- GenericSize.scala
Get the width and height of the bounding box enclosing the picture
Get the width and height of the bounding box enclosing the picture
- Inherited from:
- GenericSize
- Source:
- GenericSize.scala
def strokeDash[A](image: Finalized[SvgResult, A], pattern: Iterable[Double]): Finalized[SvgResult, A]
- Inherited from:
- GenericStyle
- Source:
- GenericStyle.scala
Get the width of the bounding box enclosing the picture
Get the width of the bounding box enclosing the picture
- Inherited from:
- GenericSize
- Source:
- GenericSize.scala