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

Class pvc.options.Pointing

Class Summary
Constructor Attributes Constructor Name and Description
 
The options documentation class for the pointing behaviours.
Field Summary
Field Attributes Field Name and Description
 
The position components that are to be ignored when determining the distance between the pointer and a visual element.
 
The desired pointing mode.
 
The minimum distance, in pixels, that the pointer must be from the visual element for it to be considered to be pointing to it (applies to the near pointing mode only).
 
The minimum distance, in pixels, that a new chosen point must be from the previously chosen point.
 
Whether a click that occurs when an visual element is being pointed to should be redirected to it.
Class Detail
pvc.options.Pointing
The options documentation class for the pointing behaviours.
Field Detail
{pvc.options.varia.PointingCollapse} collapse
The position components that are to be ignored when determining the distance between the pointer and a visual element.

Applies to the near pointing mode only.


{pvc.options.varia.PointingMode} mode
The desired pointing mode.
Default Value:
'near'

{number} radius
The minimum distance, in pixels, that the pointer must be from the visual element for it to be considered to be pointing to it (applies to the near pointing mode only).

The value must be non-negative and can be Infinity.

Applies to the near pointing mode only.

Default Value:
10

{number} radiusHyst
The minimum distance, in pixels, that a new chosen point must be from the previously chosen point.

This parameter adds some hysteresis to the pointing behavior in an effort to stabilize cases where small mouse moves would cause frequent point change and alternation.

The value must be non-negative and finite.

The value 0 disables point change hysteresis.

Applies to the near pointing mode only.

Default Value:
4

{boolean} stealClick
Whether a click that occurs when an visual element is being pointed to should be redirected to it.

Applies to the near pointing mode only.

Default Value:
true

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