ladybug_display.svg.radialgradient module¶
SVG RadialGradient class.
- class ladybug_display.svg.radialgradient.RadialGradient(cx=None, cy=None, r=None, fr=None, fx=None, fy=None)[source]¶
Bases:
Element
,_Gradient
,Color
,GraphicsElementEvents
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/radialGradient
- ToString()¶
Overwrite .NET ToString.
- as_dict()¶
- as_str()¶
- INTERPOLATIONS = {'auto', 'inherit', 'linearRGB', 'sRGB'}¶
- SPREAD_METHODS = {'pad', 'reflect', 'repeat'}¶
- UNITS = {'objectBoundingBox', 'userSpaceOnUse'}¶
- property class_¶
[list of objs]
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/class-
- property color¶
[str]
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/color
- property color_interpolation¶
[str enum]
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/color-interpolation
- property cx¶
[number or length]
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/cx
- property cy¶
[number or length]
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/cy
- property data¶
[dict]
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/data
- element_name = 'radialGradient'¶
- property elements¶
[list of objs]
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/elements
- property externalResourcesRequired¶
[bool]
- property fr¶
[number or length]
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fr
- property fx¶
[number or length]
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fx
- property fy¶
[number or length]
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fy
- property gradientTransform¶
[list of objs]
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/gradientTransform
- property gradientUnits¶
[str enum]
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/gradientUnits
- property href¶
[str]
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/href
- property id¶
[str]
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/id
- property lang¶
[str]
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/lang
- property onactivate¶
[str]
- property onclick¶
[str]
- property onfocusin¶
[str]
- property onfocusout¶
[str]
- property onload¶
[str]
- property onmousedown¶
[str]
- property onmousemove¶
[str]
- property onmouseout¶
[str]
- property onmouseover¶
[str]
- property onmouseup¶
[str]
- property r¶
[number or length]
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/r
- property spreadMethod¶
[str enum]
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/spreadMethod
- property style¶
[str]
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/style
- property tabindex¶
[int]
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/tabindex
- property text¶
[str]
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/text
- property transform_origin¶
[str]
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/transform-origin