Packages

p

react.aladin

visualization

package visualization

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. visualization
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit final class SvgOps extends AnyVal

Value Members

  1. val ReticleSize: Int
  2. def addBorder(svg: Container, x: Double, y: Double, w: Double, h: Double): Rect
  3. def addCross(svg: Container, reticleSize: Double): G
  4. def geometryForAladin(shapes: NonEmptyMap[String, ShapeExpression], s: Size, pixelScale: PixelScale, scaleFactor: Int)(implicit si: ShapeInterpreter): Svg

    This method will build an svg appropriate to show on aladin.

    This method will build an svg appropriate to show on aladin. Note we need to transform the svg to get the correct size and location This particular method uses just svg but it doesn't properly work on Safari

  5. def geometryForAladin(svgBase: Svg, parent: Element, s: => Size, pixelScale: => PixelScale, scaleFactor: Int, coordOffset: (Double, Double)): Element
  6. val pp: SvgPostProcessor
  7. def shapesToSvg(shapes: NonEmptyMap[String, ShapeExpression], pp: SvgPostProcessor, pixelScale: PixelScale, scaleFactor: Int)(implicit si: ShapeInterpreter): Svg
  8. def updatePosition(svgBase: Svg, parent: Element, s: => Size, pixelScale: => PixelScale, scaleFactor: Int, coordOffset: (Double, Double)): Element

Inherited from AnyRef

Inherited from Any

Ungrouped