ShapePainter<T extends Renderinstruction> class abstract

The base class for all ui-dependent painters

Constructors

ShapePainter(T renderinstruction)

Properties

hashCode int
The hash code for this object.
no setterinherited
renderinstruction → T
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
ShapePainterLineSymbol and ShapePainterSymbol holds SymbolImage instances which must be disposed after use.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renderNode(RenderInfo<Renderinstruction> renderInfo, RenderContext renderContext, NodeProperties nodeProperties) → void
renderWay(RenderInfo<Renderinstruction> renderInfo, RenderContext renderContext, WayProperties wayProperties) → void
toString() String
A string representation of this object.
inherited

Operators

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