Mark<S extends Shape> class abstract

The specification of a geometry mark.

A geometry mark applies a certain graphing rule to get a graph from the tuples.

A geometry mark corresponds to a set of all tuples, while an mark item corresponds to a single tuple.

Implementers

Constructors

Mark({ColorEncode? color, ElevationEncode? elevation, GradientEncode? gradient, LabelEncode? label, Varset? position, ShapeEncode<S>? shape, SizeEncode? size, List<Modifier>? modifiers, int? layer, Selected? selected, StreamController<Selected?>? selectionStream, Transition? transition, Set<MarkEntrance>? entrance, String? tag(Tuple)?})
Creates a geometry mark.

Properties

color ColorEncode?
The color encode of this mark.
getter/setter pair
elevation ElevationEncode?
The shadow elevation encode of this mark.
getter/setter pair
entrance Set<MarkEntrance>?
The stratage for mark elements to enter in initialization if there is animation.
getter/setter pair
gradient GradientEncode?
The gradient encode of this mark.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
label LabelEncode?
The label encode of this mark.
getter/setter pair
layer int?
The layer of this mark.
getter/setter pair
modifiers List<Modifier>?
The collision modifiers applied to this mark.
getter/setter pair
position Varset?
Algebra expression of the mark position.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected Selected?
The selection name and selected tuple indexes triggered initially.
getter/setter pair
selectionStream StreamController<Selected?>?
The interaction stream of selections.
getter/setter pair
shape ShapeEncode<S>?
The shape encode of this mark.
getter/setter pair
size SizeEncode?
The size encode of this mark.
getter/setter pair
tag ↔ (String? Function(Tuple)?)
Tags for each mark element.
getter/setter pair
transition Transition?
The transition animation of this mark.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override