Model Index

Types By Namespace

cdo

def

pvc

pvc.data

pvc.options

pvc.options.axes

pvc.options.charts

pvc.options.ext

pvc.options.format

pvc.options.marks

pvc.options.panels

pvc.options.plots

pvc.options.varia

pvc.options.visualRoles

pvc.visual

Enumeration pvc.options.varia.StrokeLineCap


Extends string.

Field Summary
Field Attributes Field Name and Description
 
The end is straight, at the end position.
 
The end is a semi-circle, whose radius is half the line width and whose center is at the end position.
 
The end is a square, whith a side length equal to the line width and whose center is at the end position.
Enumeration Detail
pvc.options.varia.StrokeLineCap
The possible ways to draw the ends of a line or line pattern.

See http://www.w3.org/TR/SVG/painting.html#StrokeProperties for more information on stroke properties.

Field Detail
Butt
The end is straight, at the end position.
Value:
'butt'

Round
The end is a semi-circle, whose radius is half the line width and whose center is at the end position.
Value:
'round'

Square
The end is a square, whith a side length equal to the line width and whose center is at the end position.
Value:
'square'

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Dec 20 2018 15:47:44 GMT-0000 (WET)