Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DynamicSvgCoordPage

Index

Methods

createDynamicSvg

  • createDynamicSvg(): void

getMaxSVG

  • getMaxSVG(data: any, xKey: string, yKey: string, wKey: string, hKey: string): object
  • The max x-coordinate and max y-coordinate will be the bottom right hand point of the rectangle

    Parameters

    • data: any
    • xKey: string

      the x key property to loop through the data

    • yKey: string

      the y key property to loop through the data

    • wKey: string

      the width key property to loop through the data

    • hKey: string

      the height key property to loop through the data

    Returns object

    • x: number
    • y: number

ionViewDidLoad

  • ionViewDidLoad(): void