doodle.svg.algebra
package doodle.svg.algebra
Members list
Type members
Classlikes
trait AlgebraModule
Attributes
- Source
- BaseAlgebra.scala
- Supertypes
- Known subtypes
-
trait JsAlgebraModule
- Self type
-
trait CanvasAlgebra extends MouseClick[Canvas], MouseMove[Canvas], Redraw[Canvas]
Attributes
- Companion
- object
- Source
- CanvasAlgebra.scala
- Supertypes
- Known subtypes
-
object CanvasAlgebra
object CanvasAlgebra extends CanvasAlgebra
Attributes
- Companion
- trait
- Source
- CanvasAlgebra.scala
- Supertypes
- Self type
-
CanvasAlgebra.type
trait FilterModule
Attributes
- Source
- Filter.scala
- Supertypes
- Known subtypes
-
trait JsAlgebraModule
- Self type
Attributes
- Source
- HasTextBoundingBox.scala
- Supertypes
- Known subtypes
-
class JsAlgebra
trait ImageModule
Module for handling bitmap images in SVG via elements
Module for handling bitmap images in SVG via elements
Attributes
- Source
- Image.scala
- Supertypes
- Known subtypes
-
trait JsAlgebraModule
- Self type
trait JsAlgebraModule extends AlgebraModule, FilterModule, ImageModule, JsTaggedModule, PathModule, ShapeModule, SvgModule, TextModule, JsBase
Attributes
- Source
- Algebra.scala
- Supertypes
-
trait TextModuletrait SvgModuletrait ShapeModuletrait PathModuletrait JsTaggedModuletrait JsBasetrait Basetrait ImageModuletrait FilterModuletrait AlgebraModuleclass Objecttrait Matchableclass AnyShow all
trait JsTaggedModule extends JsBase
Attributes
- Source
- JsTagged.scala
- Supertypes
- Known subtypes
-
trait JsAlgebraModule
trait PathModule
Attributes
- Source
- Path.scala
- Supertypes
- Known subtypes
-
trait JsAlgebraModule
- Self type
trait ShapeModule
Attributes
- Source
- Shape.scala
- Supertypes
- Known subtypes
-
trait JsAlgebraModule
- Self type
SVG-specific image reference that stores URL and optional dimensions
SVG-specific image reference that stores URL and optional dimensions
Attributes
- Source
- SvgLoadBitmap.scala
- Supertypes
object SvgLoadBitmap
LoadBitmap implementation for SVG that creates image references
LoadBitmap implementation for SVG that creates image references
Attributes
- Source
- SvgLoadBitmap.scala
- Supertypes
- Self type
-
SvgLoadBitmap.type
trait SvgModule
Attributes
- Source
- Svg.scala
- Supertypes
- Known subtypes
-
trait JsAlgebraModule
- Self type
object SvgToPicture
ToPicture implementation for SVG image references
ToPicture implementation for SVG image references
Attributes
- Source
- SvgToPicture.scala
- Supertypes
- Self type
-
SvgToPicture.type
This algebra allows you to include any ScalaTags tag within an SVG drawing.
This algebra allows you to include any ScalaTags tag within an SVG drawing.
Attributes
- Source
- Tagged.scala
- Supertypes
- Known subtypes
trait TextModule extends JsBase
Attributes
- Source
- Text.scala
- Supertypes
- Known subtypes
-
trait JsAlgebraModule
In this article