filtereffects

package
v0.0.0-...-41cedfc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2022 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Overview

Package filtereffects are a way of processing an element’s rendering before it is displayed in the document.

Index

Constants

View Source
const (
	SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN  int = 0
	SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY int = 1
	SVG_FECOMPONENTTRANSFER_TYPE_TABLE    int = 2
	SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE int = 3
	SVG_FECOMPONENTTRANSFER_TYPE_LINEAR   int = 4
	SVG_FECOMPONENTTRANSFER_TYPE_GAMMA    int = 5
)
View Source
const (
	SVG_FEBLEND_MODE_UNKNOWN     int = 0
	SVG_FEBLEND_MODE_NORMAL      int = 1
	SVG_FEBLEND_MODE_MULTIPLY    int = 2
	SVG_FEBLEND_MODE_SCREEN      int = 3
	SVG_FEBLEND_MODE_DARKEN      int = 4
	SVG_FEBLEND_MODE_LIGHTEN     int = 5
	SVG_FEBLEND_MODE_OVERLAY     int = 6
	SVG_FEBLEND_MODE_COLOR_DODGE int = 7
	SVG_FEBLEND_MODE_COLOR_BURN  int = 8
	SVG_FEBLEND_MODE_HARD_LIGHT  int = 9
	SVG_FEBLEND_MODE_SOFT_LIGHT  int = 10
	SVG_FEBLEND_MODE_DIFFERENCE  int = 11
	SVG_FEBLEND_MODE_EXCLUSION   int = 12
	SVG_FEBLEND_MODE_HUE         int = 13
	SVG_FEBLEND_MODE_SATURATION  int = 14
	SVG_FEBLEND_MODE_COLOR       int = 15
	SVG_FEBLEND_MODE_LUMINOSITY  int = 16
)
View Source
const (
	SVG_FECOLORMATRIX_TYPE_UNKNOWN          int = 0
	SVG_FECOLORMATRIX_TYPE_MATRIX           int = 1
	SVG_FECOLORMATRIX_TYPE_SATURATE         int = 2
	SVG_FECOLORMATRIX_TYPE_HUEROTATE        int = 3
	SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA int = 4
)
View Source
const (
	SVG_FECOMPOSITE_OPERATOR_UNKNOWN    int = 0
	SVG_FECOMPOSITE_OPERATOR_OVER       int = 1
	SVG_FECOMPOSITE_OPERATOR_IN         int = 2
	SVG_FECOMPOSITE_OPERATOR_OUT        int = 3
	SVG_FECOMPOSITE_OPERATOR_ATOP       int = 4
	SVG_FECOMPOSITE_OPERATOR_XOR        int = 5
	SVG_FECOMPOSITE_OPERATOR_ARITHMETIC int = 6
)
View Source
const (
	SVG_EDGEMODE_UNKNOWN_CME   int = 0
	SVG_EDGEMODE_DUPLICATE_CME int = 1
	SVG_EDGEMODE_WRAP_CME      int = 2
	SVG_EDGEMODE_NONE_CME      int = 3
)
View Source
const (
	SVG_CHANNEL_UNKNOWN int = 0
	SVG_CHANNEL_R       int = 1
	SVG_CHANNEL_G       int = 2
	SVG_CHANNEL_B       int = 3
	SVG_CHANNEL_A       int = 4
)
View Source
const (
	SVG_EDGEMODE_UNKNOWN_GBE   int = 0
	SVG_EDGEMODE_DUPLICATE_GBE int = 1
	SVG_EDGEMODE_WRAP_GBE      int = 2
	SVG_EDGEMODE_NONE_GBE      int = 3
)
View Source
const (
	SVG_MORPHOLOGY_OPERATOR_UNKNOWN int = 0
	SVG_MORPHOLOGY_OPERATOR_ERODE   int = 1
	SVG_MORPHOLOGY_OPERATOR_DILATE  int = 2
)
View Source
const (
	SVG_TURBULENCE_TYPE_UNKNOWN      int = 0
	SVG_TURBULENCE_TYPE_FRACTALNOISE int = 1
	SVG_TURBULENCE_TYPE_TURBULENCE   int = 2
	SVG_STITCHTYPE_UNKNOWN           int = 0
	SVG_STITCHTYPE_STITCH            int = 1
	SVG_STITCHTYPE_NOSTITCH          int = 2
)

Variables

This section is empty.

Functions

This section is empty.

Types

type SVGComponentTransferFunctionElement

type SVGComponentTransferFunctionElement struct {
	svg.SVGElement
}

class: SVGComponentTransferFunctionElement

func SVGComponentTransferFunctionElementFromJS

func SVGComponentTransferFunctionElementFromJS(value js.Value) *SVGComponentTransferFunctionElement

SVGComponentTransferFunctionElementFromJS is casting a js.Value into SVGComponentTransferFunctionElement.

func SVGComponentTransferFunctionElementFromWrapper

func SVGComponentTransferFunctionElementFromWrapper(input core.Wrapper) *SVGComponentTransferFunctionElement

SVGComponentTransferFunctionElementFromJS is casting from something that holds a js.Value into SVGComponentTransferFunctionElement.

func (*SVGComponentTransferFunctionElement) Amplitude

Amplitude returning attribute 'amplitude' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGComponentTransferFunctionElement) Exponent

Exponent returning attribute 'exponent' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGComponentTransferFunctionElement) Intercept

Intercept returning attribute 'intercept' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGComponentTransferFunctionElement) Offset

