package visualization
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- visualization
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- 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
- def geometryForAladin(shapes: NonEmptyMap[String, ShapeExpression], parent: Element, s: Size, pixelScale: PixelScale, scaleFactor: Int)(implicit si: ShapeInterpreter): Element
- val pp: SvgPostProcessor
- implicit val renderJtsShapeMapOfIds: RenderSvg[NonEmptyMap[String, JtsShape]]