c

react.aladin

JsAladin

class JsAladin extends Object

Annotations
@JSType() @native() @JSImport("@cquiroz/aladin-lite/lib/js/Aladin", JSImport.Namespace)
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsAladin
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new JsAladin()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addCatalog(c: AladinCatalog): Unit
  5. def addOverlay(c: AladinOverlay): Unit
  6. def animateToRaDec(ra: JsNumber, dec: JsNumber, time: JsNumber): Unit
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def createImageSurvey(id: String, name: String, rootUrl: String, cooFrame: String, maxOrder: JsNumber, options: Object): HpxImageSurvey
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. def getBaseImageLayer(): HpxImageSurvey
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getFov(): Array[Double]
  16. def getOverlayImageLayer(): HpxImageSurvey
  17. def getParentDiv(): Element
  18. def getRaDec(): Array[Double]
  19. def getSize(): Array[Double]
  20. def gotoObject(q: String, cb: GoToObjectCallback): Unit
  21. def gotoRaDec(ra: JsNumber, dec: JsNumber): Unit
  22. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def on(n: String, f: Function): Unit
  30. def pix2world(x: Double, y: Double): Array[Double]
  31. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  32. def recalculateView(): Unit
  33. def setBaseImageLayer(s: String): Unit
  34. def setImageSurvey(s: String): Unit
  35. def setOverlayImageLayer(i: HpxImageSurvey): Unit
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toLocaleString(): String
    Definition Classes
    Object
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def valueOf(): Any
    Definition Classes
    Object
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. def world2pix(x: Double, y: Double): Array[Double]

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped