DanmuAdapter<T extends DanmuModel> class
abstract
用于计算弹幕插入位置
- Implementers
Constructors
Properties
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