p

react

aladin

package aladin

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. aladin
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package visualization

Type Members

  1. final case class Aladin(mountNodeClass: Css, target: UndefOr[String] = js.undefined, fov: UndefOr[Angle] = js.undefined, survey: UndefOr[String] = js.undefined, cooFrame: UndefOr[CooFrame] = js.undefined, showReticle: UndefOr[Boolean] = js.undefined, showZoomControl: UndefOr[Boolean] = js.undefined, showFullscreenControl: UndefOr[Boolean] = js.undefined, showLayersControl: UndefOr[Boolean] = js.undefined, showGotoControl: UndefOr[Boolean] = js.undefined, showShareControl: UndefOr[Boolean] = js.undefined, showSimbadPointerControl: UndefOr[Boolean] = js.undefined, showFrame: UndefOr[Boolean] = js.undefined, showCoordinates: UndefOr[Boolean] = js.undefined, showFov: UndefOr[Boolean] = js.undefined, fullScreen: UndefOr[Boolean] = js.undefined, reticleColor: UndefOr[String] = js.undefined, reticleSize: UndefOr[Double] = js.undefined, imageSurvey: UndefOr[String] = js.undefined, baseImageLayer: UndefOr[String] = js.undefined, customize: UndefOr[(JsAladin) => japgolly.scalajs.react.Callback] = js.undefined) extends Product with Serializable
  2. class AladinCatalog extends Object
    Annotations
    @JSType() @native() @JSImport("@cquiroz/aladin-lite/lib@cquiroz/aladin-lite/lib/js/Catalog", JSImport.Namespace) @nowarn()
  3. class AladinCircle extends Object
    Annotations
    @JSType() @native() @JSImport("@cquiroz/aladin-lite/lib/js/Circle", JSImport.Namespace)
  4. class AladinColor extends Object
    Annotations
    @JSType() @native() @JSImport("@cquiroz/aladin-lite/lib/js/Color", JSImport.Namespace)
  5. class AladinFootprint extends Object
    Annotations
    @JSType() @native() @JSImport("@cquiroz/aladin-lite/lib/js/Footprint", JSImport.Namespace)
  6. class AladinOverlay extends Object
    Annotations
    @JSType() @native() @JSImport("@cquiroz/aladin-lite/lib/Overlay", JSImport.Namespace) @nowarn()
  7. class AladinPolyline extends Object
    Annotations
    @JSType() @native() @JSImport("@cquiroz/aladin-lite/lib/js/Polyline", JSImport.Namespace)
  8. trait AladinProps extends Object
    Annotations
    @JSType() @native()
  9. class AladinSource extends Object
    Annotations
    @JSType() @native() @JSImport("@cquiroz/aladin-lite/lib/js/Source", JSImport.Namespace) @nowarn()
  10. trait CatalogOptions extends Object
    Annotations
    @JSType() @native()
  11. class ColorMap extends Object
    Annotations
    @JSType() @native() @JSImport("@cquiroz/aladin-lite/lib/js/ColorMap", JSImport.Namespace) @nowarn()
  12. sealed trait CooFrame extends Product with Serializable
  13. final case class Fov(x: Angle, y: Angle) extends Product with Serializable

    ALadin field of view angles horizontally and vertically

    ALadin field of view angles horizontally and vertically

    x

    Horizontal (RA) field of view

    y

    Vertical (Dec) field of view

  14. class GoToObjectCallback extends Object
    Annotations
    @JSType()
  15. class HpxImageSurvey extends Object
    Annotations
    @JSType() @native() @JSImport("@cquiroz/aladin-lite/lib/js/HpxImageSurvey", JSImport.Namespace) @nowarn()
  16. class JsAladin extends Object
    Annotations
    @JSType() @native() @JSImport("@cquiroz/aladin-lite/lib/js/Aladin", JSImport.Namespace) @nowarn()
  17. implicit final class JsAladinOps extends AnyVal
  18. trait JsMouseMoved extends Object
    Annotations
    @JSType() @native()
  19. trait JsPositionChanged extends Object
    Annotations
    @JSType() @native()
  20. final case class MouseMoved(ra: RightAscension, dec: Declination, x: Double, y: Double) extends Product with Serializable
  21. trait OverlayOptions extends Object
    Annotations
    @JSType() @native()
  22. final case class PixelScale(x: Double, y: Double) extends Product with Serializable

    Aladin pixel scala in degrees per pixel

  23. trait PolylineOptions extends Object
    Annotations
    @JSType() @native()
  24. final case class PositionChanged(ra: RightAscension, dec: Declination, dragging: Boolean) extends Product with Serializable
  25. trait SourceDraw extends Object
    Annotations
    @JSType() @native()

Value Members

  1. object A extends Object
    Annotations
    @native() @JSImport("@cquiroz/aladin-lite/lib/js/A", JSImport.Namespace) @nowarn()
  2. object Aladin extends Serializable
  3. object AladinOverlay
  4. object CatalogOptions
  5. object CooFrame extends Serializable
  6. object Fov extends Serializable
  7. object MouseMoved extends Serializable
  8. object OverlayOptions
  9. object PixelScale extends Serializable
  10. object PolylineOptions
  11. object PositionChanged extends Serializable
  12. object reusability

Inherited from AnyRef

Inherited from Any

Ungrouped