pointlistdraw

<script src="./point_src/pointlistdraw"></script>

Meta Data
filepath_exists True
path pointlistdraw
filepath pointlistdraw.js
clean_files ()

  • ClassDeclaration
    class comments:
    Ensure the path restarts, ensuring the colors don't _bleed_ (from
    • constructor

      constructor

      (
      list
      )
      from class_name
      dict_keys(['kind', 'word', 'static', 'computed', 'is_symbol', 'value', 'type', 'comments', 'pos'])
    • method

      horizonLine

      (
      ctx
      )
      from class_name
      dict_keys(['kind', 'word', 'static', 'computed', 'is_symbol', 'value', 'type', 'comments', 'pos'])
      Ensure the path restarts, ensuring the colors don't _bleed_ (from
    • method

      stroke

      (
      ctx
      )
      from class_name
      dict_keys(['kind', 'word', 'static', 'computed', 'is_symbol', 'value', 'type', 'comments', 'pos'])
      ctx.stroke()
    • method

      circle

      (
      ctx , radius = undefined , color , width
      )
      from class_name
      dict_keys(['kind', 'word', 'static', 'computed', 'is_symbol', 'value', 'type', 'comments', 'pos'])
      return this.stroke.apply(this, arguments)
    • method

      pointLine

      (
      ctx , position , eachFunc
      )
      from class_name
      dict_keys(['kind', 'word', 'static', 'computed', 'is_symbol', 'value', 'type', 'comments', 'pos'])
      Draw this list as a pointline, provide an init position for an offset.
      To 'close' the old drawing.
    • method

      line

      (
      ctx
      )
      from class_name
      dict_keys(['kind', 'word', 'static', 'computed', 'is_symbol', 'value', 'type', 'comments', 'pos'])
      Draw a startline lineTo through all points.
    • method

      quadCurve

      (
      ctx , loop , position
      )
      from class_name
      dict_keys(['kind', 'word', 'static', 'computed', 'is_symbol', 'value', 'type', 'comments', 'pos'])
      ctx.moveTo(200, 200);
    dict_keys(['kind', 'word', 'parentName', 'type', 'body', 'comments', 'pos'])
  • ExpressionStatement

    :

    dict_keys(['type', 'expression', 'pos'])