Class: PathEncodeEnter
_Enter properties that are evaluated when shapes data is processed for the first time and the raster_image mark is _
newly added to a scene.
URI: vega_scverse:PathEncodeEnter
classDiagram
class PathEncodeEnter
click PathEncodeEnter href "../PathEncodeEnter"
PathEncodeEnter : fill
PathEncodeEnter : fillOpacity
PathEncodeEnter : x
PathEncodeEnter --> "1" AxisItem : x
click AxisItem href "../AxisItem"
PathEncodeEnter : y
PathEncodeEnter --> "1" AxisItem : y
click AxisItem href "../AxisItem"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
x | 1 AxisItem |
The x coordinates | direct |
y | 1 AxisItem |
The y coordinates | direct |
fill | 1 String or ColorItem or RGBHexItem |
The color fill of each individual label | direct |
fillOpacity | 1 String |
direct |
Usages
used by | used in | type | used |
---|---|---|---|
PathEncode | enter | range | PathEncodeEnter |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/scverse/vega-scverse/specification
Mappings
Mapping Type | Mapped Value |
---|---|
self | vega_scverse:PathEncodeEnter |
native | vega_scverse:PathEncodeEnter |
LinkML Source
Direct
name: PathEncodeEnter
description: "Enter properties that are evaluated when shapes data is processed for\
\ the first time and the raster_image mark is \nnewly added to a scene."
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
x:
name: x
description: The x coordinates
from_schema: https://w3id.org/scverse/vega-scverse/encode
domain_of:
- PointsEncodeEnter
- PathEncodeEnter
- TextEncodeEnter
- GroupEncodeEnter
range: AxisItem
required: true
y:
name: y
description: The y coordinates
from_schema: https://w3id.org/scverse/vega-scverse/encode
domain_of:
- PointsEncodeEnter
- PathEncodeEnter
- TextEncodeEnter
- GroupEncodeEnter
range: AxisItem
required: true
fill:
name: fill
description: The color fill of each individual label.
from_schema: https://w3id.org/scverse/vega-scverse/encode
domain_of:
- Legend
- ImageEncodeEnter
- LabelEncodeEnter
- PointsEncodeEnter
- PathEncodeEnter
- TextEncodeEnter
- MarkEncodeUpdate
required: true
any_of:
- range: ColorItem
- range: RGBHexItem
fillOpacity:
name: fillOpacity
description: ''
from_schema: https://w3id.org/scverse/vega-scverse/encode
slot_uri: opacityValueSlot
domain_of:
- LabelEncodeEnter
- PointsEncodeEnter
- PathEncodeEnter
- TextEncodeEnter
required: true
Induced
name: PathEncodeEnter
description: "Enter properties that are evaluated when shapes data is processed for\
\ the first time and the raster_image mark is \nnewly added to a scene."
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
x:
name: x
description: The x coordinates
from_schema: https://w3id.org/scverse/vega-scverse/encode
alias: x
owner: PathEncodeEnter
domain_of:
- PointsEncodeEnter
- PathEncodeEnter
- TextEncodeEnter
- GroupEncodeEnter
range: AxisItem
required: true
y:
name: y
description: The y coordinates
from_schema: https://w3id.org/scverse/vega-scverse/encode
alias: y
owner: PathEncodeEnter
domain_of:
- PointsEncodeEnter
- PathEncodeEnter
- TextEncodeEnter
- GroupEncodeEnter
range: AxisItem
required: true
fill:
name: fill
description: The color fill of each individual label.
from_schema: https://w3id.org/scverse/vega-scverse/encode
alias: fill
owner: PathEncodeEnter
domain_of:
- Legend
- ImageEncodeEnter
- LabelEncodeEnter
- PointsEncodeEnter
- PathEncodeEnter
- TextEncodeEnter
- MarkEncodeUpdate
range: string
required: true
any_of:
- range: ColorItem
- range: RGBHexItem
fillOpacity:
name: fillOpacity
description: ''
from_schema: https://w3id.org/scverse/vega-scverse/encode
slot_uri: opacityValueSlot
alias: fillOpacity
owner: PathEncodeEnter
domain_of:
- LabelEncodeEnter
- PointsEncodeEnter
- PathEncodeEnter
- TextEncodeEnter
range: string
required: true