Offset returning attribute 'offset' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGComponentTransferFunctionElement) Slope

Slope returning attribute 'slope' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGComponentTransferFunctionElement) TableValues

TableValues returning attribute 'tableValues' with type svg.SVGAnimatedNumberList (idl: SVGAnimatedNumberList).

func (*SVGComponentTransferFunctionElement) Type

Type returning attribute 'type' with type svg.SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

type SVGFEBlendElement

type SVGFEBlendElement struct {
	svg.SVGElement
}

class: SVGFEBlendElement

func SVGFEBlendElementFromJS

func SVGFEBlendElementFromJS(value js.Value) *SVGFEBlendElement

SVGFEBlendElementFromJS is casting a js.Value into SVGFEBlendElement.

func SVGFEBlendElementFromWrapper

func SVGFEBlendElementFromWrapper(input core.Wrapper) *SVGFEBlendElement

SVGFEBlendElementFromJS is casting from something that holds a js.Value into SVGFEBlendElement.

func (*SVGFEBlendElement) Height

func (_this *SVGFEBlendElement) Height() *svg.SVGAnimatedLength

Height returning attribute 'height' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEBlendElement) In1

func (_this *SVGFEBlendElement) In1() *svg.SVGAnimatedString

In1 returning attribute 'in1' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEBlendElement) In2

func (_this *SVGFEBlendElement) In2() *svg.SVGAnimatedString

In2 returning attribute 'in2' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEBlendElement) Mode

Mode returning attribute 'mode' with type svg.SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

func (*SVGFEBlendElement) Result

func (_this *SVGFEBlendElement) Result() *svg.SVGAnimatedString

Result returning attribute 'result' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEBlendElement) Width

func (_this *SVGFEBlendElement) Width() *svg.SVGAnimatedLength

Width returning attribute 'width' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEBlendElement) X

X returning attribute 'x' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEBlendElement) Y

Y returning attribute 'y' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGFEColorMatrixElement

type SVGFEColorMatrixElement struct {
	svg.SVGElement
}

class: SVGFEColorMatrixElement

func SVGFEColorMatrixElementFromJS

func SVGFEColorMatrixElementFromJS(value js.Value) *SVGFEColorMatrixElement

SVGFEColorMatrixElementFromJS is casting a js.Value into SVGFEColorMatrixElement.

func SVGFEColorMatrixElementFromWrapper

func SVGFEColorMatrixElementFromWrapper(input core.Wrapper) *SVGFEColorMatrixElement

SVGFEColorMatrixElementFromJS is casting from something that holds a js.Value into SVGFEColorMatrixElement.

func (*SVGFEColorMatrixElement) Height

Height returning attribute 'height' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEColorMatrixElement) In1

In1 returning attribute 'in1' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEColorMatrixElement) Result

Result returning attribute 'result' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEColorMatrixElement) Type

Type returning attribute 'type' with type svg.SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

func (*SVGFEColorMatrixElement) Values

Values returning attribute 'values' with type svg.SVGAnimatedNumberList (idl: SVGAnimatedNumberList).

func (*SVGFEColorMatrixElement) Width

Width returning attribute 'width' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEColorMatrixElement) X

X returning attribute 'x' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEColorMatrixElement) Y

Y returning attribute 'y' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGFEComponentTransferElement

type SVGFEComponentTransferElement struct {
	svg.SVGElement
}

class: SVGFEComponentTransferElement

func SVGFEComponentTransferElementFromJS

func SVGFEComponentTransferElementFromJS(value js.Value) *SVGFEComponentTransferElement

SVGFEComponentTransferElementFromJS is casting a js.Value into SVGFEComponentTransferElement.

func SVGFEComponentTransferElementFromWrapper

func SVGFEComponentTransferElementFromWrapper(input core.Wrapper) *SVGFEComponentTransferElement

SVGFEComponentTransferElementFromJS is casting from something that holds a js.Value into SVGFEComponentTransferElement.

func (*SVGFEComponentTransferElement) Height

Height returning attribute 'height' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEComponentTransferElement) In1

In1 returning attribute 'in1' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEComponentTransferElement) Result

Result returning attribute 'result' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEComponentTransferElement) Width

Width returning attribute 'width' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEComponentTransferElement) X

X returning attribute 'x' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEComponentTransferElement) Y

Y returning attribute 'y' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGFECompositeElement

type SVGFECompositeElement struct {
	svg.SVGElement
}

class: SVGFECompositeElement

func SVGFECompositeElementFromJS

func SVGFECompositeElementFromJS(value js.Value) *SVGFECompositeElement

SVGFECompositeElementFromJS is casting a js.Value into SVGFECompositeElement.

func SVGFECompositeElementFromWrapper

func SVGFECompositeElementFromWrapper(input core.Wrapper) *SVGFECompositeElement

SVGFECompositeElementFromJS is casting from something that holds a js.Value into SVGFECompositeElement.

func (*SVGFECompositeElement) Height

func (_this *SVGFECompositeElement) Height() *svg.SVGAnimatedLength

Height returning attribute 'height' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFECompositeElement) In1

In1 returning attribute 'in1' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFECompositeElement) In2

In2 returning attribute 'in2' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFECompositeElement) K1

K1 returning attribute 'k1' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFECompositeElement) K2

K2 returning attribute 'k2' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFECompositeElement) K3

K3 returning attribute 'k3' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFECompositeElement) K4

K4 returning attribute 'k4' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFECompositeElement) Operator

Operator returning attribute 'operator' with type svg.SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

func (*SVGFECompositeElement) Result

func (_this *SVGFECompositeElement) Result() *svg.SVGAnimatedString

Result returning attribute 'result' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFECompositeElement) Width

Width returning attribute 'width' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFECompositeElement) X

X returning attribute 'x' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFECompositeElement) Y

Y returning attribute 'y' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGFEConvolveMatrixElement

type SVGFEConvolveMatrixElement struct {
	svg.SVGElement
}

class: SVGFEConvolveMatrixElement

func SVGFEConvolveMatrixElementFromJS

func SVGFEConvolveMatrixElementFromJS(value js.Value) *SVGFEConvolveMatrixElement

SVGFEConvolveMatrixElementFromJS is casting a js.Value into SVGFEConvolveMatrixElement.

func SVGFEConvolveMatrixElementFromWrapper

func SVGFEConvolveMatrixElementFromWrapper(input core.Wrapper) *SVGFEConvolveMatrixElement

SVGFEConvolveMatrixElementFromJS is casting from something that holds a js.Value into SVGFEConvolveMatrixElement.

func (*SVGFEConvolveMatrixElement) Bias

Bias returning attribute 'bias' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEConvolveMatrixElement) Divisor

Divisor returning attribute 'divisor' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEConvolveMatrixElement) EdgeMode

EdgeMode returning attribute 'edgeMode' with type svg.SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

func (*SVGFEConvolveMatrixElement) Height

Height returning attribute 'height' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEConvolveMatrixElement) In1

In1 returning attribute 'in1' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEConvolveMatrixElement) KernelMatrix

func (_this *SVGFEConvolveMatrixElement) KernelMatrix() *svg.SVGAnimatedNumberList

KernelMatrix returning attribute 'kernelMatrix' with type svg.SVGAnimatedNumberList (idl: SVGAnimatedNumberList).

func (*SVGFEConvolveMatrixElement) KernelUnitLengthX

func (_this *SVGFEConvolveMatrixElement) KernelUnitLengthX() *svg.SVGAnimatedNumber

KernelUnitLengthX returning attribute 'kernelUnitLengthX' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEConvolveMatrixElement) KernelUnitLengthY

func (_this *SVGFEConvolveMatrixElement) KernelUnitLengthY() *svg.SVGAnimatedNumber

KernelUnitLengthY returning attribute 'kernelUnitLengthY' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEConvolveMatrixElement) OrderX

OrderX returning attribute 'orderX' with type svg.SVGAnimatedInteger (idl: SVGAnimatedInteger).

func (*SVGFEConvolveMatrixElement) OrderY

OrderY returning attribute 'orderY' with type svg.SVGAnimatedInteger (idl: SVGAnimatedInteger).

func (*SVGFEConvolveMatrixElement) PreserveAlpha

func (_this *SVGFEConvolveMatrixElement) PreserveAlpha() *svg.SVGAnimatedBoolean

PreserveAlpha returning attribute 'preserveAlpha' with type svg.SVGAnimatedBoolean (idl: SVGAnimatedBoolean).

func (*SVGFEConvolveMatrixElement) Result

Result returning attribute 'result' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEConvolveMatrixElement) TargetX

TargetX returning attribute 'targetX' with type svg.SVGAnimatedInteger (idl: SVGAnimatedInteger).

func (*SVGFEConvolveMatrixElement) TargetY

TargetY returning attribute 'targetY' with type svg.SVGAnimatedInteger (idl: SVGAnimatedInteger).

func (*SVGFEConvolveMatrixElement) Width

Width returning attribute 'width' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEConvolveMatrixElement) X

X returning attribute 'x' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEConvolveMatrixElement) Y

Y returning attribute 'y' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGFEDiffuseLightingElement

type SVGFEDiffuseLightingElement struct {
	svg.SVGElement
}

class: SVGFEDiffuseLightingElement

func SVGFEDiffuseLightingElementFromJS

func SVGFEDiffuseLightingElementFromJS(value js.Value) *SVGFEDiffuseLightingElement

SVGFEDiffuseLightingElementFromJS is casting a js.Value into SVGFEDiffuseLightingElement.

func SVGFEDiffuseLightingElementFromWrapper

func SVGFEDiffuseLightingElementFromWrapper(input core.Wrapper) *SVGFEDiffuseLightingElement

SVGFEDiffuseLightingElementFromJS is casting from something that holds a js.Value into SVGFEDiffuseLightingElement.

func (*SVGFEDiffuseLightingElement) DiffuseConstant

func (_this *SVGFEDiffuseLightingElement) DiffuseConstant() *svg.SVGAnimatedNumber

DiffuseConstant returning attribute 'diffuseConstant' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEDiffuseLightingElement) Height

Height returning attribute 'height' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEDiffuseLightingElement) In1

In1 returning attribute 'in1' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEDiffuseLightingElement) KernelUnitLengthX

func (_this *SVGFEDiffuseLightingElement) KernelUnitLengthX() *svg.SVGAnimatedNumber

KernelUnitLengthX returning attribute 'kernelUnitLengthX' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEDiffuseLightingElement) KernelUnitLengthY

func (_this *SVGFEDiffuseLightingElement) KernelUnitLengthY() *svg.SVGAnimatedNumber

KernelUnitLengthY returning attribute 'kernelUnitLengthY' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEDiffuseLightingElement) Result

Result returning attribute 'result' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEDiffuseLightingElement) SurfaceScale

func (_this *SVGFEDiffuseLightingElement) SurfaceScale() *svg.SVGAnimatedNumber

SurfaceScale returning attribute 'surfaceScale' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEDiffuseLightingElement) Width

Width returning attribute 'width' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEDiffuseLightingElement) X

X returning attribute 'x' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEDiffuseLightingElement) Y

Y returning attribute 'y' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGFEDisplacementMapElement

type SVGFEDisplacementMapElement struct {
	svg.SVGElement
}

class: SVGFEDisplacementMapElement

func SVGFEDisplacementMapElementFromJS

func SVGFEDisplacementMapElementFromJS(value js.Value) *SVGFEDisplacementMapElement

SVGFEDisplacementMapElementFromJS is casting a js.Value into SVGFEDisplacementMapElement.

func SVGFEDisplacementMapElementFromWrapper

func SVGFEDisplacementMapElementFromWrapper(input core.Wrapper) *SVGFEDisplacementMapElement

SVGFEDisplacementMapElementFromJS is casting from something that holds a js.Value into SVGFEDisplacementMapElement.

func (*SVGFEDisplacementMapElement) Height

Height returning attribute 'height' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEDisplacementMapElement) In1

In1 returning attribute 'in1' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEDisplacementMapElement) In2

In2 returning attribute 'in2' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEDisplacementMapElement) Result

Result returning attribute 'result' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEDisplacementMapElement) Scale

Scale returning attribute 'scale' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEDisplacementMapElement) Width

Width returning attribute 'width' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEDisplacementMapElement) X

X returning attribute 'x' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEDisplacementMapElement) XChannelSelector

func (_this *SVGFEDisplacementMapElement) XChannelSelector() *svg.SVGAnimatedEnumeration

XChannelSelector returning attribute 'xChannelSelector' with type svg.SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

func (*SVGFEDisplacementMapElement) Y

Y returning attribute 'y' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEDisplacementMapElement) YChannelSelector

func (_this *SVGFEDisplacementMapElement) YChannelSelector() *svg.SVGAnimatedEnumeration

YChannelSelector returning attribute 'yChannelSelector' with type svg.SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

type SVGFEDistantLightElement

type SVGFEDistantLightElement struct {
	svg.SVGElement
}

class: SVGFEDistantLightElement

func SVGFEDistantLightElementFromJS

func SVGFEDistantLightElementFromJS(value js.Value) *SVGFEDistantLightElement

SVGFEDistantLightElementFromJS is casting a js.Value into SVGFEDistantLightElement.

func SVGFEDistantLightElementFromWrapper

func SVGFEDistantLightElementFromWrapper(input core.Wrapper) *SVGFEDistantLightElement

SVGFEDistantLightElementFromJS is casting from something that holds a js.Value into SVGFEDistantLightElement.

func (*SVGFEDistantLightElement) Azimuth

Azimuth returning attribute 'azimuth' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEDistantLightElement) Elevation

func (_this *SVGFEDistantLightElement) Elevation() *svg.SVGAnimatedNumber

Elevation returning attribute 'elevation' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

type SVGFEDropShadowElement

type SVGFEDropShadowElement struct {
	svg.SVGElement
}

class: SVGFEDropShadowElement

func SVGFEDropShadowElementFromJS

func SVGFEDropShadowElementFromJS(value js.Value) *SVGFEDropShadowElement

SVGFEDropShadowElementFromJS is casting a js.Value into SVGFEDropShadowElement.

func SVGFEDropShadowElementFromWrapper

func SVGFEDropShadowElementFromWrapper(input core.Wrapper) *SVGFEDropShadowElement

SVGFEDropShadowElementFromJS is casting from something that holds a js.Value into SVGFEDropShadowElement.

func (*SVGFEDropShadowElement) Dx

Dx returning attribute 'dx' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEDropShadowElement) Dy

Dy returning attribute 'dy' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEDropShadowElement) Height

func (_this *SVGFEDropShadowElement) Height() *svg.SVGAnimatedLength

Height returning attribute 'height' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEDropShadowElement) In1

In1 returning attribute 'in1' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEDropShadowElement) Result

func (_this *SVGFEDropShadowElement) Result() *svg.SVGAnimatedString

Result returning attribute 'result' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEDropShadowElement) SetStdDeviation

func (_this *SVGFEDropShadowElement) SetStdDeviation(stdDeviationX float32, stdDeviationY float32)

func (*SVGFEDropShadowElement) StdDeviationX

func (_this *SVGFEDropShadowElement) StdDeviationX() *svg.SVGAnimatedNumber

StdDeviationX returning attribute 'stdDeviationX' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEDropShadowElement) StdDeviationY

func (_this *SVGFEDropShadowElement) StdDeviationY() *svg.SVGAnimatedNumber

StdDeviationY returning attribute 'stdDeviationY' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEDropShadowElement) Width

Width returning attribute 'width' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEDropShadowElement) X

X returning attribute 'x' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEDropShadowElement) Y

Y returning attribute 'y' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGFEFloodElement

type SVGFEFloodElement struct {
	svg.SVGElement
}

class: SVGFEFloodElement

func SVGFEFloodElementFromJS

func SVGFEFloodElementFromJS(value js.Value) *SVGFEFloodElement

SVGFEFloodElementFromJS is casting a js.Value into SVGFEFloodElement.

func SVGFEFloodElementFromWrapper

func SVGFEFloodElementFromWrapper(input core.Wrapper) *SVGFEFloodElement

