package effect
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class Frame(id: String, size: Size, background: Option[Color] = None) extends Product with Serializable
- sealed abstract class Size extends Product with Serializable
- final case class Svg[Builder, Output <: FragT, FragT](bundle: Bundle[Builder, Output, FragT] { type Tag <: scalatags.generic.TypedTag[Builder,Output,FragT] }) extends Product with Serializable
- final case class SvgGraphicsContext[Builder, Output <: FragT, FragT](bundle: Bundle[Builder, Output, FragT]) extends GraphicsContext[ListBuffer[TypedTag[Builder, Output, FragT]]] with Product with Serializable