AttributeName class

Class to hold all used attribute names statically.

Constructors

AttributeName()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

toAndroid(String attributeName) String
Converts a given svg attribute name into its android counterpart. Throws if there is no counterpart.

Constants

cx → const String
cy → const String
d → const String
fill → const String
fillOpacity → const String
fillRule → const String
height → const String
opacity → const String
points → const String
r → const String
rx → const String
ry → const String
stroke → const String
strokeLineCap → const String
strokeLineJoin → const String
strokeMiterLimit → const String
strokeOpacity → const String
strokeWidth → const String
transform → const String
width → const String
x → const String
x1 → const String
x2 → const String
y → const String
y1 → const String
y2 → const String