SVGFEFloodElementFromJS is casting from something that holds a js.Value into SVGFEFloodElement.

func (*SVGFEFloodElement) Height

func (_this *SVGFEFloodElement) Height() *svg.SVGAnimatedLength

Height returning attribute 'height' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEFloodElement) Result

func (_this *SVGFEFloodElement) Result() *svg.SVGAnimatedString

Result returning attribute 'result' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEFloodElement) Width

func (_this *SVGFEFloodElement) Width() *svg.SVGAnimatedLength

Width returning attribute 'width' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEFloodElement) X

X returning attribute 'x' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEFloodElement) Y

Y returning attribute 'y' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGFEFuncAElement

type SVGFEFuncAElement struct {
	SVGComponentTransferFunctionElement
}

class: SVGFEFuncAElement

func SVGFEFuncAElementFromJS

func SVGFEFuncAElementFromJS(value js.Value) *SVGFEFuncAElement

SVGFEFuncAElementFromJS is casting a js.Value into SVGFEFuncAElement.

func SVGFEFuncAElementFromWrapper

func SVGFEFuncAElementFromWrapper(input core.Wrapper) *SVGFEFuncAElement

SVGFEFuncAElementFromJS is casting from something that holds a js.Value into SVGFEFuncAElement.

type SVGFEFuncBElement

type SVGFEFuncBElement struct {
	SVGComponentTransferFunctionElement
}

class: SVGFEFuncBElement

func SVGFEFuncBElementFromJS

func SVGFEFuncBElementFromJS(value js.Value) *SVGFEFuncBElement

SVGFEFuncBElementFromJS is casting a js.Value into SVGFEFuncBElement.

func SVGFEFuncBElementFromWrapper

func SVGFEFuncBElementFromWrapper(input core.Wrapper) *SVGFEFuncBElement

SVGFEFuncBElementFromJS is casting from something that holds a js.Value into SVGFEFuncBElement.

type SVGFEFuncGElement

type SVGFEFuncGElement struct {
	SVGComponentTransferFunctionElement
}

class: SVGFEFuncGElement

func SVGFEFuncGElementFromJS

func SVGFEFuncGElementFromJS(value js.Value) *SVGFEFuncGElement

SVGFEFuncGElementFromJS is casting a js.Value into SVGFEFuncGElement.

func SVGFEFuncGElementFromWrapper

func SVGFEFuncGElementFromWrapper(input core.Wrapper) *SVGFEFuncGElement

SVGFEFuncGElementFromJS is casting from something that holds a js.Value into SVGFEFuncGElement.

type SVGFEFuncRElement

type SVGFEFuncRElement struct {
	SVGComponentTransferFunctionElement
}

class: SVGFEFuncRElement

func SVGFEFuncRElementFromJS

func SVGFEFuncRElementFromJS(value js.Value) *SVGFEFuncRElement

SVGFEFuncRElementFromJS is casting a js.Value into SVGFEFuncRElement.

func SVGFEFuncRElementFromWrapper

func SVGFEFuncRElementFromWrapper(input core.Wrapper) *SVGFEFuncRElement

SVGFEFuncRElementFromJS is casting from something that holds a js.Value into SVGFEFuncRElement.

type SVGFEGaussianBlurElement

type SVGFEGaussianBlurElement struct {
	svg.SVGElement
}

class: SVGFEGaussianBlurElement

func SVGFEGaussianBlurElementFromJS

func SVGFEGaussianBlurElementFromJS(value js.Value) *SVGFEGaussianBlurElement

SVGFEGaussianBlurElementFromJS is casting a js.Value into SVGFEGaussianBlurElement.

func SVGFEGaussianBlurElementFromWrapper

func SVGFEGaussianBlurElementFromWrapper(input core.Wrapper) *SVGFEGaussianBlurElement

SVGFEGaussianBlurElementFromJS is casting from something that holds a js.Value into SVGFEGaussianBlurElement.

func (*SVGFEGaussianBlurElement) EdgeMode

EdgeMode returning attribute 'edgeMode' with type svg.SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

func (*SVGFEGaussianBlurElement) Height

Height returning attribute 'height' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEGaussianBlurElement) In1

In1 returning attribute 'in1' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEGaussianBlurElement) Result

Result returning attribute 'result' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEGaussianBlurElement) SetStdDeviation

func (_this *SVGFEGaussianBlurElement) SetStdDeviation(stdDeviationX float32, stdDeviationY float32)

func (*SVGFEGaussianBlurElement) StdDeviationX

func (_this *SVGFEGaussianBlurElement) StdDeviationX() *svg.SVGAnimatedNumber

StdDeviationX returning attribute 'stdDeviationX' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEGaussianBlurElement) StdDeviationY

func (_this *SVGFEGaussianBlurElement) StdDeviationY() *svg.SVGAnimatedNumber

StdDeviationY returning attribute 'stdDeviationY' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEGaussianBlurElement) Width

Width returning attribute 'width' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEGaussianBlurElement) X

X returning attribute 'x' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEGaussianBlurElement) Y

Y returning attribute 'y' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGFEImageElement

type SVGFEImageElement struct {
	svg.SVGElement
}

class: SVGFEImageElement

func SVGFEImageElementFromJS

func SVGFEImageElementFromJS(value js.Value) *SVGFEImageElement

SVGFEImageElementFromJS is casting a js.Value into SVGFEImageElement.

func SVGFEImageElementFromWrapper

func SVGFEImageElementFromWrapper(input core.Wrapper) *SVGFEImageElement

SVGFEImageElementFromJS is casting from something that holds a js.Value into SVGFEImageElement.

func (*SVGFEImageElement) CrossOrigin

func (_this *SVGFEImageElement) CrossOrigin() *svg.SVGAnimatedString

CrossOrigin returning attribute 'crossOrigin' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEImageElement) Height

func (_this *SVGFEImageElement) Height() *svg.SVGAnimatedLength

Height returning attribute 'height' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEImageElement) Href

func (_this *SVGFEImageElement) Href() *svg.SVGAnimatedString

Href returning attribute 'href' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEImageElement) PreserveAspectRatio

func (_this *SVGFEImageElement) PreserveAspectRatio() *svg.SVGAnimatedPreserveAspectRatio

PreserveAspectRatio returning attribute 'preserveAspectRatio' with type svg.SVGAnimatedPreserveAspectRatio (idl: SVGAnimatedPreserveAspectRatio).

func (*SVGFEImageElement) Result

func (_this *SVGFEImageElement) Result() *svg.SVGAnimatedString

Result returning attribute 'result' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEImageElement) Width

func (_this *SVGFEImageElement) Width() *svg.SVGAnimatedLength

Width returning attribute 'width' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEImageElement) X

X returning attribute 'x' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEImageElement) Y

Y returning attribute 'y' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGFEMergeElement

type SVGFEMergeElement struct {
	svg.SVGElement
}

class: SVGFEMergeElement

func SVGFEMergeElementFromJS

func SVGFEMergeElementFromJS(value js.Value) *SVGFEMergeElement

SVGFEMergeElementFromJS is casting a js.Value into SVGFEMergeElement.

func SVGFEMergeElementFromWrapper

func SVGFEMergeElementFromWrapper(input core.Wrapper) *SVGFEMergeElement

SVGFEMergeElementFromJS is casting from something that holds a js.Value into SVGFEMergeElement.

func (*SVGFEMergeElement) Height

func (_this *SVGFEMergeElement) Height() *svg.SVGAnimatedLength

Height returning attribute 'height' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEMergeElement) Result

func (_this *SVGFEMergeElement) Result() *svg.SVGAnimatedString

Result returning attribute 'result' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEMergeElement) Width

func (_this *SVGFEMergeElement) Width() *svg.SVGAnimatedLength

Width returning attribute 'width' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEMergeElement) X

X returning attribute 'x' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEMergeElement) Y

Y returning attribute 'y' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGFEMergeNodeElement

type SVGFEMergeNodeElement struct {
	svg.SVGElement
}

class: SVGFEMergeNodeElement

func SVGFEMergeNodeElementFromJS

func SVGFEMergeNodeElementFromJS(value js.Value) *SVGFEMergeNodeElement

SVGFEMergeNodeElementFromJS is casting a js.Value into SVGFEMergeNodeElement.

func SVGFEMergeNodeElementFromWrapper

func SVGFEMergeNodeElementFromWrapper(input core.Wrapper) *SVGFEMergeNodeElement

SVGFEMergeNodeElementFromJS is casting from something that holds a js.Value into SVGFEMergeNodeElement.

func (*SVGFEMergeNodeElement) In1

In1 returning attribute 'in1' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

type SVGFEMorphologyElement

type SVGFEMorphologyElement struct {
	svg.SVGElement
}

class: SVGFEMorphologyElement

func SVGFEMorphologyElementFromJS

func SVGFEMorphologyElementFromJS(value js.Value) *SVGFEMorphologyElement

SVGFEMorphologyElementFromJS is casting a js.Value into SVGFEMorphologyElement.

func SVGFEMorphologyElementFromWrapper

func SVGFEMorphologyElementFromWrapper(input core.Wrapper) *SVGFEMorphologyElement

SVGFEMorphologyElementFromJS is casting from something that holds a js.Value into SVGFEMorphologyElement.

func (*SVGFEMorphologyElement) Height

func (_this *SVGFEMorphologyElement) Height() *svg.SVGAnimatedLength

Height returning attribute 'height' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEMorphologyElement) In1

In1 returning attribute 'in1' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEMorphologyElement) Operator

Operator returning attribute 'operator' with type svg.SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

func (*SVGFEMorphologyElement) RadiusX

func (_this *SVGFEMorphologyElement) RadiusX() *svg.SVGAnimatedNumber

RadiusX returning attribute 'radiusX' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEMorphologyElement) RadiusY

func (_this *SVGFEMorphologyElement) RadiusY() *svg.SVGAnimatedNumber

RadiusY returning attribute 'radiusY' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEMorphologyElement) Result

func (_this *SVGFEMorphologyElement) Result() *svg.SVGAnimatedString

Result returning attribute 'result' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEMorphologyElement) Width

Width returning attribute 'width' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEMorphologyElement) X

X returning attribute 'x' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEMorphologyElement) Y

Y returning attribute 'y' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGFEOffsetElement

type SVGFEOffsetElement struct {
	svg.SVGElement
}

class: SVGFEOffsetElement

func SVGFEOffsetElementFromJS

func SVGFEOffsetElementFromJS(value js.Value) *SVGFEOffsetElement

SVGFEOffsetElementFromJS is casting a js.Value into SVGFEOffsetElement.

func SVGFEOffsetElementFromWrapper

func SVGFEOffsetElementFromWrapper(input core.Wrapper) *SVGFEOffsetElement

SVGFEOffsetElementFromJS is casting from something that holds a js.Value into SVGFEOffsetElement.

func (*SVGFEOffsetElement) Dx

Dx returning attribute 'dx' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEOffsetElement) Dy

Dy returning attribute 'dy' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEOffsetElement) Height

func (_this *SVGFEOffsetElement) Height() *svg.SVGAnimatedLength

Height returning attribute 'height' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEOffsetElement) In1

In1 returning attribute 'in1' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEOffsetElement) Result

func (_this *SVGFEOffsetElement) Result() *svg.SVGAnimatedString

Result returning attribute 'result' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFEOffsetElement) Width

func (_this *SVGFEOffsetElement) Width() *svg.SVGAnimatedLength

Width returning attribute 'width' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEOffsetElement) X

X returning attribute 'x' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFEOffsetElement) Y

Y returning attribute 'y' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGFEPointLightElement

type SVGFEPointLightElement struct {
	svg.SVGElement
}

class: SVGFEPointLightElement

func SVGFEPointLightElementFromJS

func SVGFEPointLightElementFromJS(value js.Value) *SVGFEPointLightElement

SVGFEPointLightElementFromJS is casting a js.Value into SVGFEPointLightElement.

func SVGFEPointLightElementFromWrapper

func SVGFEPointLightElementFromWrapper(input core.Wrapper) *SVGFEPointLightElement

SVGFEPointLightElementFromJS is casting from something that holds a js.Value into SVGFEPointLightElement.

func (*SVGFEPointLightElement) X

X returning attribute 'x' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEPointLightElement) Y

Y returning attribute 'y' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFEPointLightElement) Z

Z returning attribute 'z' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

type SVGFESpecularLightingElement

type SVGFESpecularLightingElement struct {
	svg.SVGElement
}

class: SVGFESpecularLightingElement

func SVGFESpecularLightingElementFromJS

func SVGFESpecularLightingElementFromJS(value js.Value) *SVGFESpecularLightingElement

SVGFESpecularLightingElementFromJS is casting a js.Value into SVGFESpecularLightingElement.

func SVGFESpecularLightingElementFromWrapper

func SVGFESpecularLightingElementFromWrapper(input core.Wrapper) *SVGFESpecularLightingElement

SVGFESpecularLightingElementFromJS is casting from something that holds a js.Value into SVGFESpecularLightingElement.

func (*SVGFESpecularLightingElement) Height

Height returning attribute 'height' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFESpecularLightingElement) In1

In1 returning attribute 'in1' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFESpecularLightingElement) KernelUnitLengthX

func (_this *SVGFESpecularLightingElement) KernelUnitLengthX() *svg.SVGAnimatedNumber

KernelUnitLengthX returning attribute 'kernelUnitLengthX' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFESpecularLightingElement) KernelUnitLengthY

func (_this *SVGFESpecularLightingElement) KernelUnitLengthY() *svg.SVGAnimatedNumber

KernelUnitLengthY returning attribute 'kernelUnitLengthY' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFESpecularLightingElement) Result

Result returning attribute 'result' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFESpecularLightingElement) SpecularConstant

func (_this *SVGFESpecularLightingElement) SpecularConstant() *svg.SVGAnimatedNumber

SpecularConstant returning attribute 'specularConstant' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFESpecularLightingElement) SpecularExponent

func (_this *SVGFESpecularLightingElement) SpecularExponent() *svg.SVGAnimatedNumber

SpecularExponent returning attribute 'specularExponent' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFESpecularLightingElement) SurfaceScale

func (_this *SVGFESpecularLightingElement) SurfaceScale() *svg.SVGAnimatedNumber

SurfaceScale returning attribute 'surfaceScale' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFESpecularLightingElement) Width

Width returning attribute 'width' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFESpecularLightingElement) X

X returning attribute 'x' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFESpecularLightingElement) Y

Y returning attribute 'y' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGFESpotLightElement

type SVGFESpotLightElement struct {
	svg.SVGElement
}

class: SVGFESpotLightElement

func SVGFESpotLightElementFromJS

func SVGFESpotLightElementFromJS(value js.Value) *SVGFESpotLightElement

SVGFESpotLightElementFromJS is casting a js.Value into SVGFESpotLightElement.

func SVGFESpotLightElementFromWrapper

func SVGFESpotLightElementFromWrapper(input core.Wrapper) *SVGFESpotLightElement

SVGFESpotLightElementFromJS is casting from something that holds a js.Value into SVGFESpotLightElement.

func (*SVGFESpotLightElement) LimitingConeAngle

func (_this *SVGFESpotLightElement) LimitingConeAngle() *svg.SVGAnimatedNumber

LimitingConeAngle returning attribute 'limitingConeAngle' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFESpotLightElement) PointsAtX

func (_this *SVGFESpotLightElement) PointsAtX() *svg.SVGAnimatedNumber

PointsAtX returning attribute 'pointsAtX' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFESpotLightElement) PointsAtY

func (_this *SVGFESpotLightElement) PointsAtY() *svg.SVGAnimatedNumber

PointsAtY returning attribute 'pointsAtY' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFESpotLightElement) PointsAtZ

func (_this *SVGFESpotLightElement) PointsAtZ() *svg.SVGAnimatedNumber

PointsAtZ returning attribute 'pointsAtZ' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFESpotLightElement) SpecularExponent

func (_this *SVGFESpotLightElement) SpecularExponent() *svg.SVGAnimatedNumber

SpecularExponent returning attribute 'specularExponent' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFESpotLightElement) X

X returning attribute 'x' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFESpotLightElement) Y

Y returning attribute 'y' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFESpotLightElement) Z

Z returning attribute 'z' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

type SVGFETileElement

type SVGFETileElement struct {
	svg.SVGElement
}

class: SVGFETileElement

func SVGFETileElementFromJS

func SVGFETileElementFromJS(value js.Value) *SVGFETileElement

SVGFETileElementFromJS is casting a js.Value into SVGFETileElement.

func SVGFETileElementFromWrapper

func SVGFETileElementFromWrapper(input core.Wrapper) *SVGFETileElement

SVGFETileElementFromJS is casting from something that holds a js.Value into SVGFETileElement.

func (*SVGFETileElement) Height

func (_this *SVGFETileElement) Height() *svg.SVGAnimatedLength

Height returning attribute 'height' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFETileElement) In1

func (_this *SVGFETileElement) In1() *svg.SVGAnimatedString

In1 returning attribute 'in1' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFETileElement) Result

func (_this *SVGFETileElement) Result() *svg.SVGAnimatedString

Result returning attribute 'result' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFETileElement) Width

func (_this *SVGFETileElement) Width() *svg.SVGAnimatedLength

Width returning attribute 'width' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFETileElement) X

X returning attribute 'x' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFETileElement) Y

Y returning attribute 'y' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGFETurbulenceElement

type SVGFETurbulenceElement struct {
	svg.SVGElement
}

class: SVGFETurbulenceElement

func SVGFETurbulenceElementFromJS

func SVGFETurbulenceElementFromJS(value js.Value) *SVGFETurbulenceElement

SVGFETurbulenceElementFromJS is casting a js.Value into SVGFETurbulenceElement.

func SVGFETurbulenceElementFromWrapper

func SVGFETurbulenceElementFromWrapper(input core.Wrapper) *SVGFETurbulenceElement

SVGFETurbulenceElementFromJS is casting from something that holds a js.Value into SVGFETurbulenceElement.

func (*SVGFETurbulenceElement) BaseFrequencyX

func (_this *SVGFETurbulenceElement) BaseFrequencyX() *svg.SVGAnimatedNumber

BaseFrequencyX returning attribute 'baseFrequencyX' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFETurbulenceElement) BaseFrequencyY

func (_this *SVGFETurbulenceElement) BaseFrequencyY() *svg.SVGAnimatedNumber

BaseFrequencyY returning attribute 'baseFrequencyY' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFETurbulenceElement) Height

func (_this *SVGFETurbulenceElement) Height() *svg.SVGAnimatedLength

Height returning attribute 'height' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFETurbulenceElement) NumOctaves

func (_this *SVGFETurbulenceElement) NumOctaves() *svg.SVGAnimatedInteger

NumOctaves returning attribute 'numOctaves' with type svg.SVGAnimatedInteger (idl: SVGAnimatedInteger).

func (*SVGFETurbulenceElement) Result

func (_this *SVGFETurbulenceElement) Result() *svg.SVGAnimatedString

Result returning attribute 'result' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFETurbulenceElement) Seed

Seed returning attribute 'seed' with type svg.SVGAnimatedNumber (idl: SVGAnimatedNumber).

func (*SVGFETurbulenceElement) StitchTiles

func (_this *SVGFETurbulenceElement) StitchTiles() *svg.SVGAnimatedEnumeration

StitchTiles returning attribute 'stitchTiles' with type svg.SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

func (*SVGFETurbulenceElement) Type

Type returning attribute 'type' with type svg.SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

func (*SVGFETurbulenceElement) Width

Width returning attribute 'width' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFETurbulenceElement) X

X returning attribute 'x' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFETurbulenceElement) Y

Y returning attribute 'y' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGFilterElement

type SVGFilterElement struct {
	svg.SVGElement
}

class: SVGFilterElement

func SVGFilterElementFromJS

func SVGFilterElementFromJS(value js.Value) *SVGFilterElement

SVGFilterElementFromJS is casting a js.Value into SVGFilterElement.

func SVGFilterElementFromWrapper

func SVGFilterElementFromWrapper(input core.Wrapper) *SVGFilterElement

SVGFilterElementFromJS is casting from something that holds a js.Value into SVGFilterElement.

func (*SVGFilterElement) FilterUnits

func (_this *SVGFilterElement) FilterUnits() *svg.SVGAnimatedEnumeration

FilterUnits returning attribute 'filterUnits' with type svg.SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

func (*SVGFilterElement) Height

func (_this *SVGFilterElement) Height() *svg.SVGAnimatedLength

Height returning attribute 'height' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFilterElement) Href

func (_this *SVGFilterElement) Href() *svg.SVGAnimatedString

Href returning attribute 'href' with type svg.SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGFilterElement) PrimitiveUnits

func (_this *SVGFilterElement) PrimitiveUnits() *svg.SVGAnimatedEnumeration

PrimitiveUnits returning attribute 'primitiveUnits' with type svg.SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

func (*SVGFilterElement) Width

func (_this *SVGFilterElement) Width() *svg.SVGAnimatedLength

Width returning attribute 'width' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFilterElement) X

X returning attribute 'x' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGFilterElement) Y

Y returning attribute 'y' with type svg.SVGAnimatedLength (idl: SVGAnimatedLength).

type Union

type Union struct {
	Value js.Value
}

func UnionFromJS

func UnionFromJS(value js.Value) *Union

func (*Union) JSValue

func (u *Union) JSValue() js.Value

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL