RitoPrimitiveTarget class abstract interface

A renderer of the device-resolved primitive list: it blits what the engine resolved and never measures or snaps.

Properties

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

Methods

clipPath(RitoPrimitiveClipPath primitive) → void
drawImage(RitoPrimitiveDrawImage primitive) → void
fillPath(RitoPrimitiveFillPath primitive) → void
fillRect(RitoPrimitiveFillRect primitive) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
opacity(RitoPrimitiveOpacity primitive) → void
restore() → void
ruby(RitoPrimitiveRuby primitive) → void
save() → void
shadow(RitoPrimitiveShadow primitive) → void
strokePath(RitoPrimitiveStrokePath primitive) → void
text(RitoPrimitiveText primitive) → void
toString() String
A string representation of this object.
inherited
transform(RitoPrimitiveTransform primitive) → void
translate(RitoPrimitiveTranslate primitive) → void

Operators

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