Polyline

class Polyline()

Methods

_assign

Polyline._assign(other)
Arguments:
Return type:

void

clearPoints

Polyline.clearPoints()
Return type:void

getEndEndcapColor

Polyline.getEndEndcapColor()
Return type:Color

getEndEndcapSize

Polyline.getEndEndcapSize()
Return type:Pixels

getEndEndcapType

Polyline.getEndEndcapType()
Return type:EndcapType

getEndcapsInverted

Polyline.getEndcapsInverted()
Return type:boolean

getPoints

Polyline.getPoints()
Return type:[Point2]

getStartEndcapColor

Polyline.getStartEndcapColor()
Return type:Color

getStartEndcapSize

Polyline.getStartEndcapSize()
Return type:Pixels

getStartEndcapType

Polyline.getStartEndcapType()
Return type:EndcapType

getStrokeColor

Polyline.getStrokeColor()
Return type:Color

getStrokeWidth

Polyline.getStrokeWidth()
Return type:Pixels

pushPoint

Polyline.pushPoint(point)
Arguments:
Return type:

void

setEndEndcapColor

Polyline.setEndEndcapColor(color)
Arguments:
Return type:

void

setEndEndcapSize

Polyline.setEndEndcapSize(size)
Arguments:
Return type:

void

setEndEndcapType

Polyline.setEndEndcapType(endcapType)
Arguments:
Return type:

void

setEndcapType

Polyline.setEndcapType(endcapType)
Arguments:
Return type:

void

setEndcapsInverted

Polyline.setEndcapsInverted(inverted)
Arguments:
  • inverted (boolean()) –
Return type:

void

setStartEndcapColor

Polyline.setStartEndcapColor(color)
Arguments:
Return type:

void

setStartEndcapSize

Polyline.setStartEndcapSize(size)
Arguments:
Return type:

void

setStartEndcapType

Polyline.setStartEndcapType(endcapType)
Arguments:
Return type:

void

setStrokeColor

Polyline.setStrokeColor(color)
Arguments:
Return type:

void

setStrokeWidth

Polyline.setStrokeWidth(strokeWidth)
Arguments:
Return type:

void