Skip to content

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 : stroke LabelEncodeEnter --> "1" ColorItem : stroke click ColorItem href "../ColorItem" LabelEncodeEnter : strokeOpacity LabelEncodeEnter : strokeWidth

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
String
Opacity value for the label fill between 0 and 1 direct
strokeOpacity 1
String
Opacity value for the label stroke between 0 and 1 direct
strokeWidth 1
String
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
    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
    slot_uri: opacityValueSlot
    domain_of:
    - LabelEncodeEnter
    - PointsEncodeEnter
    - PathEncodeEnter
    - TextEncodeEnter
    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
    slot_uri: opacityValueSlot
    domain_of:
    - LabelEncodeEnter
    - PointsEncodeEnter
    required: true
  strokeWidth:
    name: strokeWidth
    description: The width of the label outlines in pixels.
    from_schema: https://w3id.org/scverse/vega-scverse/encode
    slot_uri: strokeWidth
    domain_of:
    - Legend
    - LabelEncodeEnter
    - PointsEncodeEnter
    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
    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
    slot_uri: opacityValueSlot
    alias: fillOpacity
    owner: LabelEncodeEnter
    domain_of:
    - LabelEncodeEnter
    - PointsEncodeEnter
    - PathEncodeEnter
    - TextEncodeEnter
    range: string
    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
    slot_uri: opacityValueSlot
    alias: strokeOpacity
    owner: LabelEncodeEnter
    domain_of:
    - LabelEncodeEnter
    - PointsEncodeEnter
    range: string
    required: true
  strokeWidth:
    name: strokeWidth
    description: The width of the label outlines in pixels.
    from_schema: https://w3id.org/scverse/vega-scverse/encode
    slot_uri: strokeWidth
    alias: strokeWidth
    owner: LabelEncodeEnter
    domain_of:
    - Legend
    - LabelEncodeEnter
    - PointsEncodeEnter
    range: string
    required: true