All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.scalajs.dom.svg.scala Maven / Gradle / Ivy

The newest version!
package org.scalajs.dom

/**
 * Short aliasas of all the dom.SVGThing classes
 */
object svg {
  type A = raw.SVGAElement
  type AnimatedAngle = raw.SVGAnimatedAngle
  type AnimatedBoolean = raw.SVGAnimatedBoolean
  type AnimatedInteger = raw.SVGAnimatedInteger
  type AnimatedEnumeration = raw.SVGAnimatedEnumeration
  type AnimatedPreserveAspectRatio = raw.SVGAnimatedPreserveAspectRatio
  type AnimatedLength = raw.SVGAnimatedLength
  type AnimatedLengthList = raw.SVGAnimatedLengthList
  type AnimatedNumber = raw.SVGAnimatedNumber
  type AnimatedNumberList = raw.SVGAnimatedNumberList
  type AnimatedPathData = raw.SVGAnimatedPathData
  type AnimatedPoints = raw.SVGAnimatedPoints
  type AnimatedRect = raw.SVGAnimatedRect
  type AnimatedString = raw.SVGAnimatedString
  type AnimatedTransformList = raw.SVGAnimatedTransformList
  type Angle = raw.SVGAngle
  @inline def Angle = raw.SVGAngle

  type Circle = raw.SVGCircleElement
  type ClipPath = raw.SVGClipPathElement
  type ComponentTransferFunction = raw.SVGComponentTransferFunctionElement
  @inline def ComponentTransferFunction =
    raw.SVGComponentTransferFunctionElement

  type Defs = raw.SVGDefsElement
  type Desc = raw.SVGDescElement

  type Element = raw.SVGElement
  type ElementInstance = raw.SVGElementInstance
  type ElementInstanceList = raw.SVGElementInstanceList
  type Ellipse = raw.SVGEllipseElement
  type Exception = raw.SVGException
  @inline def Exception = raw.SVGException
  type ExternalResourcesRequired = raw.SVGExternalResourcesRequired

  type FEBlend = raw.SVGFEBlendElement
  @inline def FEBlend = raw.SVGFEBlendElement
  type FEColorMatrix = raw.SVGFEColorMatrixElement
  @inline def FEColorMatrix = raw.SVGFEColorMatrixElement
  type FEComposite = raw.SVGFECompositeElement
  @inline def FEComposite = raw.SVGFECompositeElement
  type FEComponentTransfer = raw.SVGFEComponentTransferElement
  type FEConvolveMatrix = raw.SVGFEConvolveMatrixElement
  @inline def FEConvolveMatrix = raw.SVGFEConvolveMatrixElement
  type FEDistantLight = raw.SVGFEDistantLightElement
  type FEDiffuseLighting = raw.SVGFEDiffuseLightingElement
  type FEDisplacementMap = raw.SVGFEDisplacementMapElement
  @inline def FEDisplacementMap = raw.SVGFEDisplacementMapElement
  type FEFlood = raw.SVGFEFloodElement
  type FEFuncA = raw.SVGFEFuncAElement
  type FEFuncB = raw.SVGFEFuncBElement
  type FEFuncG = raw.SVGFEFuncGElement
  type FEFuncR = raw.SVGFEFuncRElement
  type FEGaussianBlur = raw.SVGFEGaussianBlurElement
  type FEImage = raw.SVGFEImageElement
  type FEMerge = raw.SVGFEMergeElement
  type FEMergeNode = raw.SVGFEMergeNodeElement
  type FEMorphology = raw.SVGFEMorphologyElement
  type FEOffset = raw.SVGFEOffsetElement
  type FEPointLight = raw.SVGFEPointLightElement
  type FESpecularLighting = raw.SVGFESpecularLightingElement
  @inline def FEMorphology = raw.SVGFEMorphologyElement
  type FESpotLight = raw.SVGFESpotLightElement
  type FETile = raw.SVGFETileElement
  type FETurbulence = raw.SVGFETurbulenceElement
  @inline def FETurbulence = raw.SVGFETurbulenceElement
  type Filter = raw.SVGFilterElement
  type FilterPrimitiveStandardAttributes =
    raw.SVGFilterPrimitiveStandardAttributes
  type FitToViewBox = raw.SVGFitToViewBox

  type G = raw.SVGGElement
  type GetSVGDocument = raw.GetSVGDocument
  type Gradient = raw.SVGGradientElement
  @inline def Gradient = raw.SVGGradientElement

  type Image = raw.SVGImageElement

  type LangSpace = raw.SVGLangSpace
  type Length = raw.SVGLength
  @inline def Length = raw.SVGLength
  type LengthList = raw.SVGLengthList
  type Line = raw.SVGLineElement
  type LinearGradient = raw.SVGLinearGradientElement
  type Locatable = raw.SVGLocatable

  type Marker = raw.SVGMarkerElement
  @inline def Marker = raw.SVGMarkerElement
  type Mask = raw.SVGMaskElement
  type Matrix = raw.SVGMatrix
  type Metadata = raw.SVGMetadataElement

  type Number = raw.SVGNumber
  type NumberList = raw.SVGNumberList

  type Path = raw.SVGPathElement
  type PathSeg = raw.SVGPathSeg
  @inline def PathSeg = raw.SVGPathSeg
  type PathSegArcAbs = raw.SVGPathSegArcAbs
  type PathSegArcRel = raw.SVGPathSegArcRel
  type PathSegClosePath = raw.SVGPathSegClosePath
  type PathSegCurvetoCubicSmoothAbs = raw.SVGPathSegCurvetoCubicSmoothAbs
  type PathSegCurvetoQuadraticRel = raw.SVGPathSegCurvetoQuadraticRel
  type PathSegCurvetoQuadraticSmoothRel =
    raw.SVGPathSegCurvetoQuadraticSmoothRel
  type PathSegCurvetoCubicAbs = raw.SVGPathSegCurvetoCubicAbs
  type PathSegCurvetoCubicRel = raw.SVGPathSegCurvetoCubicRel
  type PathSegCurvetoQuadraticAbs = raw.SVGPathSegCurvetoQuadraticAbs
  type PathSegCurvetoCubicSmoothRel = raw.SVGPathSegCurvetoCubicSmoothRel
  type PathSegCurvetoQuadraticSmoothAbs =
    raw.SVGPathSegCurvetoQuadraticSmoothAbs
  type PathSegLinetoAbs = raw.SVGPathSegLinetoAbs
  type PathSegLinetoRel = raw.SVGPathSegLinetoRel
  type PathSegLinetoHorizontalAbs = raw.SVGPathSegLinetoHorizontalAbs
  type PathSegLinetoHorizontalRel = raw.SVGPathSegLinetoHorizontalRel
  type PathSegLinetoVerticalAbs = raw.SVGPathSegLinetoVerticalAbs
  type PathSegLinetoVerticalRel = raw.SVGPathSegLinetoVerticalRel
  type PathSegMovetoAbs = raw.SVGPathSegMovetoAbs
  type PathSegMovetoRel = raw.SVGPathSegMovetoRel
  type PathSegList = raw.SVGPathSegList
  type Pattern = raw.SVGPatternElement
  type Point = raw.SVGPoint
  type PointList = raw.SVGPointList
  type Polygon = raw.SVGPolygonElement
  type Polyline = raw.SVGPolylineElement
  type PreserveAspectRatio = raw.SVGPreserveAspectRatio
  @inline def PreserveAspectRatio = raw.SVGPreserveAspectRatio

  type RadialGradient = raw.SVGRadialGradientElement
  type Rect = raw.SVGRect
  // Irregular aliasing, due to collision with dom.SVGRect
  type RectElement = raw.SVGRectElement

  type Script = raw.SVGScriptElement
  type Stop = raw.SVGStopElement
  type Stylable = raw.SVGStylable
  type Style = raw.SVGStyleElement
  type StringList = raw.SVGStringList
  type SVG = raw.SVGSVGElement
  type Switch = raw.SVGSwitchElement
  type Symbol = raw.SVGSymbolElement

  type Text = raw.SVGTextElement
  type TextContent = raw.SVGTextContentElement
  @inline def TextContent = raw.SVGTextContentElement
  type TextPath = raw.SVGTextPathElement
  @inline def TextPath = raw.SVGTextPathElement
  type TextPositioning = raw.SVGTextPositioningElement
  type Tests = raw.SVGTests
  type Title = raw.SVGTitleElement
  type Transform = raw.SVGTransform
  @inline def Transform = raw.SVGTransform
  type Transformable = raw.SVGTransformable
  type TransformList = raw.SVGTransformList
  type TSpan = raw.SVGTSpanElement

  type UnitTypes = raw.SVGUnitTypes
  @inline def UnitTypes = raw.SVGUnitTypes
  type URIReference = raw.SVGURIReference
  type Use = raw.SVGUseElement

  type View = raw.SVGViewElement

  type ZoomAndPan = raw.SVGZoomAndPan
  @inline def ZoomAndPan = raw.SVGZoomAndPan
  type ZoomEvent = raw.SVGZoomEvent
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy