-
Convenience method to return the
Renderer
instance associated with this component, if any; otherwise, return
null
.
-
class
Provides a simple implementation of
Renderer
that can be subclassed
by developers wishing to provide specialized behavior to an existing
Renderer
instance.
Return the
Renderer
instance most recently registered for the specified component
family
and
rendererType
, if any; otherwise, return
null
.
abstract void
Register the specified
Renderer
instance, associated with the specified component
family
and
rendererType
, to the set of
Renderer
s registered with this
RenderKit
, replacing any
previously registered
Renderer
for this combination of identifiers.
void
If this renderer has been decorated, the implementation doing the decorating should push the implementation being
wrapped to this constructor.