Class: RasterImageMark
Graphical mark encoding an image.
URI: vega_scverse:RasterImageMark
classDiagram
class RasterImageMark
click RasterImageMark href "../RasterImageMark"
Mark <|-- RasterImageMark
click Mark href "../Mark"
RasterImageMark : encode
RasterImageMark --> "1" ImageEncode : encode
click ImageEncode href "../ImageEncode"
RasterImageMark : from_
RasterImageMark --> "1" MarkDataSource : from_
click MarkDataSource href "../MarkDataSource"
RasterImageMark : type
RasterImageMark --> "1" MarkTypeEnum : type
click MarkTypeEnum href "../MarkTypeEnum"
RasterImageMark : zindex
Inheritance
- Mark
- RasterImageMark
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
type | 1 MarkTypeEnum |
The type of the mark | Mark |
from_ | 1 MarkDataSource |
The data stream used as the source for the graphical mark | Mark |
encode | 1 ImageEncode |
A set of visual encoding properties that determine the position and appearanc... | Mark |
zindex | 1 Integer |
An integer z-index indicating the layering order of sibling mark items | Mark |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/scverse/vega-scverse/specification
Mappings
Mapping Type | Mapped Value |
---|---|
self | vega_scverse:RasterImageMark |
native | vega_scverse:RasterImageMark |
LinkML Source
Direct
name: RasterImageMark
description: Graphical mark encoding an image.
from_schema: https://w3id.org/scverse/vega-scverse/specification
is_a: Mark
slot_usage:
type:
name: type
description: The type of the mark. In this case, it is always 'raster_image'
ifabsent: string(raster_image)
equals_string: raster_image
encode:
name: encode
description: A set of visual encoding properties that determine the position and
appearance of the raster_image mark.
range: ImageEncode
Induced
name: RasterImageMark
description: Graphical mark encoding an image.
from_schema: https://w3id.org/scverse/vega-scverse/specification
is_a: Mark
slot_usage:
type:
name: type
description: The type of the mark. In this case, it is always 'raster_image'
ifabsent: string(raster_image)
equals_string: raster_image
encode:
name: encode
description: A set of visual encoding properties that determine the position and
appearance of the raster_image mark.
range: ImageEncode
attributes:
type:
name: type
description: The type of the mark. In this case, it is always 'raster_image'
from_schema: https://w3id.org/scverse/vega-scverse/marks
ifabsent: string(raster_image)
alias: type
owner: RasterImageMark
domain_of:
- Transform
- BaseFormat
- Scale
- Legend
- Mark
- TextMark
- GroupMark
range: MarkTypeEnum
required: true
equals_string: raster_image
from_:
name: from_
description: The data stream used as the source for the graphical mark.
from_schema: https://w3id.org/scverse/vega-scverse/marks
rank: 1000
alias: from_
owner: RasterImageMark
domain_of:
- Mark
range: MarkDataSource
required: true
encode:
name: encode
description: A set of visual encoding properties that determine the position and
appearance of the raster_image mark.
from_schema: https://w3id.org/scverse/vega-scverse/marks
rank: 1000
alias: encode
owner: RasterImageMark
domain_of:
- Mark
- TextMark
- GroupMark
range: ImageEncode
required: true
zindex:
name: zindex
description: "An integer z-index indicating the layering order of sibling mark\
\ items. The default value is 0. Higher values \n(1) will cause marks to be\
\ drawn on top of those with lower z-index values."
from_schema: https://w3id.org/scverse/vega-scverse/marks
alias: zindex
owner: RasterImageMark
domain_of:
- Axis
- Legend
- Mark
- TextMark
range: integer
required: true