GeomElement<S extends Shape> class abstract

The specification of a geometry element.

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

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

Implementers

Constructors

GeomElement({ColorAttr? color, ElevationAttr? elevation, GradientAttr? gradient, LabelAttr? label, Varset? position, ShapeAttr<S>? shape, SizeAttr? size, List<Modifier>? modifiers, int? layer, Selected? selected, StreamController<Selected?>? selectionChannel})
Creates a geometry element.

Properties

color ColorAttr?
The color attribute of this element.
getter/setter pair
elevation ElevationAttr?
The shadow elevation attribute of this element.
getter/setter pair
gradient GradientAttr?
The gradient attribute of this element.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
label LabelAttr?
The label attribute of this element.
getter/setter pair
layer int?
The layer of this element.
getter/setter pair
modifiers List<Modifier>?
The collision modifiers applied to this element.
getter/setter pair
position Varset?
Algebra expression of the element 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
selectionChannel StreamController<Selected?>?
The interaction channel of selections.
getter/setter pair
shape ShapeAttr<S>?
The shape attribute of this element.
getter/setter pair
size SizeAttr?
The size attribute of this element.
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