scalatags.generic

SvgAttrs

trait SvgAttrs[Builder, Output <: FragT, FragT] extends Util[Builder, Output, FragT]

Linear Supertypes
Util[Builder, Output, FragT], LowPriUtil[Builder, Output, FragT], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SvgAttrs
  2. Util
  3. LowPriUtil
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type ConcreteHtmlTag[T <: Output] <: TypedTag[Builder, T, FragT]

    Definition Classes
    Util
  2. implicit class ExtendedString extends AnyRef

    Provides extension methods on strings to fit them into Scalatag fragments.

    Provides extension methods on strings to fit them into Scalatag fragments.

    Definition Classes
    Util
  3. implicit class SeqNode[A] extends Modifier[Builder]

    Allows you to modify a ConcreteHtmlTag by adding a Seq containing other nest-able objects to its list of children.

    Allows you to modify a ConcreteHtmlTag by adding a Seq containing other nest-able objects to its list of children.

    Definition Classes
    Util

Abstract Value Members

  1. implicit abstract def SeqFrag[A](xs: Seq[A])(implicit arg0: (A) ⇒ Frag[Builder, FragT]): Frag[Builder, FragT]

    Renders an Seq of FragT into a single FragT

    Renders an Seq of FragT into a single FragT

    Definition Classes
    LowPriUtil
  2. implicit abstract def UnitFrag(u: Unit): Frag[Builder, FragT]

    Lets you put Unit into a scalatags tree, as a no-op.

    Lets you put Unit into a scalatags tree, as a no-op.

    Definition Classes
    LowPriUtil
  3. abstract def makeAbstractTypedTag[T <: Output](tag: String, void: Boolean, namespaceConfig: Namespace): ConcreteHtmlTag[T]

    Definition Classes
    Util
  4. implicit abstract def stringAttrX: AttrValue[Builder, String]

    Attributes
    protected[this]
    Definition Classes
    Util
  5. implicit abstract def stringPixelStyleX: PixelStyleValue[Builder, String]

    Attributes
    protected[this]
    Definition Classes
    Util
  6. implicit abstract def stringStyleX: StyleValue[Builder, String]

    Attributes
    protected[this]
    Definition Classes
    Util

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. implicit def ArrayFrag[A](xs: Array[A])(implicit arg0: (A) ⇒ Frag[Builder, FragT]): Frag[Builder, FragT]

    Renders an Seq of FragT into a single FragT

    Renders an Seq of FragT into a single FragT

    Definition Classes
    LowPriUtil
  5. implicit def ArrayNode[A](xs: Array[A])(implicit arg0: (A) ⇒ Modifier[Builder]): SeqNode[A]

    Allows you to modify a ConcreteHtmlTag by adding an Array containing other nest-able objects to its list of children.

    Allows you to modify a ConcreteHtmlTag by adding an Array containing other nest-able objects to its list of children.

    Definition Classes
    Util
  6. implicit def OptionFrag[A](xs: Option[A])(implicit arg0: (A) ⇒ Frag[Builder, FragT]): Frag[Builder, FragT]

    Renders an Option of FragT into a single FragT

    Renders an Option of FragT into a single FragT

    Definition Classes
    LowPriUtil
  7. implicit def OptionNode[A](xs: Option[A])(implicit arg0: (A) ⇒ Modifier[Builder]): SeqNode[A]

    Allows you to modify a ConcreteHtmlTag by adding an Option containing other nest-able objects to its list of children.

    Allows you to modify a ConcreteHtmlTag by adding an Option containing other nest-able objects to its list of children.

    Definition Classes
    Util
  8. val accentHeight: Attr

    This attribute defines the distance from the origin to the top of accent characters, measured by a distance within the font coordinate system.

    This attribute defines the distance from the origin to the top of accent characters, measured by a distance within the font coordinate system. If the attribute is not specified, the effect is as if the attribute were set to the value of the ascent attribute.

    Value <number>

    MDN

  9. val accumulate: Attr

    This attribute controls whether or not the animation is cumulative.

    This attribute controls whether or not the animation is cumulative. It is frequently useful for repeated animations to build upon the previous results, accumulating with each iteration. This attribute said to the animation if the value is added to the previous animated attribute's value on each iteration.

    Value none | sum

    MDN

  10. val additive: Attr

    This attribute controls whether or not the animation is additive.

    This attribute controls whether or not the animation is additive. It is frequently useful to define animation as an offset or delta to an attribute's value, rather than as absolute values. This attribute said to the animation if their values are added to the original animated attribute's value.

    Value replace | sum

    MDN

  11. val alignmentBaseline: Attr

    The alignment-baseline attribute specifies how an object is aligned with respect to its parent.

    The alignment-baseline attribute specifies how an object is aligned with respect to its parent. This property specifies which baseline of this element is to be aligned with the corresponding baseline of the parent. For example, this allows alphabetic baselines in Roman text to stay aligned across font size changes. It defaults to the baseline with the same name as the computed value of the alignment-baseline property. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css alignment-baseline for further information.

    Value: auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical | inherit

    MDN

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. val ascent: Attr

    This attribute defines the maximum unaccented depth of the font within the font coordinate system.

    This attribute defines the maximum unaccented depth of the font within the font coordinate system. If the attribute is not specified, the effect is as if the attribute were set to the vert-origin-y value for the corresponding font.

    Value <number>

    MDN

  14. val attributeName: Attr

    This attribute indicates the name of the attribute in the parent element that is going to be changed during an animation.

    This attribute indicates the name of the attribute in the parent element that is going to be changed during an animation.

    Value <attributeName>

    MDN

  15. val attributeType: Attr

    This attribute specifies the namespace in which the target attribute and its associated values are defined.

    This attribute specifies the namespace in which the target attribute and its associated values are defined.

    Value CSS | XML | auto

    MDN

  16. val azimuth: Attr

    The azimuth attribute represent the direction angle for the light source on the XY plane (clockwise), in degrees from the x axis.

    The azimuth attribute represent the direction angle for the light source on the XY plane (clockwise), in degrees from the x axis. If the attribute is not specified, then the effect is as if a value of 0 were specified.

    Value <number>

    MDN

  17. val baseFrequency: Attr

    The baseFrequency attribute represent The base frequencies parameter for the noise function of the <feturbulence> primitive.

    The baseFrequency attribute represent The base frequencies parameter for the noise function of the <feturbulence> primitive. If two <number>s are provided, the first number represents a base frequency in the X direction and the second value represents a base frequency in the Y direction. If one number is provided, then that value is used for both X and Y. Negative values are forbidden. If the attribute is not specified, then the effect is as if a value of 0 were specified.

    Value <number-optional-number>

    MDN

  18. val baselineShift: Attr

    The baseline-shift attribute allows repositioning of the dominant-baseline relative to the dominant-baseline of the parent text content element.

    The baseline-shift attribute allows repositioning of the dominant-baseline relative to the dominant-baseline of the parent text content element. The shifted object might be a sub- or superscript. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css baseline-shift for further information.

    Value auto | baseline | sup | sub | <percentage> | <length> | inherit

    MDN

  19. val begin: Attr

    This attribute defines when an animation should begin.

    This attribute defines when an animation should begin. The attribute value is a semicolon separated list of values. The interpretation of a list of start times is detailed in the SMIL specification in "Evaluation of begin and end time lists". Each individual value can be one of the following: <offset-value>, <syncbase-value>, <event-value>, <repeat-value>, <accessKey-value>, <wallclock-sync-value> or the keyword indefinite.

    Value <begin-value-list>

    MDN

  20. val bias: Attr

    The bias attribute shifts the range of the filter.

    The bias attribute shifts the range of the filter. After applying the kernelMatrix of the <feconvolvematrix> element to the input image to yield a number and applied the divisor attribute, the bias attribute is added to each component. This allows representation of values that would otherwise be clamped to 0 or 1. If bias is not specified, then the effect is as if a value of 0 were specified.

    Value <number>

    MDN

  21. val calcMode: Attr

    This attribute specifies the interpolation mode for the animation.

    This attribute specifies the interpolation mode for the animation. The default mode is linear, however if the attribute does not support linear interpolation (e.g. for strings), the calcMode attribute is ignored and discrete interpolation is used.

    Value discrete | linear | paced | spline

    MDN

  22. val class: Attr

    Assigns a class name or set of class names to an element.

    Assigns a class name or set of class names to an element. You may assign the same class name or names to any number of elements. If you specify multiple class names, they must be separated by whitespace characters. The class name of an element has two key roles: -As a style sheet selector, for use when an author wants to assign style information to a set of elements. -For general usage by the browser. The class can be used to style SVG content using CSS.

    Value <list-of-class-names>

    MDN

  23. val clip: Attr

    The clip attribute has the same parameter values as defined for the css clip property.

    The clip attribute has the same parameter values as defined for the css clip property. Unitless values, which indicate current user coordinates, are permitted on the coordinate values on the <shape>. The value of auto defines a clipping path along the bounds of the viewport created by the given element. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css clip for further information.

    Value auto | <shape> | inherit

    MDN

  24. val clipPath: Attr

    The clip-path attribute bind the element is applied to with a given <clippath> element As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet

    The clip-path attribute bind the element is applied to with a given <clippath> element As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet

    Value <FuncIRI> | none | inherit

    MDN

  25. val clipPathUnits: Attr

    The clipPathUnits attribute defines the coordinate system for the contents of the <clippath> element.

    The clipPathUnits attribute defines the coordinate system for the contents of the <clippath> element. the clipPathUnits attribute is not specified, then the effect is as if a value of userSpaceOnUse were specified. Note that values defined as a percentage inside the content of the <clippath> are not affected by this attribute. It means that even if you set the value of maskContentUnits to objectBoundingBox, percentage values will be calculated as if the value of the attribute were userSpaceOnUse.

    Value userSpaceOnUse | objectBoundingBox

    MDN

  26. val clipRule: Attr

    The clip-rule attribute only applies to graphics elements that are contained within a <clippath> element.

    The clip-rule attribute only applies to graphics elements that are contained within a <clippath> element. The clip-rule attribute basically works as the fill-rule attribute, except that it applies to <clippath> definitions.

    Value nonezero | evenodd | inherit

    MDN

  27. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. val color: Attr

    The color attribute is used to provide a potential indirect value (currentColor) for the fill, stroke, stop-color, flood-color and lighting-color attributes.

    The color attribute is used to provide a potential indirect value (currentColor) for the fill, stroke, stop-color, flood-color and lighting-color attributes. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color for further information.

    Value <color> | inherit

    MDN

  29. val colorInterpolation: Attr

    The color-interpolation attribute specifies the color space for gradient interpolations, color animations and alpha compositing.When a child element is blended into a background, the value of the color-interpolation attribute on the child determines the type of blending, not the value of the color-interpolation on the parent.

    The color-interpolation attribute specifies the color space for gradient interpolations, color animations and alpha compositing.When a child element is blended into a background, the value of the color-interpolation attribute on the child determines the type of blending, not the value of the color-interpolation on the parent. For gradients which make use of the xlink:href attribute to reference another gradient, the gradient uses the color-interpolation attribute value from the gradient element which is directly referenced by the fill or stroke attribute. When animating colors, color interpolation is performed according to the value of the color-interpolation attribute on the element being animated. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color-interpolation for further information

    Value auto | sRGB | linearRGB | inherit

    MDN

  30. val colorInterpolationFilters: Attr

    The color-interpolation-filters attribute specifies the color space for imaging operations performed via filter effects.

    The color-interpolation-filters attribute specifies the color space for imaging operations performed via filter effects. Note that color-interpolation-filters has a different initial value than color-interpolation. color-interpolation-filters has an initial value of linearRGB, whereas color-interpolation has an initial value of sRGB. Thus, in the default case, filter effects operations occur in the linearRGB color space, whereas all other color interpolations occur by default in the sRGB color space. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color-interpolation-filters for further information

    Value auto | sRGB | linearRGB | inherit

    MDN

  31. val colorProfile: Attr

    The color-profile attribute is used to define which color profile a raster image included through the <image> element should use.

    The color-profile attribute is used to define which color profile a raster image included through the <image> element should use. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color-profile for further information.

    Value auto | sRGB | <name> | <IRI> | inherit

    MDN

  32. val colorRendering: Attr

    The color-rendering attribute provides a hint to the SVG user agent about how to optimize its color interpolation and compositing operations.

    The color-rendering attribute provides a hint to the SVG user agent about how to optimize its color interpolation and compositing operations. color-rendering takes precedence over color-interpolation-filters. For example, assume color-rendering: optimizeSpeed and color-interpolation-filters: linearRGB. In this case, the SVG user agent should perform color operations in a way that optimizes performance, which might mean sacrificing the color interpolation precision as specified by color-interpolation-filters: linearRGB. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color-rendering for further information

    Value auto | optimizeSpeed | optimizeQuality | inherit

    MDN

  33. val contentScriptType: Attr

    The contentScriptType attribute on the <svg> element specifies the default scripting language for the given document fragment.

    The contentScriptType attribute on the <svg> element specifies the default scripting language for the given document fragment. This attribute sets the default scripting language used to process the value strings in event attributes. This language must be used for all instances of script that do not specify their own scripting language. The value content-type specifies a media type, per MIME Part Two: Media Types [RFC2046]. The default value is application/ecmascript

    Value <content-type>

    MDN

  34. val contentStyleType: Attr

    This attribute specifies the style sheet language for the given document fragment.

    This attribute specifies the style sheet language for the given document fragment. The contentStyleType is specified on the <svg> element. By default, if it's not defined, the value is text/css

    Value <content-type>

    MDN

  35. val cursor: Attr

    The cursor attribute specifies the mouse cursor displayed when the mouse pointer is over an element.This attribute behave exactly like the css cursor property except that if the browser suport the <cursor> element, it should allow to use it with the <funciri> notation.

    The cursor attribute specifies the mouse cursor displayed when the mouse pointer is over an element.This attribute behave exactly like the css cursor property except that if the browser suport the <cursor> element, it should allow to use it with the <funciri> notation. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css cursor for further information.

    Value auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize| text | wait | help | inherit

    MDN

  36. val cx: Attr

    For the <circle> and the <ellipse> element, this attribute define the x-axis coordinate of the center of the element.

    For the <circle> and the <ellipse> element, this attribute define the x-axis coordinate of the center of the element. If the attribute is not specified, the effect is as if a value of "0" were specified.For the <radialgradient> element, this attribute define the x-axis coordinate of the largest (i.e., outermost) circle for the radial gradient. The gradient will be drawn such that the 100% gradient stop is mapped to the perimeter of this largest (i.e., outermost) circle. If the attribute is not specified, the effect is as if a value of 50% were specified

    Value <coordinate>

    MDN

  37. val cy: Attr

    For the <circle> and the <ellipse> element, this attribute define the y-axis coordinate of the center of the element.

    For the <circle> and the <ellipse> element, this attribute define the y-axis coordinate of the center of the element. If the attribute is not specified, the effect is as if a value of "0" were specified.For the <radialgradient> element, this attribute define the x-axis coordinate of the largest (i.e., outermost) circle for the radial gradient. The gradient will be drawn such that the 100% gradient stop is mapped to the perimeter of this largest (i.e., outermost) circle. If the attribute is not specified, the effect is as if a value of 50% were specified

    Value <coordinate>

    MDN

  38. val d: Attr

    MDN

  39. val diffuseConstant: Attr

    MDN

  40. val direction: Attr

    MDN

  41. val display: Attr

    MDN

  42. val divisor: Attr

    MDN

  43. val dominantBaseline: Attr

    MDN

  44. val dur: Attr

    MDN

  45. val dx: Attr

    MDN

  46. val dy: Attr

    MDN

  47. val edgeMode: Attr

    MDN

  48. val elevation: Attr

    MDN

  49. val end: Attr

    MDN

  50. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  51. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  52. val externalResourcesRequired: Attr

    MDN

  53. val fill: Attr

    MDN

  54. val fillOpacity: Attr

    MDN

  55. val fillRule: Attr

    MDN

  56. val filter: Attr

    MDN

  57. val filterRes: Attr

    MDN

  58. val filterUnits: Attr

    MDN

  59. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  60. val floodColor: Attr

    MDN

  61. val floodOpacity: Attr

    MDN

  62. val fontFamily: Attr

    MDN

  63. val fontSize: Attr

    MDN

  64. val fontSizeAdjust: Attr

    MDN

  65. val fontStretch: Attr

    MDN

  66. val fontVariant: Attr

    MDN

  67. val fontWeight: Attr

    MDN

  68. val from: Attr

    MDN

  69. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  70. val gradientTransform: Attr

    MDN

  71. val gradientUnits: Attr

    MDN

  72. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  73. val height: Attr

    MDN

  74. val id: Attr

  75. val imageRendering: Attr

    MDN

  76. val in: Attr

    MDN

  77. val in2: Attr

    MDN

  78. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  79. val k1: Attr

    MDN

  80. val k2: Attr

    MDN

  81. val k3: Attr

    MDN

  82. val k4: Attr

    MDN

  83. val kernelMatrix: Attr

    MDN

  84. val kernelUnitLength: Attr

    MDN

  85. val kerning: Attr

    MDN

  86. val keySplines: Attr

    MDN

  87. val keyTimes: Attr

    MDN

  88. val letterSpacing: Attr

    MDN

  89. val lightingColor: Attr

    MDN

  90. val limitingConeAngle: Attr

    MDN

  91. val local: Attr

    MDN

  92. val markerEnd: Attr

    MDN

  93. val markerHeight: Attr

    MDN

  94. val markerMid: Attr

    MDN

  95. val markerStart: Attr

    MDN

  96. val markerUnits: Attr

    MDN

  97. val markerWidth: Attr

    MDN

  98. val mask: Attr

    MDN

  99. val maskContentUnits: Attr

    MDN

  100. val maskUnits: Attr

    MDN

  101. val max: Attr

    MDN

  102. val min: Attr

    MDN

  103. val mode: Attr

    MDN

  104. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  105. final def notify(): Unit

    Definition Classes
    AnyRef
  106. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  107. val numOctaves: Attr

    MDN

  108. val offset: Attr

  109. val opacity: Attr

    MDN

  110. val operator: Attr

    MDN

  111. val order: Attr

    MDN

  112. val overflow: Attr

    MDN

  113. val paintOrder: Attr

    MDN

  114. val pathLength: Attr

    MDN

  115. val patternContentUnits: Attr

    MDN

  116. val patternTransform: Attr

    MDN

  117. val patternUnits: Attr

    MDN

  118. val pointerEvents: Attr

    MDN

  119. val points: Attr

    MDN

  120. val pointsAtX: Attr

    MDN

  121. val pointsAtY: Attr

    MDN

  122. val pointsAtZ: Attr

    MDN

  123. val preserveAlpha: Attr

    MDN

  124. val preserveAspectRatio: Attr

    MDN

  125. val primitiveUnits: Attr

    MDN

  126. val r: Attr

    MDN

  127. val radius: Attr

    MDN

  128. val repeatCount: Attr

    MDN

  129. val repeatDur: Attr

    MDN

  130. val requiredFeatures: Attr

    MDN

  131. val restart: Attr

    MDN

  132. val result: Attr

    MDN

  133. val rx: Attr

    MDN

  134. val ry: Attr

    MDN

  135. val scale: Attr

    MDN

  136. val seed: Attr

    MDN

  137. val shapeRendering: Attr

    MDN

  138. val specularConstant: Attr

    MDN

  139. val specularExponent: Attr

    MDN

  140. val spreadMethod: Attr

    MDN

  141. val stdDeviation: Attr

    MDN

  142. val stitchTiles: Attr

    MDN

  143. val stopColor: Attr

    MDN

  144. val stopOpacity: Attr

    MDN

  145. val stroke: Attr

    MDN

  146. val strokeDasharray: Attr

    MDN

  147. val strokeDashoffset: Attr

    MDN

  148. val strokeLinecap: Attr

    MDN

  149. val strokeLinejoin: Attr

    MDN

  150. val strokeMiterlimit: Attr

    MDN

  151. val strokeOpacity: Attr

    MDN

  152. val strokeWidth: Attr

    MDN

  153. val style: Attr

    MDN

  154. val surfaceScale: Attr

    MDN

  155. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  156. val targetX: Attr

    MDN

  157. val targetY: Attr

    MDN

  158. val textAnchor: Attr

    MDN

  159. val textDecoration: Attr

    MDN

  160. val textRendering: Attr

    MDN

  161. val to: Attr

    MDN

  162. def toString(): String

    Definition Classes
    AnyRef → Any
  163. val transform: Attr

  164. val type: Attr

  165. val values: Attr

  166. val viewBox: Attr

    MDN

  167. val visibility: Attr

  168. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  169. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  170. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  171. val width: Attr

  172. val wordSpacing: Attr

  173. val writingMode: Attr

  174. val x: Attr

  175. val x1: Attr

  176. val x2: Attr

  177. val xChannelSelector: Attr

  178. val xLink: Attr

  179. val xLinkHref: Attr

  180. val xLinkTitle: Attr

  181. val xmlSpace: Attr

  182. val xmlns: Attr

    MDN

  183. val y: Attr

  184. val y1: Attr

  185. val y2: Attr

  186. val yChannelSelector: Attr

  187. val z: Attr

Inherited from Util[Builder, Output, FragT]

Inherited from LowPriUtil[Builder, Output, FragT]

Inherited from AnyRef

Inherited from Any

Ungrouped