Packages

object SVGLength extends Object

The SVGLength interface correspond to the <length> basic data type.

MDN

Annotations
@native() @JSGlobal()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SVGLength
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val SVG_LENGTHTYPE_CM: Int
  2. val SVG_LENGTHTYPE_EMS: Int
  3. val SVG_LENGTHTYPE_EXS: Int
  4. val SVG_LENGTHTYPE_IN: Int
  5. val SVG_LENGTHTYPE_MM: Int
  6. val SVG_LENGTHTYPE_NUMBER: Int
  7. val SVG_LENGTHTYPE_PC: Int
  8. val SVG_LENGTHTYPE_PERCENTAGE: Int
  9. val SVG_LENGTHTYPE_PT: Int
  10. val SVG_LENGTHTYPE_PX: Int
  11. 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

  12. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  13. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  14. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  15. def toLocaleString(): String
    Definition Classes
    Object
  16. def valueOf(): Any
    Definition Classes
    Object