EndcapShape
- class Communicator.Markup.Shape.EndcapShape()
Methods
Methods
getEndEndcapColor
getEndEndcapSize
getEndEndcapType
- EndcapShape.getEndEndcapType()
Gets the end endcap type for this shape. The default value is none.
- Return type
- Returns
the end endcap type
getEndcapsInverted
- EndcapShape.getEndcapsInverted()
Gets whether endcaps are inverted for this shape. The default value is false.
- Return type
boolean
- Returns
value indicating whether endcaps are inverted
getStartEndcapColor
getStartEndcapSize
getStartEndcapType
- EndcapShape.getStartEndcapType()
Gets the start endcap type for this shape. The default Value is none.
- Return type
- Returns
the start endcap type
getStrokeColor
getStrokeWidth
setEndEndcapColor
setEndEndcapSize
setEndEndcapType
- EndcapShape.setEndEndcapType(endcapType)
Sets the end endcap type for this shape
- Arguments
endcapType (EndcapType) – the new endcap type
- Return type
void
setEndcapType
- EndcapShape.setEndcapType(endcapType)
Convenience for setting the start and eend endcap type for this shape
- Arguments
endcapType (EndcapType) – the new endcap type
- Return type
void
setEndcapsInverted
- EndcapShape.setEndcapsInverted(inverted)
Sets whether endcapsare inverted for this shape.
- Arguments
inverted (
boolean()
) – value indicated whether endcaps should be inverted
- Return type
void
setStartEndcapColor
setStartEndcapSize
setStartEndcapType
- EndcapShape.setStartEndcapType(endcapType)
Sets the start endcap type for this shape
- Arguments
endcapType (EndcapType) – the new endcap type
- Return type
void