SvgEllipse class SVG DOM
An SVG ellipse or circle. See https://www.w3.org/TR/2008/REC-SVGTiny12-20081222/shapes.html#EllipseElement and https://www.w3.org/TR/2008/REC-SVGTiny12-20081222/shapes.html#CircleElement .
- Inheritance
Properties
- blendMode ↔ SIBlendMode?
-
The blend mode to use when painting a node.
getter/setter pairinherited
- cx ↔ double
-
x coordinate of the center
getter/setter pair
- cy ↔ double
-
y coordinate of the center
getter/setter pair
- display ↔ bool
-
Is this element displayed?
getter/setter pairinherited
- exportedID → String?
-
Get the exported ID value, or null.
no setterinherited
- groupAlpha ↔ int?
-
An alpha value to apply when painting a node and its descendants.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID value used to look up this node. See also
SvgDOM.resetIDLookup.
getter/setter pairinherited
- idIsExported ↔ bool
-
Is the ID exported? Exported IDs are specified when reading
an SVG; only nodes with exported IDs will have corresponding
ExportedID
values.getter/setter pairinherited - paint ↔ SvgPaint
-
The paint parameters to use when rendering a node.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- rx ↔ double
-
x radius
getter/setter pair
- ry ↔ double
-
y radius
getter/setter pair
- styleClass ↔ String
-
The Stylesheet
class
value for CSS Style instances to be applied to this node.getter/setter pairinherited - tagName → String
-
The tag name of this node, to be used when matching CSS Style
instances.
final
- textStyle ↔ SvgTextStyle
-
The text styling information to use when rendering a node
getter/setter pairinherited
- transform ↔ MutableAffine?
-
Transformation(s) to apply to a node, in matrix form.
getter/setter pairinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited