org.scalajs.dom

WebGLRenderingContext

object WebGLRenderingContext extends Object

WebGLRenderingContext objects expose the WebGLRenderingContext interface, the principal interface in WebGL which provides special properties and methods to manipulate the 3D content rendered in an HTML canvas element.

MDN

Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WebGLRenderingContext
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val ACTIVE_ATTRIBUTES: Int

  7. val ACTIVE_TEXTURE: Int

    The currently active texture unit.

  8. val ACTIVE_UNIFORMS: Int

  9. val ALIASED_LINE_WIDTH_RANGE: Int

  10. val ALIASED_POINT_SIZE_RANGE: Int

  11. val ALPHA: Int

  12. val ALPHA_BITS: Int

  13. val ALWAYS: Int

  14. val ARRAY_BUFFER: Int

  15. val ARRAY_BUFFER_BINDING: Int

  16. val ATTACHED_SHADERS: Int

  17. val BACK: Int

    Specifies back faces.

  18. val BLEND: Int

    Capability to enable/disable blending.

  19. val BLEND_COLOR: Int

  20. val BLEND_DST_ALPHA: Int

  21. val BLEND_DST_RGB: Int

  22. val BLEND_EQUATION: Int

  23. val BLEND_EQUATION_ALPHA: Int

  24. val BLEND_EQUATION_RGB: Int

  25. val BLEND_SRC_ALPHA: Int

  26. val BLEND_SRC_RGB: Int

  27. val BLUE_BITS: Int

  28. val BOOL: Int

  29. val BOOL_VEC2: Int

  30. val BOOL_VEC3: Int

  31. val BOOL_VEC4: Int

  32. val BROWSER_DEFAULT_WEBGL: Int

  33. val BUFFER_SIZE: Int

  34. val BUFFER_USAGE: Int

  35. val BYTE: Int

  36. val CCW: Int

    Counter-Clockwise wound triangles are front-facing.

  37. val CLAMP_TO_EDGE: Int

    Clamp the texture along this axis.

    Clamp the texture along this axis. The colour of the edge pixels will be replicated to infinity.

  38. val COLOR_ATTACHMENT0: Int

  39. val COLOR_BUFFER_BIT: Int

    Specifies the color buffer should be cleared.

    Specifies the color buffer should be cleared.

    See also

    WebGLRenderingContext#clear

  40. val COLOR_CLEAR_VALUE: Int

  41. val COLOR_WRITEMASK: Int

  42. val COMPILE_STATUS: Int

  43. val COMPRESSED_TEXTURE_FORMATS: Int

  44. val CONSTANT_ALPHA: Int

  45. val CONSTANT_COLOR: Int

  46. val CONTEXT_LOST_WEBGL: Int

  47. val CULL_FACE: Int

    Capability to enable/disable backface culling.

  48. val CULL_FACE_MODE: Int

  49. val CURRENT_PROGRAM: Int

  50. val CURRENT_VERTEX_ATTRIB: Int

  51. val CW: Int

    Clockwise wound triangles are front-facing.

  52. val DECR: Int

  53. val DECR_WRAP: Int

  54. val DELETE_STATUS: Int

  55. val DEPTH_ATTACHMENT: Int

  56. val DEPTH_BITS: Int

  57. val DEPTH_BUFFER_BIT: Int

    Specifies the depth buffer should be cleared.

    Specifies the depth buffer should be cleared.

    See also

    WebGLRenderingContext#clear

  58. val DEPTH_CLEAR_VALUE: Int

  59. val DEPTH_COMPONENT: Int

  60. val DEPTH_COMPONENT16: Int

  61. val DEPTH_FUNC: Int

  62. val DEPTH_RANGE: Int

  63. val DEPTH_STENCIL: Int

  64. val DEPTH_STENCIL_ATTACHMENT: Int

  65. val DEPTH_TEST: Int

    Capability to enable/disable the depth test.

  66. val DEPTH_WRITEMASK: Int

  67. val DITHER: Int

    Capability to enable/disable dithering.

  68. val DONT_CARE: Int

  69. val DST_ALPHA: Int

  70. val DST_COLOR: Int

  71. val DYNAMIC_DRAW: Int

  72. val ELEMENT_ARRAY_BUFFER: Int

  73. val ELEMENT_ARRAY_BUFFER_BINDING: Int

  74. val EQUAL: Int

  75. val FASTEST: Int

  76. val FLOAT: Int

  77. val FLOAT_MAT2: Int

  78. val FLOAT_MAT3: Int

  79. val FLOAT_MAT4: Int

  80. val FLOAT_VEC2: Int

  81. val FLOAT_VEC3: Int

  82. val FLOAT_VEC4: Int

  83. val FRAGMENT_SHADER: Int

  84. val FRAMEBUFFER: Int

    The framebuffer target.

  85. val FRAMEBUFFER_ATTACHMENT_OBJECT_NAME: Int

  86. val FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE: Int

  87. val FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE: Int

  88. val FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL: Int

  89. val FRAMEBUFFER_BINDING: Int

  90. val FRAMEBUFFER_COMPLETE: Int

  91. val FRAMEBUFFER_INCOMPLETE_ATTACHMENT: Int

  92. val FRAMEBUFFER_INCOMPLETE_DIMENSIONS: Int

  93. val FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT: Int

  94. val FRAMEBUFFER_UNSUPPORTED: Int

  95. val FRONT: Int

    Specifies front faces.

  96. val FRONT_AND_BACK: Int

    Specifies both front and back faces.

  97. val FRONT_FACE: Int

  98. val FUNC_ADD: Int

  99. val FUNC_REVERSE_SUBTRACT: Int

  100. val FUNC_SUBTRACT: Int

  101. val GENERATE_MIPMAP_HINT: Int

  102. val GEQUAL: Int

  103. val GREATER: Int

  104. val GREEN_BITS: Int

  105. val HIGH_FLOAT: Int

    Specifies a high precision float.

  106. val HIGH_INT: Int

    Specifies a high precision float.

  107. val INCR: Int

  108. val INCR_WRAP: Int

  109. val INT: Int

  110. val INT_VEC2: Int

  111. val INT_VEC3: Int

  112. val INT_VEC4: Int

  113. val INVALID_ENUM: Int

    An invalid enumerated name has been passed to an API function.

  114. val INVALID_FRAMEBUFFER_OPERATION: Int

  115. val INVALID_OPERATION: Int

    The requested operation is not valid.

  116. val INVALID_VALUE: Int

    An invalid value has been passed to an API function.

  117. val INVERT: Int

  118. val KEEP: Int

  119. val LEQUAL: Int

  120. val LESS: Int

  121. val LINEAR: Int

    Specifies linear interpolation.

  122. val LINEAR_MIPMAP_LINEAR: Int

    Specifies linear interpolation linearly blending between mipmap levels.

  123. val LINEAR_MIPMAP_NEAREST: Int

    Specifies linear interpolation on the nearest mipmap level.

  124. val LINES: Int

    Specifies the elements should be drawn as lines.

    Specifies the elements should be drawn as lines.

    See also

    WebGLRenderingContext#drawElements

    WebGLRenderingContext#drawArrays

  125. val LINE_LOOP: Int

    Specifies the elements should be drawn as a line loop.

    Specifies the elements should be drawn as a line loop.

    See also

    WebGLRenderingContext#drawElements

    WebGLRenderingContext#drawArrays

  126. val LINE_STRIP: Int

    Specifies the elements should be drawn as a line strip.

    Specifies the elements should be drawn as a line strip.

    See also

    WebGLRenderingContext#drawElements

    WebGLRenderingContext#drawArrays

  127. val LINE_WIDTH: Int

  128. val LINK_STATUS: Int

  129. val LOW_FLOAT: Int

    Specifies a low precision float.

  130. val LOW_INT: Int

    Specifies a low precision integer.

  131. val LUMINANCE: Int

  132. val LUMINANCE_ALPHA: Int

  133. val MAX_COMBINED_TEXTURE_IMAGE_UNITS: Int

  134. val MAX_CUBE_MAP_TEXTURE_SIZE: Int

  135. val MAX_FRAGMENT_UNIFORM_VECTORS: Int

  136. val MAX_RENDERBUFFER_SIZE: Int

  137. val MAX_TEXTURE_IMAGE_UNITS: Int

  138. val MAX_TEXTURE_SIZE: Int

  139. val MAX_VARYING_VECTORS: Int

  140. val MAX_VERTEX_ATTRIBS: Int

  141. val MAX_VERTEX_TEXTURE_IMAGE_UNITS: Int

  142. val MAX_VERTEX_UNIFORM_VECTORS: Int

  143. val MAX_VIEWPORT_DIMS: Int

  144. val MEDIUM_FLOAT: Int

    Specifies a medium precision float.

  145. val MEDIUM_INT: Int

    Specifies a medium precision float.

  146. val MIRRORED_REPEAT: Int

    Repeat the texture along this axis, mirroring it each step.

  147. val NEAREST: Int

    Specifies nearest neighbour interpolation.

  148. val NEAREST_MIPMAP_LINEAR: Int

    Specifies nearest neighbour interpolation, linearly blending between mipmap levels.

  149. val NEAREST_MIPMAP_NEAREST: Int

    Specifies nearest neighbour interpolation on the nearest mipmap level.

  150. val NEVER: Int

  151. val NICEST: Int

  152. val NONE: Int

  153. val NOTEQUAL: Int

  154. val NO_ERROR: Int

    No error has occurred.

  155. val ONE: Int

  156. val ONE_MINUS_CONSTANT_ALPHA: Int

  157. val ONE_MINUS_CONSTANT_COLOR: Int

  158. val ONE_MINUS_DST_ALPHA: Int

  159. val ONE_MINUS_DST_COLOR: Int

  160. val ONE_MINUS_SRC_ALPHA: Int

  161. val ONE_MINUS_SRC_COLOR: Int

  162. val OUT_OF_MEMORY: Int

    The operation requested could not be completed because it ran out of memory.

  163. val PACK_ALIGNMENT: Int

  164. val POINTS: Int

    Specifies the elements should be drawn as points.

    Specifies the elements should be drawn as points.

    See also

    WebGLRenderingContext#drawElements

    WebGLRenderingContext#drawArrays

  165. val POLYGON_OFFSET_FACTOR: Int

  166. val POLYGON_OFFSET_FILL: Int

    Capability to enable/disable polygon offset.

  167. val POLYGON_OFFSET_UNITS: Int

  168. val RED_BITS: Int

  169. val RENDERBUFFER: Int

    The renderbuffer target.

  170. val RENDERBUFFER_ALPHA_SIZE: Int

  171. val RENDERBUFFER_BINDING: Int

  172. val RENDERBUFFER_BLUE_SIZE: Int

  173. val RENDERBUFFER_DEPTH_SIZE: Int

  174. val RENDERBUFFER_GREEN_SIZE: Int

  175. val RENDERBUFFER_HEIGHT: Int

  176. val RENDERBUFFER_INTERNAL_FORMAT: Int

  177. val RENDERBUFFER_RED_SIZE: Int

  178. val RENDERBUFFER_STENCIL_SIZE: Int

  179. val RENDERBUFFER_WIDTH: Int

  180. val RENDERER: Int

  181. val REPEAT: Int

    Repeat the texture along this axis.

  182. val REPLACE: Int

  183. val RGB: Int

  184. val RGB565: Int

  185. val RGB5_A1: Int

  186. val RGBA: Int

  187. val RGBA4: Int

  188. val SAMPLER_2D: Int

  189. val SAMPLER_CUBE: Int

  190. val SAMPLES: Int

  191. val SAMPLE_ALPHA_TO_COVERAGE: Int

  192. val SAMPLE_BUFFERS: Int

  193. val SAMPLE_COVERAGE: Int

  194. val SAMPLE_COVERAGE_INVERT: Int

  195. val SAMPLE_COVERAGE_VALUE: Int

  196. val SCISSOR_BOX: Int

  197. val SCISSOR_TEST: Int

    Capability to enable/disable the scissor test.

  198. val SHADER_TYPE: Int

  199. val SHADING_LANGUAGE_VERSION: Int

  200. val SHORT: Int

  201. val SRC_ALPHA: Int

  202. val SRC_ALPHA_SATURATE: Int

  203. val SRC_COLOR: Int

  204. val STATIC_DRAW: Int

  205. val STENCIL_ATTACHMENT: Int

  206. val STENCIL_BACK_FAIL: Int

  207. val STENCIL_BACK_FUNC: Int

  208. val STENCIL_BACK_PASS_DEPTH_FAIL: Int

  209. val STENCIL_BACK_PASS_DEPTH_PASS: Int

  210. val STENCIL_BACK_REF: Int

  211. val STENCIL_BACK_VALUE_MASK: Int

  212. val STENCIL_BACK_WRITEMASK: Int

  213. val STENCIL_BITS: Int

  214. val STENCIL_BUFFER_BIT: Int

    Specifies the stencil buffer should be cleared.

    Specifies the stencil buffer should be cleared.

    See also

    WebGLRenderingContext#clear

  215. val STENCIL_CLEAR_VALUE: Int

  216. val STENCIL_FAIL: Int

  217. val STENCIL_FUNC: Int

  218. val STENCIL_INDEX: Int

  219. val STENCIL_INDEX8: Int

  220. val STENCIL_PASS_DEPTH_FAIL: Int

  221. val STENCIL_PASS_DEPTH_PASS: Int

  222. val STENCIL_REF: Int

  223. val STENCIL_TEST: Int

    Capability to enable/disable the stencil test.

  224. val STENCIL_VALUE_MASK: Int

  225. val STENCIL_WRITEMASK: Int

  226. val STREAM_DRAW: Int

  227. val SUBPIXEL_BITS: Int

  228. val TEXTURE: Int

  229. val TEXTURE0: Int

    Identifies texture unit 0.

    Identifies texture unit 0. This texture unit is guaranteed to exist.

  230. val TEXTURE1: Int

    Identifies texture unit 1.

    Identifies texture unit 1. This texture unit is guaranteed to exist.

  231. val TEXTURE10: Int

    Identifies texture unit 10.

    Identifies texture unit 10. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  232. val TEXTURE11: Int

    Identifies texture unit 11.

    Identifies texture unit 11. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  233. val TEXTURE12: Int

    Identifies texture unit 12.

    Identifies texture unit 12. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  234. val TEXTURE13: Int

    Identifies texture unit 13.

    Identifies texture unit 13. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  235. val TEXTURE14: Int

    Identifies texture unit 14.

    Identifies texture unit 14. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  236. val TEXTURE15: Int

    Identifies texture unit 15.

    Identifies texture unit 15. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  237. val TEXTURE16: Int

    Identifies texture unit 16.

    Identifies texture unit 16. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  238. val TEXTURE17: Int

    Identifies texture unit 17.

    Identifies texture unit 17. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  239. val TEXTURE18: Int

    Identifies texture unit 18.

    Identifies texture unit 18. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  240. val TEXTURE19: Int

    Identifies texture unit 19.

    Identifies texture unit 19. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  241. val TEXTURE2: Int

    Identifies texture unit 2.

    Identifies texture unit 2. This texture unit is guaranteed to exist.

  242. val TEXTURE20: Int

    Identifies texture unit 20.

    Identifies texture unit 20. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  243. val TEXTURE21: Int

    Identifies texture unit 21.

    Identifies texture unit 21. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  244. val TEXTURE22: Int

    Identifies texture unit 22.

    Identifies texture unit 22. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  245. val TEXTURE23: Int

    Identifies texture unit 23.

    Identifies texture unit 23. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  246. val TEXTURE24: Int

    Identifies texture unit 24.

    Identifies texture unit 24. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  247. val TEXTURE25: Int

    Identifies texture unit 25.

    Identifies texture unit 25. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  248. val TEXTURE26: Int

    Identifies texture unit 26.

    Identifies texture unit 26. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  249. val TEXTURE27: Int

    Identifies texture unit 27.

    Identifies texture unit 27. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  250. val TEXTURE28: Int

    Identifies texture unit 28.

    Identifies texture unit 28. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  251. val TEXTURE29: Int

    Identifies texture unit 29.

    Identifies texture unit 29. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  252. val TEXTURE3: Int

    Identifies texture unit 3.

    Identifies texture unit 3. This texture unit is guaranteed to exist.

  253. val TEXTURE30: Int

    Identifies texture unit 30.

    Identifies texture unit 30. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  254. val TEXTURE31: Int

    Identifies texture unit 31.

    Identifies texture unit 31. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  255. val TEXTURE4: Int

    Identifies texture unit 4.

    Identifies texture unit 4. This texture unit is guaranteed to exist.

  256. val TEXTURE5: Int

    Identifies texture unit 5.

    Identifies texture unit 5. This texture unit is guaranteed to exist.

  257. val TEXTURE6: Int

    Identifies texture unit 6.

    Identifies texture unit 6. This texture unit is guaranteed to exist.

  258. val TEXTURE7: Int

    Identifies texture unit 7.

    Identifies texture unit 7. This texture unit is guaranteed to exist.

  259. val TEXTURE8: Int

    Identifies texture unit 8.

    Identifies texture unit 8. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  260. val TEXTURE9: Int

    Identifies texture unit 9.

    Identifies texture unit 9. This texture unit may not exist in a given implementation. You should examine MAX_COMBINED_TEXTURE_UNITS before using it.

  261. val TEXTURE_2D: Int

    The target for a simple 2 dimensional texture.

  262. val TEXTURE_BINDING_2D: Int

  263. val TEXTURE_BINDING_CUBE_MAP: Int

  264. val TEXTURE_CUBE_MAP: Int

    The target for a cube mapped texture.

  265. val TEXTURE_CUBE_MAP_NEGATIVE_X: Int

  266. val TEXTURE_CUBE_MAP_NEGATIVE_Y: Int

  267. val TEXTURE_CUBE_MAP_NEGATIVE_Z: Int

  268. val TEXTURE_CUBE_MAP_POSITIVE_X: Int

  269. val TEXTURE_CUBE_MAP_POSITIVE_Y: Int

  270. val TEXTURE_CUBE_MAP_POSITIVE_Z: Int

  271. val TEXTURE_MAG_FILTER: Int

    The texture magnification filter.

    The texture magnification filter.

    Can be one of NEAREST or LINEAR.

  272. val TEXTURE_MIN_FILTER: Int

    The texture minification filter.

  273. val TEXTURE_WRAP_S: Int

    The horizontal texture wrap mode.

    The horizontal texture wrap mode.

    Can be one of REPEAT, CLAMP_TO_EDGE, MIRRORED_REPEAT.

  274. val TEXTURE_WRAP_T: Int

    The vertical texture wrap.

    The vertical texture wrap.

    Can be one of REPEAT, CLAMP_TO_EDGE, MIRRORED_REPEAT.

  275. val TRIANGLES: Int

    Specifies the elements should be drawn as triangles.

    Specifies the elements should be drawn as triangles.

    See also

    WebGLRenderingContext#drawElements

    WebGLRenderingContext#drawArrays

  276. val TRIANGLE_FAN: Int

    Specifies the elements should be drawn as a triangle fan.

    Specifies the elements should be drawn as a triangle fan.

    See also

    WebGLRenderingContext#drawElements

    WebGLRenderingContext#drawArrays

  277. val TRIANGLE_STRIP: Int

    Specifies the elements should be drawn as a triangle strip.

    Specifies the elements should be drawn as a triangle strip.

    See also

    WebGLRenderingContext#drawElements

    WebGLRenderingContext#drawArrays

  278. val UNPACK_ALIGNMENT: Int

  279. val UNPACK_COLORSPACE_CONVERSION_WEBGL: Int

  280. val UNPACK_FLIP_Y_WEBGL: Int

  281. val UNPACK_PREMULTIPLY_ALPHA_WEBGL: Int

  282. val UNSIGNED_BYTE: Int

  283. val UNSIGNED_INT: Int

  284. val UNSIGNED_SHORT: Int

  285. val UNSIGNED_SHORT_4_4_4_4: Int

  286. val UNSIGNED_SHORT_5_5_5_1: Int

  287. val UNSIGNED_SHORT_5_6_5: Int

  288. val VALIDATE_STATUS: Int

  289. val VENDOR: Int

  290. val VERSION: Int

  291. val VERTEX_ATTRIB_ARRAY_BUFFER_BINDING: Int

  292. val VERTEX_ATTRIB_ARRAY_ENABLED: Int

  293. val VERTEX_ATTRIB_ARRAY_NORMALIZED: Int

  294. val VERTEX_ATTRIB_ARRAY_POINTER: Int

  295. val VERTEX_ATTRIB_ARRAY_SIZE: Int

  296. val VERTEX_ATTRIB_ARRAY_STRIDE: Int

  297. val VERTEX_ATTRIB_ARRAY_TYPE: Int

  298. val VERTEX_SHADER: Int

  299. val VIEWPORT: Int

  300. val ZERO: Int

  301. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  302. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  303. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  304. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  305. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  306. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  307. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  308. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  309. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  310. def isPrototypeOf(v: Object): Boolean

    Definition Classes
    Object
  311. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  312. final def notify(): Unit

    Definition Classes
    AnyRef
  313. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  314. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  315. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  316. def toLocaleString(): String

    Definition Classes
    Object
  317. def toString(): String

    Definition Classes
    AnyRef → Any
  318. def valueOf(): Any

    Definition Classes
    Object
  319. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  320. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  321. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped