TypeMediaRender class abstract

Base class to render images and other types of media.

Inheritance
Implementers

Constructors

TypeMediaRender(String cssClass)

Properties

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

Methods

applyCSS(JSONRender render, Element output, {String? cssClass, List<Element>? extraElements}) → void
inherited
createImageElementFromURL(JSONRender render, bool lazyLoad, String? url, [String? urlType]) Element
getURL(JSONRender render, String url) Future<HttpResponse>
getURLCached(JSONRender render, String url) → HttpResponse?
matches(dynamic node, dynamic nodeParent, NodeKey nodeKey) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(JSONRender render, DivElement output, dynamic node, dynamic nodeOriginal, NodeKey nodeKey) ValueProvider
inherited
toString() String
A string representation of this object.
inherited

Operators

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