Methods
getFillMode() → {Number}
get fill mode
- Source:
Returns:
fill mode
- Type
- Number
mapCanonicalToView(ptCanonical) → {NvsPointF}
timeline coordinates to view coordinates
Parameters:
| Name | Type | Description |
|---|---|---|
ptCanonical |
NvsPointF | timeline coordinates |
- Source:
Returns:
view coordinates
- Type
- NvsPointF
mapNormalizedToView(ptNormalized) → {NvsPointF}
normalized coordinates to view coordinates
Parameters:
| Name | Type | Description |
|---|---|---|
ptNormalized |
NvsPointF | normalized coordinates |
- Source:
Returns:
view coordinates
- Type
- NvsPointF
mapViewToCanonical(ptView) → {NvsPointF}
view coordinates to timeline coordinates
Parameters:
| Name | Type | Description |
|---|---|---|
ptView |
NvsPointF | view coordinates |
- Source:
Returns:
timeline coordinates
- Type
- NvsPointF
mapViewToNormalized(view) → {NvsPointF}
view coordinates to normalized view coordinates
Parameters:
| Name | Type | Description |
|---|---|---|
view |
NvsPointF | coordinates |
- Source:
Returns:
normalized coordinates
- Type
- NvsPointF
setBackgroundColor(color)
set background color
Parameters:
| Name | Type | Description |
|---|---|---|
color |
NvsColor | background color |
- Source:
Returns:
setFillMode(fillMode) → {Void}
set file mode
Parameters:
| Name | Type | Description |
|---|---|---|
fillMode |
Number | fill mode |
- Source:
Returns:
- Type
- Void