BaseAlgebra
trait BaseAlgebra extends Algebra[Drawing] with Layout[Drawing] with Size[Drawing] with Shape with Path with GenericDebug[SvgResult] with GenericLayout[SvgResult] with GenericSize[SvgResult] with GenericStyle[SvgResult] with GenericTransform[SvgResult] with GivenApply[SvgResult] with GivenFunctor[SvgResult] with Basic[Drawing]
- Source:
- BaseAlgebra.scala
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]
trait Algebra[Drawing]
class Object
trait Matchable
class Any
class JsAlgebra
Type members
Inherited classlikes
Inherited types
Value members
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