Skip to content

Class: PositiveFloatObject

_An object with an attribute value with a positive float as range. Useful for example to note the width of an _

outline.

URI: vega_scverse:PositiveFloatObject

classDiagram class PositiveFloatObject click PositiveFloatObject href "../PositiveFloatObject" PositiveFloatObject : value

Slots

Name Cardinality and Range Description Inheritance
value 1
Float
The actual width value in pixels direct

Usages

used by used in type used
LabelEncodeEnter strokeWidth range PositiveFloatObject
PointsEncodeEnter strokeWidth range PositiveFloatObject
PointsEncodeEnter size range PositiveFloatObject
PathEncodeEnter strokeWidth range PositiveFloatObject
GroupEncodeEnter x range PositiveFloatObject
GroupEncodeEnter y range PositiveFloatObject
GroupEncodeEnter width range PositiveFloatObject
GroupEncodeEnter height range PositiveFloatObject

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: PositiveFloatObject
description: "An object with an attribute value with a positive float as range. Useful\
  \ for example to note the width of an \noutline."
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
  value:
    name: value
    description: The actual width value in  pixels
    from_schema: https://w3id.org/scverse/vega-scverse/marks
    domain_of:
    - PositionItem
    - TextItem
    - baselineItem
    - FontItem
    - FontSizeItem
    - FontWeightItem
    - FontStyleItem
    - RGBHexItem
    - PositiveFloatObject
    - CircleShapeObject
    - OpacityObject
    - HorizontalAlignObject
    - BaseLineObject
    - NAColorUpdate
    - ConditionalColorUpdate
    range: float
    required: true
    minimum_value: 0

Induced

name: PositiveFloatObject
description: "An object with an attribute value with a positive float as range. Useful\
  \ for example to note the width of an \noutline."
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
  value:
    name: value
    description: The actual width value in  pixels
    from_schema: https://w3id.org/scverse/vega-scverse/marks
    alias: value
    owner: PositiveFloatObject
    domain_of:
    - PositionItem
    - TextItem
    - baselineItem
    - FontItem
    - FontSizeItem
    - FontWeightItem
    - FontStyleItem
    - RGBHexItem
    - PositiveFloatObject
    - CircleShapeObject
    - OpacityObject
    - HorizontalAlignObject
    - BaseLineObject
    - NAColorUpdate
    - ConditionalColorUpdate
    range: float
    required: true
    minimum_value: 0