Skip to content

Class: ImageEncode

_A set of visual encoding properties that determine the position and appearance of a 'raster_image' mark. _

_In Vega, there are three primary property sets: enter, update, exit. The enter properties are evaluated when data _

_is processed for the first time and a mark instance is newly added to a scene and are the only properties _

supported for a 'raster_image' mark.

URI: vega_scverse:ImageEncode

classDiagram class ImageEncode click ImageEncode href "../ImageEncode" ImageEncode : enter ImageEncode --> "1" ImageEncodeEnter : enter click ImageEncodeEnter href "../ImageEncodeEnter"

Slots

Name Cardinality and Range Description Inheritance
enter 1
ImageEncodeEnter
Enter properties that are evaluated when image data is processed for the firs... direct

Usages

used by used in type used
RasterImageMark encode range ImageEncode

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/scverse/vega-scverse/specification

Mappings

Mapping Type Mapped Value
self vega_scverse:ImageEncode
native vega_scverse:ImageEncode

LinkML Source

Direct

name: ImageEncode
description: "A set of visual encoding properties that determine the position and\
  \ appearance of a 'raster_image' mark. \nIn Vega, there are three primary property\
  \ sets: enter, update, exit. The enter properties are evaluated when data \nis processed\
  \ for the first time and a mark instance is newly added to a scene and are the only\
  \ properties \nsupported for a 'raster_image' mark."
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
  enter:
    name: enter
    description: "Enter properties that are evaluated when image data is processed\
      \ for the first time and the raster_image mark \nis newly added to a scene."
    from_schema: https://w3id.org/scverse/vega-scverse/encode
    rank: 1000
    domain_of:
    - ImageEncode
    - LabelEncode
    - SymbolEncode
    - PathEncode
    - TextEncode
    - GroupEncode
    range: ImageEncodeEnter
    required: true

Induced

name: ImageEncode
description: "A set of visual encoding properties that determine the position and\
  \ appearance of a 'raster_image' mark. \nIn Vega, there are three primary property\
  \ sets: enter, update, exit. The enter properties are evaluated when data \nis processed\
  \ for the first time and a mark instance is newly added to a scene and are the only\
  \ properties \nsupported for a 'raster_image' mark."
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
  enter:
    name: enter
    description: "Enter properties that are evaluated when image data is processed\
      \ for the first time and the raster_image mark \nis newly added to a scene."
    from_schema: https://w3id.org/scverse/vega-scverse/encode
    rank: 1000
    alias: enter
    owner: ImageEncode
    domain_of:
    - ImageEncode
    - LabelEncode
    - SymbolEncode
    - PathEncode
    - TextEncode
    - GroupEncode
    range: ImageEncodeEnter
    required: true