object SVGLength extends Object
The SVGLength interface correspond to the <length> basic data type.
MDN
- Annotations
- @native() @JSGlobal()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SVGLength
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val SVG_LENGTHTYPE_CM: Int
- val SVG_LENGTHTYPE_EMS: Int
- val SVG_LENGTHTYPE_EXS: Int
- val SVG_LENGTHTYPE_IN: Int
- val SVG_LENGTHTYPE_MM: Int
- val SVG_LENGTHTYPE_NUMBER: Int
- val SVG_LENGTHTYPE_PC: Int
- val SVG_LENGTHTYPE_PERCENTAGE: Int
- val SVG_LENGTHTYPE_PT: Int
- val SVG_LENGTHTYPE_PX: Int
-
val
SVG_LENGTHTYPE_UNKNOWN: Int
The unit type is not one of predefined unit types.
The unit type is not one of predefined unit types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
MDN
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
valueOf(): Any
- Definition Classes
- Object