EndcapShape

class EndcapShape()

Methods

_assign

EndcapShape._assign(other)
Arguments:
Return type:

void

getEndEndcapColor

EndcapShape.getEndEndcapColor()
Return type:Color

getEndEndcapSize

EndcapShape.getEndEndcapSize()
Return type:Pixels

getEndEndcapType

EndcapShape.getEndEndcapType()
Return type:EndcapType

getEndcapsInverted

EndcapShape.getEndcapsInverted()
Return type:boolean

getStartEndcapColor

EndcapShape.getStartEndcapColor()
Return type:Color

getStartEndcapSize

EndcapShape.getStartEndcapSize()
Return type:Pixels

getStartEndcapType

EndcapShape.getStartEndcapType()
Return type:EndcapType

getStrokeColor

EndcapShape.getStrokeColor()
Return type:Color

getStrokeWidth

EndcapShape.getStrokeWidth()
Return type:Pixels

setEndEndcapColor

EndcapShape.setEndEndcapColor(color)
Arguments:
Return type:

void

setEndEndcapSize

EndcapShape.setEndEndcapSize(size)
Arguments:
Return type:

void

setEndEndcapType

EndcapShape.setEndEndcapType(endcapType)
Arguments:
Return type:

void

setEndcapType

EndcapShape.setEndcapType(endcapType)
Arguments:
Return type:

void

setEndcapsInverted

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

void

setStartEndcapColor

EndcapShape.setStartEndcapColor(color)
Arguments:
Return type:

void

setStartEndcapSize

EndcapShape.setStartEndcapSize(size)
Arguments:
Return type:

void

setStartEndcapType

EndcapShape.setStartEndcapType(endcapType)
Arguments:
Return type:

void

setStrokeColor

EndcapShape.setStrokeColor(color)
Arguments:
Return type:

void

setStrokeWidth

EndcapShape.setStrokeWidth(strokeWidth)
Arguments:
Return type:

void