AbstractRenderer class abstract

Implementers

Constructors

AbstractRenderer()

Properties

display AbstractDisplay
getter/setter pair
eventDispatcher EventDispatcher
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isFocused bool
getter/setter pair
lineWidthMultiple double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renderBackground(Color backgroundColor) → void
renderMobject(Mobject mob) → void
renderMobjects(List<Mobject> mobs) → void
renderVMobject(VMobject mob) → void
renderVMobjects(List<VMobject> mobs) → void
setMatrix(double a, double b, double c, double d, double e, double f) → void
setup(AbstractDisplay _display) → void
toString() String
A string representation of this object.
inherited
transformPointsPreDisplay(Mobject mob, List<Vector3> points) List<Vector3>

Operators

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