Line
-
class
Line()
Constructors
Properties
Methods
_assign()getEndEndcapColor()getEndEndcapSize()getEndEndcapType()getEndcapsInverted()getP1()getP2()getStartEndcapColor()getStartEndcapSize()getStartEndcapType()getStrokeColor()getStrokeWidth()set()setEndEndcapColor()setEndEndcapSize()setEndEndcapType()setEndcapType()setEndcapsInverted()setP1()setP2()setStartEndcapColor()setStartEndcapSize()setStartEndcapType()setStrokeColor()setStrokeWidth()parseBinary()
Constructors
Methods
_assign
-
Line._assign(other) Arguments: - other (
EndcapShape()) – None
Return type: void
- other (
getEndEndcapType
-
Line.getEndEndcapType() Return type: EndcapType
getStartEndcapType
-
Line.getStartEndcapType() Return type: EndcapType
setEndEndcapType
-
Line.setEndEndcapType(endcapType) Arguments: - endcapType (EndcapType) –
Return type: void
setEndcapType
-
Line.setEndcapType(endcapType) Arguments: - endcapType (EndcapType) –
Return type: void
setEndcapsInverted
-
Line.setEndcapsInverted(inverted) Arguments: - inverted (
boolean()) –
Return type: void
- inverted (
setStartEndcapType
-
Line.setStartEndcapType(endcapType) Arguments: - endcapType (EndcapType) –
Return type: void
setStrokeWidth
static parseBinary
-
Line.parseBinary(parser) Arguments: - parser (
AssemblyDataParser()) – None
Return type: - parser (