RenderInfo<T extends Renderinstruction> class
abstract
- Implementers
Constructors
- RenderInfo(T renderInstruction, {String? caption})
Properties
- boundaryAbsolute ↔ MapRectangle?
-
getter/setter pair
- caption → String?
-
The caption to draw. (used by renderinstructionCaption and renderinstructionPathtext)
final
- 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
-
shapePainter
↔ ShapePainter<
T> ? -
The painter to use for this renderinstruction.
getter/setter pair
Methods
-
clashesWith(
RenderInfo< Renderinstruction> other) → bool -
getBoundaryAbsolute(
) → MapRectangle -
intersects(
MapRectangle other) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
render(
RenderContext renderContext) → void -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited