.. role:: clio-inherited
   :class: clio-flag clio-flag-inherited


########
Polyline
########

.. js:class:: Markup.Shapes.Polyline

   This class reprsents a line defined by a list of points.
   
   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~Markup.Shapes.Polyline.constructor`
   
   .. rubric:: Methods
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:meth:`~Markup.Shapes.Polyline.clearPoints`
   * :js:meth:`~Markup.Shapes.Polyline.getEndcapsInverted`
   * :js:meth:`~Markup.Shapes.Polyline.getEndEndcapColor`
   * :js:meth:`~Markup.Shapes.Polyline.getEndEndcapSize`
   * :js:meth:`~Markup.Shapes.Polyline.getEndEndcapType`
   * :js:meth:`~Markup.Shapes.Polyline.getPoints`
   * :js:meth:`~Markup.Shapes.Polyline.getStartEndcapColor`
   * :js:meth:`~Markup.Shapes.Polyline.getStartEndcapSize`
   * :js:meth:`~Markup.Shapes.Polyline.getStartEndcapType`
   * :js:meth:`~Markup.Shapes.Polyline.getStrokeColor`
   * :js:meth:`~Markup.Shapes.Polyline.getStrokeWidth`
   * :js:meth:`~Markup.Shapes.Polyline.pushPoint`
   * :js:meth:`~Markup.Shapes.Polyline.setEndcapsInverted`
   * :js:meth:`~Markup.Shapes.Polyline.setEndcapType`
   * :js:meth:`~Markup.Shapes.Polyline.setEndEndcapColor`
   * :js:meth:`~Markup.Shapes.Polyline.setEndEndcapSize`
   * :js:meth:`~Markup.Shapes.Polyline.setEndEndcapType`
   * :js:meth:`~Markup.Shapes.Polyline.setStartEndcapColor`
   * :js:meth:`~Markup.Shapes.Polyline.setStartEndcapSize`
   * :js:meth:`~Markup.Shapes.Polyline.setStartEndcapType`
   * :js:meth:`~Markup.Shapes.Polyline.setStrokeColor`
   * :js:meth:`~Markup.Shapes.Polyline.setStrokeWidth`
   
   




Constructors
============

.. js:method:: Markup.Shapes.Polyline.constructor

   .. rst-class:: sig-pretty-signature
   
      | Polyline(): :js:class:`Polyline <Markup.Shapes.Polyline>`
   
   **Returns**\ : :js:class:`Polyline <Markup.Shapes.Polyline>`
   





Methods
=======

.. js:method:: Markup.Shapes.Polyline.clearPoints

   .. rst-class:: sig-pretty-signature
   
      | clearPoints(): *void*
   
   Removes all points from this polyline
   
   **Returns**\ : *void*
   



.. js:method:: Markup.Shapes.Polyline.getEndcapsInverted

   .. rst-class:: clio-flags
   
      :clio-inherited:`inherited`
   
   .. rst-class:: sig-pretty-signature
   
      | getEndcapsInverted(): *boolean*
   
   Gets whether endcaps are inverted for this shape. The default value is false.
   
   **Returns**\ : *boolean*
   
      value indicating whether endcaps are inverted
   
   



.. js:method:: Markup.Shapes.Polyline.getEndEndcapColor

   .. rst-class:: clio-flags
   
      :clio-inherited:`inherited`
   
   .. rst-class:: sig-pretty-signature
   
      | getEndEndcapColor(): :js:class:`~Color`
   
   Gets the color of the end endcap. Default value is black.
   
   **Returns**\ : :js:class:`~Color`
   
      color for the end endcap.
   
   



.. js:method:: Markup.Shapes.Polyline.getEndEndcapSize

   .. rst-class:: clio-flags
   
      :clio-inherited:`inherited`
   
   .. rst-class:: sig-pretty-signature
   
      | getEndEndcapSize(): *number*
   
   Gets the size of the end endcap in pixels. Default value is 9.
   
   **Returns**\ : *number*
   
      size of the end endcap.
   
   



.. js:method:: Markup.Shapes.Polyline.getEndEndcapType

   .. rst-class:: clio-flags
   
      :clio-inherited:`inherited`
   
   .. rst-class:: sig-pretty-signature
   
      | getEndEndcapType(): :js:data:`EndcapType <Markup.Shapes.EndcapType>`
   
   Gets the end endcap type for this shape. The default value is none.
   
   **Returns**\ : :js:data:`EndcapType <Markup.Shapes.EndcapType>`
   
      the end endcap type
   
   



.. js:method:: Markup.Shapes.Polyline.getPoints

   .. rst-class:: sig-pretty-signature
   
      | getPoints(): :js:class:`~Point2`\ []
   
   Gets the points in this polyline
   
   **Returns**\ : :js:class:`~Point2`\ []
   
      the points in this polyline
   
   



.. js:method:: Markup.Shapes.Polyline.getStartEndcapColor

   .. rst-class:: clio-flags
   
      :clio-inherited:`inherited`
   
   .. rst-class:: sig-pretty-signature
   
      | getStartEndcapColor(): :js:class:`~Color`
   
   Gets the color of the start endcap. Default value is black.
   
   **Returns**\ : :js:class:`~Color`
   
      color for the start endcap.
   
   



.. js:method:: Markup.Shapes.Polyline.getStartEndcapSize

   .. rst-class:: clio-flags
   
      :clio-inherited:`inherited`
   
   .. rst-class:: sig-pretty-signature
   
      | getStartEndcapSize(): *number*
   
   Gets the size of the start endcap in pixels. Default value is 9.
   
   **Returns**\ : *number*
   
      size of the start endcap.
   
   



.. js:method:: Markup.Shapes.Polyline.getStartEndcapType

   .. rst-class:: clio-flags
   
      :clio-inherited:`inherited`
   
   .. rst-class:: sig-pretty-signature
   
      | getStartEndcapType(): :js:data:`EndcapType <Markup.Shapes.EndcapType>`
   
   Gets the start endcap type for this shape. The default Value is none.
   
   **Returns**\ : :js:data:`EndcapType <Markup.Shapes.EndcapType>`
   
      the start endcap type
   
   



.. js:method:: Markup.Shapes.Polyline.getStrokeColor

   .. rst-class:: clio-flags
   
      :clio-inherited:`inherited`
   
   .. rst-class:: sig-pretty-signature
   
      | getStrokeColor(): :js:class:`~Color`
   
   Gets the stroke color for this shape
   
   **Returns**\ : :js:class:`~Color`
   
      the stroke color
   
   



.. js:method:: Markup.Shapes.Polyline.getStrokeWidth

   .. rst-class:: clio-flags
   
      :clio-inherited:`inherited`
   
   .. rst-class:: sig-pretty-signature
   
      | getStrokeWidth(): *number*
   
   Gets the stroke width for this shape in pixels
   
   **Returns**\ : *number*
   
      the stroke width in pixels
   
   



.. js:method:: Markup.Shapes.Polyline.pushPoint

   .. rst-class:: sig-pretty-signature
   
      | pushPoint(**point**\ : :js:class:`~Point2`\ ): *void*
   
   Adds a point to the polyline
   
   **Parameters**
   
      **point**\ : :js:class:`~Point2`
   
         the point to add to the line
   
   
   
   **Returns**\ : *void*
   



.. js:method:: Markup.Shapes.Polyline.setEndcapsInverted

   .. rst-class:: clio-flags
   
      :clio-inherited:`inherited`
   
   .. rst-class:: sig-pretty-signature
   
      | setEndcapsInverted(**inverted**\ : *boolean*\ ): *void*
   
   Sets whether endcapsare inverted for this shape.
   
   **Parameters**
   
      **inverted**\ : *boolean*
   
         value indicated whether endcaps should be inverted
   
   
   
   **Returns**\ : *void*
   



.. js:method:: Markup.Shapes.Polyline.setEndcapType

   .. rst-class:: clio-flags
   
      :clio-inherited:`inherited`
   
   .. rst-class:: sig-pretty-signature
   
      | setEndcapType(**endcapType**\ : :js:data:`EndcapType <Markup.Shapes.EndcapType>`\ ): *void*
   
   Convenience for setting the start and eend endcap type for this shape
   
   **Parameters**
   
      **endcapType**\ : :js:data:`EndcapType <Markup.Shapes.EndcapType>`
   
         the new endcap type
   
   
   
   **Returns**\ : *void*
   



.. js:method:: Markup.Shapes.Polyline.setEndEndcapColor

   .. rst-class:: clio-flags
   
      :clio-inherited:`inherited`
   
   .. rst-class:: sig-pretty-signature
   
      | setEndEndcapColor(**color**\ : :js:class:`~Color`\ ): *void*
   
   Sets the color for the end endcap.
   
   **Parameters**
   
      **color**\ : :js:class:`~Color`
   
         the end endcap color value.
   
   
   
   **Returns**\ : *void*
   



.. js:method:: Markup.Shapes.Polyline.setEndEndcapSize

   .. rst-class:: clio-flags
   
      :clio-inherited:`inherited`
   
   .. rst-class:: sig-pretty-signature
   
      | setEndEndcapSize(**size**\ : *number*\ ): *void*
   
   Sets the size of the end endcap in pixels.
   
   **Parameters**
   
      **size**\ : *number*
   
         the end endcap.
   
   
   
   **Returns**\ : *void*
   



.. js:method:: Markup.Shapes.Polyline.setEndEndcapType

   .. rst-class:: clio-flags
   
      :clio-inherited:`inherited`
   
   .. rst-class:: sig-pretty-signature
   
      | setEndEndcapType(**endcapType**\ : :js:data:`EndcapType <Markup.Shapes.EndcapType>`\ ): *void*
   
   Sets the end endcap type for this shape
   
   **Parameters**
   
      **endcapType**\ : :js:data:`EndcapType <Markup.Shapes.EndcapType>`
   
         the new endcap type
   
   
   
   **Returns**\ : *void*
   



.. js:method:: Markup.Shapes.Polyline.setStartEndcapColor

   .. rst-class:: clio-flags
   
      :clio-inherited:`inherited`
   
   .. rst-class:: sig-pretty-signature
   
      | setStartEndcapColor(**color**\ : :js:class:`~Color`\ ): *void*
   
   Sets the color for the start endcap.
   
   **Parameters**
   
      **color**\ : :js:class:`~Color`
   
         the start endcap color value.
   
   
   
   **Returns**\ : *void*
   



.. js:method:: Markup.Shapes.Polyline.setStartEndcapSize

   .. rst-class:: clio-flags
   
      :clio-inherited:`inherited`
   
   .. rst-class:: sig-pretty-signature
   
      | setStartEndcapSize(**size**\ : *number*\ ): *void*
   
   Sets the size of the start endcap in pixels.
   
   **Parameters**
   
      **size**\ : *number*
   
         the start endcap.
   
   
   
   **Returns**\ : *void*
   



.. js:method:: Markup.Shapes.Polyline.setStartEndcapType

   .. rst-class:: clio-flags
   
      :clio-inherited:`inherited`
   
   .. rst-class:: sig-pretty-signature
   
      | setStartEndcapType(**endcapType**\ : :js:data:`EndcapType <Markup.Shapes.EndcapType>`\ ): *void*
   
   Sets the start endcap type for this shape
   
   **Parameters**
   
      **endcapType**\ : :js:data:`EndcapType <Markup.Shapes.EndcapType>`
   
         the new endcap type
   
   
   
   **Returns**\ : *void*
   



.. js:method:: Markup.Shapes.Polyline.setStrokeColor

   .. rst-class:: clio-flags
   
      :clio-inherited:`inherited`
   
   .. rst-class:: sig-pretty-signature
   
      | setStrokeColor(**color**\ : :js:class:`~Color`\ ): *void*
   
   Sets the stroke color for this shape
   
   **Parameters**
   
      **color**\ : :js:class:`~Color`
   
         the stroke color
   
   
   
   **Returns**\ : *void*
   



.. js:method:: Markup.Shapes.Polyline.setStrokeWidth

   .. rst-class:: clio-flags
   
      :clio-inherited:`inherited`
   
   .. rst-class:: sig-pretty-signature
   
      | setStrokeWidth(**strokeWidth**\ : *number*\ ): *void*
   
   Sets the stroke width for this shape in pixels
   
   **Parameters**
   
      **strokeWidth**\ : *number*
   
         the stroke width in pixels
   
   
   
   **Returns**\ : *void*
   





