DanmuAdapter<T extends DanmuModel> class abstract

用于计算弹幕插入位置

Implementers

Constructors

DanmuAdapter()

Properties

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

Methods

clear([int filter = DanmuFlag.all]) → dynamic
getItem(T model) DanmuItem<T>?
initData(Rect rect) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeItem(DanmuItem<T> item) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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