Class: LabelEncodeEnter
_Enter properties that are evaluated when label data is processed for the first time and the raster_image mark is _
newly added to a scene.
URI: vega_scverse:LabelEncodeEnter
classDiagram
class LabelEncodeEnter
click LabelEncodeEnter href "../LabelEncodeEnter"
LabelEncodeEnter : fill
LabelEncodeEnter : fillOpacity
LabelEncodeEnter --> "1" OpacityObject : fillOpacity
click OpacityObject href "../OpacityObject"
LabelEncodeEnter : stroke
LabelEncodeEnter --> "1" ColorItem : stroke
click ColorItem href "../ColorItem"
LabelEncodeEnter : strokeOpacity
LabelEncodeEnter --> "1" OpacityObject : strokeOpacity
click OpacityObject href "../OpacityObject"
LabelEncodeEnter : strokeWidth
LabelEncodeEnter --> "1" PositiveFloatObject : strokeWidth
click PositiveFloatObject href "../PositiveFloatObject"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| stroke | 1 ColorItem |
The color of the outline of each individual label | direct |
| fill | 1 String or ColorItem or RandomRGBSignal |
The color fill of each individual label | direct |
| fillOpacity | 1 OpacityObject |
Opacity value for the label fill between 0 and 1 | direct |
| strokeOpacity | 1 OpacityObject |
Opacity value for the label stroke between 0 and 1 | direct |
| strokeWidth | 1 PositiveFloatObject |
The width of the label outlines in pixels | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| LabelEncode | enter | range | LabelEncodeEnter |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/scverse/vega-scverse/specification
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | vega_scverse:LabelEncodeEnter |
| native | vega_scverse:LabelEncodeEnter |
LinkML Source
Direct
name: LabelEncodeEnter
description: "Enter properties that are evaluated when label 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:
stroke:
name: stroke
description: The color of the outline of each individual label.
from_schema: https://w3id.org/scverse/vega-scverse/encode
rank: 1000
domain_of:
- LabelEncodeEnter
- PointsEncodeEnter
- PathEncodeEnter
range: ColorItem
required: true
multivalued: true
exact_cardinality: 1
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
multivalued: true
exact_cardinality: 1
any_of:
- range: ColorItem
- range: RandomRGBSignal
fillOpacity:
name: fillOpacity
description: Opacity value for the label fill between 0 and 1.
from_schema: https://w3id.org/scverse/vega-scverse/encode
rank: 1000
domain_of:
- LabelEncodeEnter
- PointsEncodeEnter
- PathEncodeEnter
- TextEncodeEnter
range: OpacityObject
required: true
strokeOpacity:
name: strokeOpacity
description: Opacity value for the label stroke between 0 and 1.
from_schema: https://w3id.org/scverse/vega-scverse/encode
rank: 1000
domain_of:
- LabelEncodeEnter
- PointsEncodeEnter
- PathEncodeEnter
range: OpacityObject
required: true
strokeWidth:
name: strokeWidth
description: The width of the label outlines in pixels.
from_schema: https://w3id.org/scverse/vega-scverse/encode
domain_of:
- Legend
- LabelEncodeEnter
- PointsEncodeEnter
- PathEncodeEnter
range: PositiveFloatObject
required: true
Induced
name: LabelEncodeEnter
description: "Enter properties that are evaluated when label 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:
stroke:
name: stroke
description: The color of the outline of each individual label.
from_schema: https://w3id.org/scverse/vega-scverse/encode
rank: 1000
alias: stroke
owner: LabelEncodeEnter
domain_of:
- LabelEncodeEnter
- PointsEncodeEnter
- PathEncodeEnter
range: ColorItem
required: true
multivalued: true
exact_cardinality: 1
fill:
name: fill
description: The color fill of each individual label.
from_schema: https://w3id.org/scverse/vega-scverse/encode
alias: fill
owner: LabelEncodeEnter
domain_of:
- Legend
- ImageEncodeEnter
- LabelEncodeEnter
- PointsEncodeEnter
- PathEncodeEnter
- TextEncodeEnter
- MarkEncodeUpdate
range: string
required: true
multivalued: true
exact_cardinality: 1
any_of:
- range: ColorItem
- range: RandomRGBSignal
fillOpacity:
name: fillOpacity
description: Opacity value for the label fill between 0 and 1.
from_schema: https://w3id.org/scverse/vega-scverse/encode
rank: 1000
alias: fillOpacity
owner: LabelEncodeEnter
domain_of:
- LabelEncodeEnter
- PointsEncodeEnter
- PathEncodeEnter
- TextEncodeEnter
range: OpacityObject
required: true
strokeOpacity:
name: strokeOpacity
description: Opacity value for the label stroke between 0 and 1.
from_schema: https://w3id.org/scverse/vega-scverse/encode
rank: 1000
alias: strokeOpacity
owner: LabelEncodeEnter
domain_of:
- LabelEncodeEnter
- PointsEncodeEnter
- PathEncodeEnter
range: OpacityObject
required: true
strokeWidth:
name: strokeWidth
description: The width of the label outlines in pixels.
from_schema: https://w3id.org/scverse/vega-scverse/encode
alias: strokeWidth
owner: LabelEncodeEnter
domain_of:
- Legend
- LabelEncodeEnter
- PointsEncodeEnter
- PathEncodeEnter
range: PositiveFloatObject
required: true