GraphViewLayoutDelegate<V> class

Implementers

Constructors

GraphViewLayoutDelegate.new()
const

Properties

boundary Rect
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

debugPaint(PaintingContext context, Offset offset) → void
getOffset(V vertexId) → (Offset, Rect)
getPath(EdgeId id, GraphViewOrientation orientation) List<Offset>
layout(GraphMetadata<V> metadata, Map<V, Size> sizes, GraphViewOrientation orientation) → void
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.
inherited